Yap Von Bing NUS Statistics

Slides:



Advertisements
Similar presentations
Copyright © 2006 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 ~ Curve Fitting ~ Least Squares Regression Chapter.
Advertisements

2-7 Curve Fitting with Linear Models Warm Up Lesson Presentation
Probability & Statistical Inference Lecture 9
Probabilistic & Statistical Techniques Eng. Tamer Eshtawi First Semester Eng. Tamer Eshtawi First Semester
Ch11 Curve Fitting Dr. Deshi Ye
The Mystery Bottle II This Time Is Personal. Objectives  Physics 2 The student will investigate and understand how to analyze and interpret data. Key.
Math & Mantids: A Data Exploration Cheryl Gann NC School of Science and Math.
Adapted by Doug Downey from Machine Learning EECS 349, Bryan Pardo Machine Learning Clustering.
Algebra 1 - Functions: Interpret & Building Functions Unit 5
1 Chapter 1 Introduction Ray-Bing Chen Institute of Statistics National University of Kaohsiung.
Simple Linear Regression
 Catalogue No: BS-338  Credit Hours: 3  Text Book: Advanced Engineering Mathematics by E.Kreyszig  Reference Books  Probability and Statistics by.
Standard Form for the Equation of the Circle
Chapter 5 Regression. Chapter outline The least-squares regression line Facts about least-squares regression Residuals Influential observations Cautions.
Linear & Non-Linear Regression
CpE- 310B Engineering Computation and Simulation Dr. Manal Al-Bzoor
PATTERN RECOGNITION AND MACHINE LEARNING
Quantitative Research in Education Sohee Kang Ph.D., lecturer Math and Statistics Learning Centre.
Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 Part 4 Curve Fitting.
Linear Functions 2 Sociology 5811 Lecture 18 Copyright © 2004 by Evan Schofer Do not copy or distribute without permission.
In Lesson 5.1.2, you found that the relationship between the height from which a ball is dropped and its rebound height is determined by a constant multiplier. 
Calculus The Computational Method (mathematics) The Mineral growth in a hollow organ of the body, e.g. kidney stone (medical term)
Big Ideas Differentiation Frames with Icons. 1. Number Uses, Classification, and Representation- Numbers can be used for different purposes, and numbers.
CHAPTER 3 Model Fitting. Introduction Possible tasks when analyzing a collection of data points: Fitting a selected model type or types to the data Choosing.
Regression Regression relationship = trend + scatter
2. Write an exponential decay function to model this situation.
Chapter 4: Variability. Variability Provides a quantitative measure of the degree to which scores in a distribution are spread out or clustered together.
2-7 Curve Fitting with Linear Models Warm Up Lesson Presentation
Correlation – Recap Correlation provides an estimate of how well change in ‘ x ’ causes change in ‘ y ’. The relationship has a magnitude (the r value)
Basic Statistics Linear Regression. X Y Simple Linear Regression.
Chapter 10: Determining How Costs Behave 1 Horngren 13e.
© Nuffield Foundation 2011 Nuffield Free-Standing Mathematics Activity Galileo’s projectile model.
Fall Looking Back In Chapters 7 & 8, we worked with LINEAR REGRESSION We learned how to: Create a scatterplot Describe a scatterplot Determine the.
Regression Analysis1. 2 INTRODUCTION TO EMPIRICAL MODELS LEAST SQUARES ESTIMATION OF THE PARAMETERS PROPERTIES OF THE LEAST SQUARES ESTIMATORS AND ESTIMATION.
Week 21 Order Statistics The order statistics of a set of random variables X 1, X 2,…, X n are the same random variables arranged in increasing order.
REGRESSION MODELS OF BEST FIT Assess the fit of a function model for bivariate (2 variables) data by plotting and analyzing residuals.
Week 21 Statistical Model A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution that produced.
Canadian Bioinformatics Workshops
Yandell – Econ 216 Chap 15-1 Chapter 15 Multiple Regression Model Building.
The Computational Method (mathematics)
Chapter 4 Basic Estimation Techniques
Chapter 2: Modeling Distributions of Data
Correlation, Bivariate Regression, and Multiple Regression
Lesson 2 Graphs.
Introduction to Summary Statistics
Chapter 2: Modeling Distributions of Data
A Preview of Calculus Lesson 2.1.
Introduction to Summary Statistics
Regression Models - Introduction
Lecture Notes The Relation between Two Variables Q Q
Chapter 2: Modeling Distributions of Data
Correlation and Regression
Graphing Techniques.
Chapter 2: Modeling Distributions of Data
M248: Analyzing data Block D UNIT D2 Regression.
Regression Lecture-5 Additional chapters of mathematics
Section 2: Linear Regression.
Least Square Regression
Chapter 2: Modeling Distributions of Data
CHAPTER 3 Describing Relationships
Main Idea and New Vocabulary Example 1: Graph Quadratic Functions
Growth rate vs. Decay rate
Chapter 2: Modeling Distributions of Data
Graphing data.
Chapter 2: Modeling Distributions of Data
Chapter 2: Modeling Distributions of Data
Chapter 2: Modeling Distributions of Data
Chapter 2: Modeling Distributions of Data
Hands On Quadratic Equation Activity
Applied Statistics and Probability for Engineers
Presentation transcript:

