ELEC-E3151 Mathematical Computing

Slides:



Advertisements
Similar presentations
Questions From Yesterday
Advertisements

1-4 curve fitting with linear functions
Correlation and regression Dr. Ghada Abo-Zaid
Text Exercise 4.43 (a) 1 for level A X = 0 otherwise Y =  0 +  1 X +  or E(Y) =  0 +  1 X  0 =  1 = the mean of Y for level B the amount that the.
Section 4.2 Fitting Curves and Surfaces by Least Squares.
Statistics 350 Lecture 16. Today Last Day: Introduction to Multiple Linear Regression Model Today: More Chapter 6.
Statistics Lecture 22. zLast Day: Regression zToday: More Regression.
Excel Modeling Non Linear Regression Anchored By: Renu Rao Kaveh Saba.
621 project Spring project 1. The heating rate is defined as :- Let us assume that the effect of scattering is small, and that in the ultraviolet.
MATLAB Lecture One Monday 4 July Matlab Melvyn Sim Department of Decision Sciences NUS Business School
Oceanography 569 Oceanographic Data Analysis Laboratory Kathie Kelly Applied Physics Laboratory 515 Ben Hall IR Bldg class web site: faculty.washington.edu/kellyapl/classes/ocean569_.
AGENDA I.Homework 3 II.Parameter Estimates Equations III.Coefficient of Determination (R 2 ) Formula IV.Overall Model Test (F Test for Regression)
© 2014 by Pearson Higher Education, Inc Upper Saddle River, New Jersey All Rights Reserved HLTH 300 Biostatistics for Public Health Practice, Raul.
SPM5 Tutorial Part 2 Tiffany Elliott May 10, 2007.
Evaluation of solar irradiance in the Vhembe district of the Limpopo province of South Africa using different theoretical models. BY T.S. MULAUDZI, E.N.
Multivariate Analysis. One-way ANOVA Tests the difference in the means of 2 or more nominal groups Tests the difference in the means of 2 or more nominal.
Go to Table of Content Single Variable Regression Farrokh Alemi, Ph.D. Kashif Haqqi M.D.
作業研究 Using Excel to Formulate and Solve Transportation Problems.
© Nuffield Foundation 2011 Nuffield Free-Standing Mathematics Activity Climate prediction.
CHAPTER 3 INTRODUCTORY LINEAR REGRESSION. Introduction  Linear regression is a study on the linear relationship between two variables. This is done by.
MA3264 Mathematical Modelling Lecture 3 Model Fitting.
Linear Regression Analysis Using MS Excel Tutorial for Assignment 2 Civ E 342.
U NIVERSITY of V AASA Communications and Systems Engineering Group U NIVERSITY of V AASA Communications and Systems Engineering Group TLTE.3120 Computer.
CHAPTER curve fitting with linear functions.
Line of Best Fit 4.2 A. Goal Understand a scatter plot, and what makes a line a good fit to data.
Vitor Duarte Teodoro, April Organize a table for computations... Data for linear fitting These columns accept 100 pairs (x, y) Note: columns G to.
ChE 452 Lecture 07 Statistical Tests Of Rate Equations 1.
Intro to Statistics for the Behavioral Sciences PSYC 1900 Lecture 7: Regression.
Biostatistics Regression and Correlation Methods Class #10 April 4, 2000.
ChE 551 Lecture 04 Statistical Tests Of Rate Equations 1.
Sections Power, Exponential, Log, and Polynomial Functions.
PreCalculus 1-7 Linear Models. Our goal is to create a scatter plot to look for a mathematical correlation to this data.
Section 8 Numerical Analysis CSCI E-24 José Luis Ramírez Herrán October 20, 2015.
Date of download: 6/27/2016 Copyright © ASME. All rights reserved. From: Comparative Study in Predicting the Global Solar Radiation for Darwin, Australia.
Marshall University School of Medicine Department of Biochemistry and Microbiology BMS 617 Lecture 10: Comparing Models.
Multilevel Analysis With R
The simple linear regression model and parameter estimation
introducing Section 4: Linear Functions Topics 1-4
EXCEL: Multiple Regression
Introduction to Matlab
4-5 Scatter Plots and Lines of Best Fit
Statistical Data Analysis - Lecture /04/03
B&A ; and REGRESSION - ANCOVA B&A ; and
DESIGN OF EXPERIMENTS.
03-Foundations of Functions
4.5 – Analyzing Lines of Best Fit
BUS 308Competitive Success/tutorialrank.com
BUS 308 HELPS Education Your Life-- bus308helps.com.
BUS 308 HELPS Lessons in Excellence-- bus308help.com.
BUS 308 Education for Service-- tutorialrank.com.
BUS 308 HELPS Education for Service-- bus308helps.com.
Regression Analysis PhD Course.
CPSC 531: System Modeling and Simulation
Data Presentation Carey Williamson Department of Computer Science
Computer Engineering Majors Authors: Autar Kaw, Luke Snyder
Lesson 9-1 Scatter Plots Obj: The student will be able to create and interpret scatter plots HWK: p all Vocab: 1) scatter plot 2) correlation.
Regression in the 21st Century
Communication and Coding Theory Lab(CS491)
Two-way analysis of variance (ANOVA)
5.4 General Linear Least-Squares
4-5 Scatter Plots and Lines of Best Fit
Lesson – When is my model appropriate? - Residual Plots
Carey Williamson Department of Computer Science University of Calgary
Problems of Tutorial 9 (Problem 4.12, Page 120) Download the “Data for Exercise ” from the class website. The data consist of 1 response variable.
Q: What role does thermal energy play in the can demo?
Q: What role does thermal energy play in the can demo?
UVIS Team – Meeting 28, June 2010
2k Factorial Design k=2 Ex:.
ME 123 Computer Applications I Lecture 5: Input and Output 3/17/03
F test for Lack of Fit The lack of fit test..
Presentation transcript:

ELEC-E3151 Mathematical Computing Data import and analysis Jorma Selin (M.Sc.)

Data import and analysis Lecture 1: Interactive importing, plotting, and modelling of data Programmatic importing of data Lecture 2: Linear regression and non-linear fitting of data Lecture 3: Analysis of variance (ANOVA) Lecture 4: Preprocessing and signals analysis Separate sets of homework exercises for each lecture 4 sets x 10 points/set = 40 points

Lecture 1 Interactive data analysis and programmatic data import ELEC-E3151 Mathematical Computing - Data import and analysis 26th of September 2017

Modelling solar radiation For solar energy applications, it is important to be able to determine the total annual amount of solar energy irradiated by the Sun at any given area. In some developing countries, direct measurement of solar irradiation might not be possible. Let’s use this as an excuse to make an overly simplified model. Solar ratio ( 𝑹 𝒔 ) = Global solar radiation Extraterrestial solar radiation 𝑹 𝒔 =𝒂 𝟏+𝒃𝑯 𝟏− 𝒆 −𝒄𝚫 𝐓 𝒏 , where 𝑯 is the relative humidity, 𝚫𝐓 is the daily temperature variation, and 𝒂,𝒃,𝒄, and 𝒏 are model parameters. ELEC-E3151 Mathematical Computing - Data import and analysis 26th of September 2017

What will we be doing? Demo with MATLAB: Importing columns from an Excel file into MATLAB as vectors Interactive plotting Playing around with datetime-data Interactive plot configuring Introducing the table data type Logical indexing Creating a predictive model Testing our model ELEC-E3151 Mathematical Computing - Data import and analysis 26th of September 2017

If you cannot make it to class… Today’s lecture is based on this video tutorial: https://youtu.be/uyT_I6aJS6E ELEC-E3151 Mathematical Computing - Data import and analysis 26th of September 2017