Yap Von Bing NUS Statistics Empirical modelling Yap Von Bing NUS Statistics

aims Experience sharing What is empirical modeling? A possible programme Summary

outline A classification of modelling activities Teaching programme

Reality (HOW?) Models (of WHAT?) Classification Abstract object Empirical (backward) Hypothetical (forward)

Some examples Measured leaf areas vs time Probabilistic visualization of the Sierpinski gasket Differential equations for an epidemic Probabilistic estimation of area of circle Motion of a tossed stone Growth of a fixed deposit with compound interest Optimisation of parking spaces

task Classify the examples Did you teach any of these or other examples in class? Lessons? Challenges?

Authentic data Quadratic: https://en.wikipedia.org/wiki/Equations_for_a_falli ng_body Sinusoidal: temperature Exponential: radioactivity

Programme (level 1) State aim: given real data, make prediction Choose functional form Sketch a curve on data plot Notice imperfect agreement Discuss source of discrepancy

Free fall data A steel ball is released from a height. A machine is used to measure the time for it to drop 0.25, 0.50, 0.75 and 1.00 metres. Time (s) 0.00 0.22 0.33 0.39 0.45 Distance (m) 0.25 0.50 0.75 1.00

Level 2: Goodness-of-fit Intuition first: clearly contrasting curves Technique second: confirms intuition, then technique “takes over” Qualitative before quantitative

Beware of (Almost) perfection https://hpcaspersa.wikispaces.com/Ch2_CaspertS http://www.schoolphysics.co.uk/age14-16/Nuclear%20physics/text/Half_life/index.html

Level 3 Define criterion: least square Demonstrate with activities

Exact curve-fitting (I) Is there a quadratic curve that passes through these points? (1,3), (2,9), (3,19) (1,3), (2,9), (3,19), (4,33) (1,3), (2,9), (3,1)

Exact curve-fitting (II) Is there a unique quadratic curve that passes through (0,0) and (2,2)? Is there an exponential curve that passes through (1,1) and (2,2)? (1,1) and (3,1)?

Level 4: random error Drop a stone from height. Distance travelled is y(t) = 4.9t2 + e e is a measurement error. Statisticians often assume e is a random number of mean 0 and variance s2.

Suppose e ~ N(0, s2), where s = 0.04, as suggested by data. Computer Simulation Suppose e ~ N(0, s2), where s = 0.04, as suggested by data. t 0.00 0.22 0.33 0.39 0.45 1st e 0.01 -0.03 0.06 0.05 y = 4.9t2 + e 0.21 0.51 0.81 1.04 2nd 0.02 -0.05 0.04 0.03 030 0.48 0.79 1.03

Programme summary Level Activities 1 Clarify aim, plot data, visual interpretation 2 Goodness-of-fit: qualitative 3 Goodness-of-fit: quantitative Exact curve-fitting 4 Quantifying random errors Statistical models

Many modelling issues are not mathematical. Overall summary Many modelling issues are not mathematical. Quality of description and prediction is hard to assess. The mathematics tends to be advanced: multivariable calculus (least square), random variables (measurement errors). Computer simulation and graphing help build ideas.

Modeling tasks should not be graded like routine mathematical tasks. Suggestion Modeling tasks should not be graded like routine mathematical tasks. Grades preferable to marks. The big idea of “modeling” (at least empirical modeling) is beyond mathematics.