Basic Statistical Analysis!

Size: px
Start display at page:

Download "Basic Statistical Analysis!"

Transcription

1 Basic Statistical Analysis! Prof. Dan Burkey! CHEG 4137W!! UConn CMBE!! Fall 011! 1

2 Why do we care? We can only make a finite number of measurements of a system Statistical analysis tells us something about the quality of the data we obtain. Error analysis and propagation of error let us talk about confidence in our numbers, both measured and calculated.

3 Terminology Statistical analysis has its own language A distinct branch of mathematics There are entire, extremely detailed courses in probability and statistics. This lecture is designed to be an introduction to statistical analysis. Think of it as the wading pool - get your feet wet! 3

4 The what now? With the who? Accuracy vs. Precision Accuracy: How close a series of measured values are to the actual or true value. Precision: (aka reproducibility or repeatability) The degree to which repeated measurements made under identical or unchanged conditions yield the same result. Measurements you make can be accurate but imprecise, precise but inaccurate, neither, or both 4

5 Accuracy and Precision Precise Not Accurate Value Accurate Not Precise Accurate and Precise True value Not Precise Not Accurate Number of observations 5

6 Let s Start Easy Average We all know this one! 1 N N " i=1 n i In Excel: =average(n 1,n,n 3, n N ) 6

7 Moving On Variance Sounds like what it is! " = 1 N N $ (x # µ) µ = 1 i N i=1 N " x i i=1 The more scatter, or variability, in your data, the greater the variance will be In Excel: varp(n 1,n,n 3, n N )! 7

8 Population vs. Sample Population: All possible measurements N in an experiment. Typically we can never sample the entire population - too time consuming! Sample: A subset, n, of the population that we use as representative of the entire population Sample size is important! If n is too small, it may not accurately represent the population. 8

9 Sample Variance Sample Variance Accounts for using a subset of the population n s = 1 #(x " x ) x = 1 n "1 i n i=1 n " x i i=1 (n-1) vs. N in the denominator - i.e. there is more variance in the sample than the entire population Why? In Excel: var(n 1,n,n 3, n N )! 9

10 Standard Deviation Standard Deviation May be familiar with this one as well s = s = n 1 #(x " x ) x = 1 n "1 i n i=1 n " x i i=1 Standard deviation is useful for predicting the confidence interval In Excel: stdev(n 1,n,n 3, n N )! 10

11 Standard Deviation Standard Deviation gives an idea of the probability that a measured value will be a certain distance from the mean or expected value - for normally distributed data! Number of Measurements The more measurements taken, the closer this histogram approaches the a true normal distribution. Measured Value 11

12 Standard Deviation The normal distribution is often used to describe, at least approximately, any variable that tends to cluster around a mean.! PDF = 1 % (x $ x ( ) exp ' $ "# & # * ) 1

13 Confidence Intervals A confidence interval is simply the probability that a measured value falls within a certain range of the mean or average value.! For normally distributed data, we expect ~95% of the measured values to be within standard deviations of the mean. For normally distributed data, we expect ~68% of the measured values to be within 1 standard deviation of the mean. 3σ = 99.6%" 4σ = 99.8% 13

14 Confidence Intervals Calculating a Confidence Interval: In Excel: confidence(alpha, stdev, n)" Alpha = confidence level. i.e = 95%" stdev = standard deviation for the data" n = sample size" Example: Everyone take out your wallet and driver s license." Tell me your height in inches.! 14

15 Confidence Intervals Student s T-test What happens when your sample size is small compared to the population?" The standard deviation as calculated from 10 data points will be different than that calculated from, say 1000 data points." TheT-test can be thought of as a correction which accounts for the uncertainty that arises from only sampling a small subset of the population! 15

16 Student T-test In Excel: =tinv(probability,dof)! Probability is the interval of interest:" i.e. 95% = 0.05" DOF = Degrees of Freedom" n - 1; That is, one less than the number of measurements." The number returned is the modifier for confidence interval." e.g. 95% with a large number of samples: ~σ" e.g. 95% with 10 samples:.6σ e.g. 95% with 3 samples: 4.3σ 16

17 Propagation of Error If we make a number of observations or measurements, and then perform a series of calculations based on those measurements, how do the individual errors/variations/uncertainties in my measured quantities effect (propagate through to) the calculated quantity?" Need a way to mathematically describe this phenomenon " 17

18 Example: Reynolds Number Say you want to calculate the Reynolds number for flow through a pipe: Re = "VD µ Note: You didn t measure V, you measured a mass of fluid collected over time. 18

19 Example: Reynolds Number V = 4m "t#d Re = 4m "tdµ Sources of uncertainty or error:" Mass: Say you collected 5 kg. The scale is accurate to 0.5 kg. Did you get exactly 5 kg? Was it more or less?" Time: Collection took 90 seconds. Your stopwatch is accurate to 1 second. Did it take exactly 90 s?" Diameter: The pipe was manufactured to a specified tolerance: 1/ Schedule 80: ID is ± 0.00 " Viscosity: What is this a function of? π and 4 can be considered exact. 19

20 Propagation of Error In general, for a function Z = F(A,B):" "Z = $ #F ' & ) %#A( ("A) $ + & #F %#B ' ) ( ("B)... Can be extended to arbitrary number of variables." 0

21 Propagation of Error Example Z = F(A,B) = A + B" Thus:" "F "A =1 "F "B =1 "Z = ("A) + ("B) 1

22 Propagation of Error Some Common Forms:" Z = A + B : "Z = "A ( ) + ("B) Z = A # B : "Z = ("A) + ("B) Z = AB : "Z Z = $ "A' & ) % A ( $ + & "B % B ' ) ( Z = A B : "Z Z = $ "A' & ) % A ( Z = A n : "Z Z = n "A A $ + "B ' & ) % B ( Z = ln(a) : "Z = "A A Z = exp(a) : "Z Z = "A

23 Example: Reynolds Number Thus: Re = 4m "tdµ " Re Re = # "m& % ( $ m ' # + "t & % ( $ t ' # + % "D $ D & ( ' # + "µ & % ( $ µ ' Exercise: Prove this is the right form from the derivatives 3

24 Example: Reynolds Number " Re Re = # "m& % ( $ m ' # + "t & % ( $ t ' # + % "D $ D & ( ' # + "µ & % ( $ µ ' Sources of uncertainty or error:" Mass: Δm = 0.5 kg; m = 5 kg." Time: Δt = 1 sec; t = 90 sec." Diameter: ΔD = 0.00 in.; D = in." Viscosity: F(T,P) = maybe assume constant, if conditions unchanged over the course of the measurements? " 8.68E-4 kg m -1 s -1 at 5 C" 4

25 Example: Reynolds Number " Re Re = # 0.5& % ( $ 5 ' # + 1 & % ( $ 90' # +.00 & % ( $ 0.546' # 0 + % $ 8.63x10-4 & ( ' And:" Re = 4m "tdµ = 4(5kg) (0.054 m) "(90s)(0.546in) 1in (8.68x10-4 kgm #1 s #1 ) Re = 4m "tdµ = 9380 = 9000 (sig figs) 5

26 Example: Reynolds Number " Re = Re # % $ & ( ' # + 1 & % ( $ 90' # +.00 & % ( $ 0.546' # 0 + % $ 8.63x10-4 & ( ' " Re = 67 =1000 (sig figs) Thus, we would report Re = 9,000 ±

Statistical Analysis of Engineering Data The Bare Bones Edition. Precision, Bias, Accuracy, Measures of Precision, Propagation of Error

Statistical Analysis of Engineering Data The Bare Bones Edition. Precision, Bias, Accuracy, Measures of Precision, Propagation of Error Statistical Analysis of Engineering Data The Bare Bones Edition (I) Precision, Bias, Accuracy, Measures of Precision, Propagation of Error PRIOR TO DATA ACQUISITION ONE SHOULD CONSIDER: 1. The accuracy

More information

Give students a few minutes to reflect on Exercise 1. Then ask students to share their initial reactions and thoughts in answering the questions.

Give students a few minutes to reflect on Exercise 1. Then ask students to share their initial reactions and thoughts in answering the questions. Student Outcomes Students understand that an equation is a statement of equality between two expressions. When values are substituted for the variables in an equation, the equation is either true or false.

More information

Chapter 1 Review Problems (Done in Class)

Chapter 1 Review Problems (Done in Class) Chapter 1 Measurement Review Problems Chapter 1 Review Problems (Done in Class) Section - problems Sec 1, p. 8 # 2, 5, 6, 8, 9 Sec 2, p. 12 # 1, 3, 4, 5, 7, 8 Sec 3, p.17 # 3, 4, 5 Sec 4, p. 23 # 3, 6,

More information

POWER UNDERSTANDING MEASUREMENT UNCERTAINTY IN DP FLOW DEVICES

POWER UNDERSTANDING MEASUREMENT UNCERTAINTY IN DP FLOW DEVICES Proceedings of the ASME 2014 Power Conference POWER2014 July 28-31, 2014, Baltimore, Maryland, USA POWER2014-32205 UNDERSTANDING MEASUREMENT UNCERTAINTY IN DP FLOW DEVICES Michael S. Hering Rosemount DP

More information

Lab 1: Measurement, Uncertainty, and Uncertainty Propagation

Lab 1: Measurement, Uncertainty, and Uncertainty Propagation Lab 1: Measurement, Uncertainty, and Uncertainty Propagation 17 ame Date Partners TA Section Lab 1: Measurement, Uncertainty, and Uncertainty Propagation The first principle is that you must not fool yourself

More information

Probability and Inference. POLI 205 Doing Research in Politics. Populations and Samples. Probability. Fall 2015

Probability and Inference. POLI 205 Doing Research in Politics. Populations and Samples. Probability. Fall 2015 Fall 2015 Population versus Sample Population: data for every possible relevant case Sample: a subset of cases that is drawn from an underlying population Inference Parameters and Statistics A parameter

More information

Error Analysis in Experimental Physical Science Mini-Version

Error Analysis in Experimental Physical Science Mini-Version Error Analysis in Experimental Physical Science Mini-Version by David Harrison and Jason Harlow Last updated July 13, 2012 by Jason Harlow. Original version written by David M. Harrison, Department of

More information

Precision Correcting for Random Error

Precision Correcting for Random Error Precision Correcting for Random Error The following material should be read thoroughly before your 1 st Lab. The Statistical Handling of Data Our experimental inquiries into the workings of physical reality

More information

16.400/453J Human Factors Engineering. Design of Experiments II

16.400/453J Human Factors Engineering. Design of Experiments II J Human Factors Engineering Design of Experiments II Review Experiment Design and Descriptive Statistics Research question, independent and dependent variables, histograms, box plots, etc. Inferential

More information

Two-sample inference: Continuous data

Two-sample inference: Continuous data Two-sample inference: Continuous data Patrick Breheny April 6 Patrick Breheny University of Iowa to Biostatistics (BIOS 4120) 1 / 36 Our next several lectures will deal with two-sample inference for continuous

More information

This term refers to the physical quantity that is the result of the measurement activity.

This term refers to the physical quantity that is the result of the measurement activity. Metrology is the science of measurement and involves what types of measurements are possible, standards, how to properly represent a number and how to represent the uncertainty in measurement. In 1993

More information

appstats27.notebook April 06, 2017

appstats27.notebook April 06, 2017 Chapter 27 Objective Students will conduct inference on regression and analyze data to write a conclusion. Inferences for Regression An Example: Body Fat and Waist Size pg 634 Our chapter example revolves

More information

Chapter 27 Summary Inferences for Regression

Chapter 27 Summary Inferences for Regression Chapter 7 Summary Inferences for Regression What have we learned? We have now applied inference to regression models. Like in all inference situations, there are conditions that we must check. We can test

More information

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p).

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p). Sampling distributions and estimation. 1) A brief review of distributions: We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation,

More information

L03. PROBABILITY REVIEW II COVARIANCE PROJECTION. NA568 Mobile Robotics: Methods & Algorithms

L03. PROBABILITY REVIEW II COVARIANCE PROJECTION. NA568 Mobile Robotics: Methods & Algorithms L03. PROBABILITY REVIEW II COVARIANCE PROJECTION NA568 Mobile Robotics: Methods & Algorithms Today s Agenda State Representation and Uncertainty Multivariate Gaussian Covariance Projection Probabilistic

More information

Appendix C: Accuracy, Precision, and Uncertainty

Appendix C: Accuracy, Precision, and Uncertainty Appendix C: Accuracy, Precision, and Uncertainty How tall are you? How old are you? When you answered these everyday questions, you probably did it in round numbers such as "five foot, six inches" or "nineteen

More information

the probability of getting either heads or tails must be 1 (excluding the remote possibility of getting it to land on its edge).

the probability of getting either heads or tails must be 1 (excluding the remote possibility of getting it to land on its edge). Probability One of the most useful and intriguing aspects of quantum mechanics is the Heisenberg Uncertainty Principle. Before I get to it however, we need some initial comments on probability. Let s first

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 39 Regression Analysis Hello and welcome to the course on Biostatistics

More information

Section 4.1 Relative Extrema 3 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I

Section 4.1 Relative Extrema 3 Lectures. Dr. Abdulla Eid. College of Science. MATHS 101: Calculus I Section 4.1 Relative Extrema 3 Lectures College of Science MATHS 101: Calculus I (University of Bahrain) Extrema 1 / 16 Application of Differentiation One of the most important applications of differential

More information

Ch. 7. One sample hypothesis tests for µ and σ

Ch. 7. One sample hypothesis tests for µ and σ Ch. 7. One sample hypothesis tests for µ and σ Prof. Tesler Math 18 Winter 2019 Prof. Tesler Ch. 7: One sample hypoth. tests for µ, σ Math 18 / Winter 2019 1 / 23 Introduction Data Consider the SAT math

More information

1.9 Algebraic Expressions

1.9 Algebraic Expressions 1.9 Algebraic Expressions Contents: Terms Algebraic Expressions Like Terms Combining Like Terms Product of Two Terms The Distributive Property Distributive Property with a Negative Multiplier Answers Focus

More information

Physics 2020 Laboratory Manual

Physics 2020 Laboratory Manual Physics 00 Laboratory Manual Department of Physics University of Colorado at Boulder Spring, 000 This manual is available for FREE online at: http://www.colorado.edu/physics/phys00/ This manual supercedes

More information

Lecture 06 Lecture 4: Part II - Uncertainty principle

Lecture 06 Lecture 4: Part II - Uncertainty principle Chemistry I - CY1001 Introductory Quantum Mechanics and Spectroscopy Prof. Mangala Sunder Krishnan Department of Chemistry Indian Institute of Technology, Madras Lecture 06 Lecture 4: Part II - Uncertainty

More information

Supporting Australian Mathematics Project. A guide for teachers Years 11 and 12. Probability and statistics: Module 25. Inference for means

Supporting Australian Mathematics Project. A guide for teachers Years 11 and 12. Probability and statistics: Module 25. Inference for means 1 Supporting Australian Mathematics Project 2 3 4 6 7 8 9 1 11 12 A guide for teachers Years 11 and 12 Probability and statistics: Module 2 Inference for means Inference for means A guide for teachers

More information

Descriptive Statistics: cal. Is it reasonable to use a t test to test hypotheses about the mean? Hypotheses: Test Statistic: P value:

Descriptive Statistics: cal. Is it reasonable to use a t test to test hypotheses about the mean? Hypotheses: Test Statistic: P value: 1. Many consumers pay careful attention to stated nutritional contents on packaged foods when making purchases. It is therefore important that the information be accurate. A random sample of n = 12 frozen

More information

Introduction to Uncertainty and Treatment of Data

Introduction to Uncertainty and Treatment of Data Introduction to Uncertainty and Treatment of Data Introduction The purpose of this experiment is to familiarize the student with some of the instruments used in making measurements in the physics laboratory,

More information

Fluid Mechanics Prof. S.K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur

Fluid Mechanics Prof. S.K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Fluid Mechanics Prof. S.K. Som Department of Mechanical Engineering Indian Institute of Technology, Kharagpur Lecture - 42 Flows with a Free Surface Part II Good morning. I welcome you to this session

More information

33. SOLVING LINEAR INEQUALITIES IN ONE VARIABLE

33. SOLVING LINEAR INEQUALITIES IN ONE VARIABLE get the complete book: http://wwwonemathematicalcatorg/getfulltextfullbookhtm 33 SOLVING LINEAR INEQUALITIES IN ONE VARIABLE linear inequalities in one variable DEFINITION linear inequality in one variable

More information

Warm-up Using the given data Create a scatterplot Find the regression line

Warm-up Using the given data Create a scatterplot Find the regression line Time at the lunch table Caloric intake 21.4 472 30.8 498 37.7 335 32.8 423 39.5 437 22.8 508 34.1 431 33.9 479 43.8 454 42.4 450 43.1 410 29.2 504 31.3 437 28.6 489 32.9 436 30.6 480 35.1 439 33.0 444

More information

Chem 321 Lecture 5 - Experimental Errors and Statistics 9/10/13

Chem 321 Lecture 5 - Experimental Errors and Statistics 9/10/13 Chem 321 Lecture 5 - Experimental Errors and Statistics 9/10/13 Student Learning Objectives Experimental Errors and Statistics Calibration Results for a 2.0-mL Transfer Pipet 1.998 ml 1.991 ml 2.001 ml

More information

If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out.

If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out. Sign In Forgot Password Register username username password password Sign In If you like us, please share us on social media. The latest UCD Hyperlibrary newsletter is now complete, check it out. ChemWiki

More information

Sampling Distribution Models. Chapter 17

Sampling Distribution Models. Chapter 17 Sampling Distribution Models Chapter 17 Objectives: 1. Sampling Distribution Model 2. Sampling Variability (sampling error) 3. Sampling Distribution Model for a Proportion 4. Central Limit Theorem 5. Sampling

More information

Fitting a Straight Line to Data

Fitting a Straight Line to Data Fitting a Straight Line to Data Thanks for your patience. Finally we ll take a shot at real data! The data set in question is baryonic Tully-Fisher data from http://astroweb.cwru.edu/sparc/btfr Lelli2016a.mrt,

More information

Lecture 8 Hypothesis Testing

Lecture 8 Hypothesis Testing Lecture 8 Hypothesis Testing Taylor Ch. 6 and 10.6 Introduction l The goal of hypothesis testing is to set up a procedure(s) to allow us to decide if a mathematical model ("theory") is acceptable in light

More information

Lesson 10: True and False Equations

Lesson 10: True and False Equations Classwork Exercise 1 a. Consider the statement: The President of the United States is a United States citizen. Is the statement a grammatically correct sentence? What is the subject of the sentence? What

More information

Week 11 Sample Means, CLT, Correlation

Week 11 Sample Means, CLT, Correlation Week 11 Sample Means, CLT, Correlation Slides by Suraj Rampure Fall 2017 Administrative Notes Complete the mid semester survey on Piazza by Nov. 8! If 85% of the class fills it out, everyone will get a

More information

Inferences for Regression

Inferences for Regression Inferences for Regression An Example: Body Fat and Waist Size Looking at the relationship between % body fat and waist size (in inches). Here is a scatterplot of our data set: Remembering Regression In

More information

Measurements and Data Analysis

Measurements and Data Analysis Measurements and Data Analysis 1 Introduction The central point in experimental physical science is the measurement of physical quantities. Experience has shown that all measurements, no matter how carefully

More information

(Refer Slide Time 1:25)

(Refer Slide Time 1:25) Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module - 2 Lecture - 24 Transient Response of Pressure Transducers

More information

Brief Review of Probability

Brief Review of Probability Brief Review of Probability Nuno Vasconcelos (Ken Kreutz-Delgado) ECE Department, UCSD Probability Probability theory is a mathematical language to deal with processes or experiments that are non-deterministic

More information

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time.

Experiment 2. Reaction Time. Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. Experiment 2 Reaction Time 2.1 Objectives Make a series of measurements of your reaction time. Use statistics to analyze your reaction time. 2.2 Introduction The purpose of this lab is to demonstrate repeated

More information

Solving with Absolute Value

Solving with Absolute Value Solving with Absolute Value Who knew two little lines could cause so much trouble? Ask someone to solve the equation 3x 2 = 7 and they ll say No problem! Add just two little lines, and ask them to solve

More information

4.1 Hypothesis Testing

4.1 Hypothesis Testing 4.1 Hypothesis Testing z-test for a single value double-sided and single-sided z-test for one average z-test for two averages double-sided and single-sided t-test for one average the F-parameter and F-table

More information

Chem 115 POGIL Worksheet - Week 1 Units, Measurement Uncertainty, and Significant Figures

Chem 115 POGIL Worksheet - Week 1 Units, Measurement Uncertainty, and Significant Figures Chem 115 POGIL Worksheet - Week 1 Units, Measurement Uncertainty, and Significant Figures Why? All scientists the world over use metric units. Since 1960, the metric system in use has been the Système

More information

Lecture 19: Introduction to Kinetics First a CH 302 Kinetics Study Guide (Memorize these first three pages, they are all the background you need)

Lecture 19: Introduction to Kinetics First a CH 302 Kinetics Study Guide (Memorize these first three pages, they are all the background you need) Lecture 19: Introduction to Kinetics First a CH 302 Kinetics Study Guide (Memorize these first three pages, they are all the background you need) Reaction Rate: The most important issue in kinetics is

More information

LECTURE 1 THE CONTENTS OF THIS LECTURE ARE AS FOLLOWS:

LECTURE 1 THE CONTENTS OF THIS LECTURE ARE AS FOLLOWS: LECTURE 1 THE CONTENTS OF THIS LECTURE ARE AS FOLLOWS: 1.0 INTRODUCTION TO FLUID AND BASIC EQUATIONS 2.0 REYNOLDS NUMBER AND CRITICAL VELOCITY 3.0 APPROACH TOWARDS REYNOLDS NUMBER REFERENCES Page 1 of

More information

Basic Probability Reference Sheet

Basic Probability Reference Sheet February 27, 2001 Basic Probability Reference Sheet 17.846, 2001 This is intended to be used in addition to, not as a substitute for, a textbook. X is a random variable. This means that X is a variable

More information

Uncertainty and Graphical Analysis

Uncertainty and Graphical Analysis Uncertainty and Graphical Analysis Introduction Two measures of the quality of an experimental result are its accuracy and its precision. An accurate result is consistent with some ideal, true value, perhaps

More information

Go back to the main index page

Go back to the main index page 1 of 10 8/24/2006 11:22 AM Go back to the main index page 1. In engineering the application of fluid mechanics in designs make much of the use of empirical results from a lot of experiments. This data

More information

2. As we shall see, we choose to write in terms of σ x because ( X ) 2 = σ 2 x.

2. As we shall see, we choose to write in terms of σ x because ( X ) 2 = σ 2 x. Section 5.1 Simple One-Dimensional Problems: The Free Particle Page 9 The Free Particle Gaussian Wave Packets The Gaussian wave packet initial state is one of the few states for which both the { x } and

More information

Introduction to Physics Physics 114 Eyres

Introduction to Physics Physics 114 Eyres What is Physics? Introduction to Physics Collecting and analyzing experimental data Making explanations and experimentally testing them Creating different representations of physical processes Finding

More information

Natural Language Processing Prof. Pawan Goyal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur

Natural Language Processing Prof. Pawan Goyal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Natural Language Processing Prof. Pawan Goyal Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture - 18 Maximum Entropy Models I Welcome back for the 3rd module

More information

Statistics: Error (Chpt. 5)

Statistics: Error (Chpt. 5) Statistics: Error (Chpt. 5) Always some amount of error in every analysis (How much can you tolerate?) We examine error in our measurements to know reliably that a given amount of analyte is in the sample

More information

Section 9 2B:!! Using Confidence Intervals to Estimate the Difference ( µ 1 µ 2 ) in Two Population Means using Two Independent Samples.

Section 9 2B:!! Using Confidence Intervals to Estimate the Difference ( µ 1 µ 2 ) in Two Population Means using Two Independent Samples. Section 9 2B:!! Using Confidence Intervals to Estimate the Difference ( µ 1 µ 2 ) in Two Population Means using Two Independent Samples Requirements 1.A random sample of each population is taken. The sample

More information

Ch. 1, Physics & Measurement

Ch. 1, Physics & Measurement Ch. 1, Physics & Measurement Outline Ch. 1, Physics & Measurement 1. Physics is an experimental science Measurements Units 2. Physics is a quantitative science Mathematics Algebra & Calculus 3. International

More information

Moment of Inertia: Rotational Energy

Moment of Inertia: Rotational Energy Lab Section (circle): Day: Monday Tuesday Time: 8:00 9:30 1:10 2:40 Moment of Inertia: Rotational Energy Name Partners Pre-Lab You are required to finish this section before coming to the lab; it will

More information

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5.

The following are generally referred to as the laws or rules of exponents. x a x b = x a+b (5.1) 1 x b a (5.2) (x a ) b = x ab (5. Chapter 5 Exponents 5. Exponent Concepts An exponent means repeated multiplication. For instance, 0 6 means 0 0 0 0 0 0, or,000,000. You ve probably noticed that there is a logical progression of operations.

More information

Statistics. Lent Term 2015 Prof. Mark Thomson. 2: The Gaussian Limit

Statistics. Lent Term 2015 Prof. Mark Thomson. 2: The Gaussian Limit Statistics Lent Term 2015 Prof. Mark Thomson Lecture 2 : The Gaussian Limit Prof. M.A. Thomson Lent Term 2015 29 Lecture Lecture Lecture Lecture 1: Back to basics Introduction, Probability distribution

More information

Network Simulation Chapter 6: Output Data Analysis

Network Simulation Chapter 6: Output Data Analysis Network Simulation Chapter 6: Output Data Analysis Prof. Dr. Jürgen Jasperneite 1 Contents Introduction Types of simulation output Transient detection When to terminate a simulation 2 Prof. Dr. J ürgen

More information

Lab #12: Exam 3 Review Key

Lab #12: Exam 3 Review Key Psychological Statistics Practice Lab#1 Dr. M. Plonsky Page 1 of 7 Lab #1: Exam 3 Review Key 1) a. Probability - Refers to the likelihood that an event will occur. Ranges from 0 to 1. b. Sampling Distribution

More information

Final Exam - Solutions

Final Exam - Solutions Ecn 102 - Analysis of Economic Data University of California - Davis March 19, 2010 Instructor: John Parman Final Exam - Solutions You have until 5:30pm to complete this exam. Please remember to put your

More information

HOLLOMAN S AP STATISTICS BVD CHAPTER 08, PAGE 1 OF 11. Figure 1 - Variation in the Response Variable

HOLLOMAN S AP STATISTICS BVD CHAPTER 08, PAGE 1 OF 11. Figure 1 - Variation in the Response Variable Chapter 08: Linear Regression There are lots of ways to model the relationships between variables. It is important that you not think that what we do is the way. There are many paths to the summit We are

More information

Civil Engineering Computation. Initial Meeting and Class Setup EXCEL Review Problems

Civil Engineering Computation. Initial Meeting and Class Setup EXCEL Review Problems Civil Engineering Computation Initial Meeting and Class Setup EXCEL Review Problems Class Meeting Times The class runs from 12:30 until 2:20 on Monday with the lab following at 2:30 This was the original

More information

Error Analysis. To become familiar with some principles of error analysis for use in later laboratories.

Error Analysis. To become familiar with some principles of error analysis for use in later laboratories. 1. Object Error Analysis To become familiar with some principles of error analysis for use in later laboratories. 2. Apparatus A plastic tub, water, Saxon Bowls, and a stopwatch. 3. Theory In science one

More information

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Lecture No. # 36 Sampling Distribution and Parameter Estimation

More information

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers

Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur. Lecture 1 Real Numbers Mathematics-I Prof. S.K. Ray Department of Mathematics and Statistics Indian Institute of Technology, Kanpur Lecture 1 Real Numbers In these lectures, we are going to study a branch of mathematics called

More information

AP Physics 1 Summer Assignment Packet 2

AP Physics 1 Summer Assignment Packet 2 Name: Email address (write legibly): AP Physics 1 Summer Assignment Packet 2 Read through the Symbols, Units, Equations, and Sample Problem given in the instructions packet. The worksheets included in

More information

Gaussian Quiz. Preamble to The Humble Gaussian Distribution. David MacKay 1

Gaussian Quiz. Preamble to The Humble Gaussian Distribution. David MacKay 1 Preamble to The Humble Gaussian Distribution. David MacKay Gaussian Quiz H y y y 3. Assuming that the variables y, y, y 3 in this belief network have a joint Gaussian distribution, which of the following

More information

Design and Optimization of Energy Systems Prof. C. Balaji Department of Mechanical Engineering Indian Institute of Technology, Madras

Design and Optimization of Energy Systems Prof. C. Balaji Department of Mechanical Engineering Indian Institute of Technology, Madras Design and Optimization of Energy Systems Prof. C. Balaji Department of Mechanical Engineering Indian Institute of Technology, Madras Lecture - 19 Least Square Regression contd In the next two classes,

More information

161 Sp18 T1 grades (out of 40, max 100)

161 Sp18 T1 grades (out of 40, max 100) Grades for test Graded out of 40 (scores over 00% not possible) o Three perfect scores based on this grading scale!!! o Avg = 57 o Stdev = 3 Scores below 40% are in trouble. Scores 40-60% are on the bubble

More information

SMA 6304 / MIT / MIT Manufacturing Systems. Lecture 10: Data and Regression Analysis. Lecturer: Prof. Duane S. Boning

SMA 6304 / MIT / MIT Manufacturing Systems. Lecture 10: Data and Regression Analysis. Lecturer: Prof. Duane S. Boning SMA 6304 / MIT 2.853 / MIT 2.854 Manufacturing Systems Lecture 10: Data and Regression Analysis Lecturer: Prof. Duane S. Boning 1 Agenda 1. Comparison of Treatments (One Variable) Analysis of Variance

More information

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

I used college textbooks because they were the only resource available to evaluate measurement uncertainty calculations.

I used college textbooks because they were the only resource available to evaluate measurement uncertainty calculations. Introduction to Statistics By Rick Hogan Estimating uncertainty in measurement requires a good understanding of Statistics and statistical analysis. While there are many free statistics resources online,

More information

Review of Functions. Functions. Philippe B. Laval. Current Semester KSU. Philippe B. Laval (KSU) Functions Current Semester 1 / 12

Review of Functions. Functions. Philippe B. Laval. Current Semester KSU. Philippe B. Laval (KSU) Functions Current Semester 1 / 12 Review of Functions Functions Philippe B. Laval KSU Current Semester Philippe B. Laval (KSU) Functions Current Semester 1 / 12 Introduction Students are expected to know the following concepts about functions:

More information

Line Broadening. φ(ν) = Γ/4π 2 (ν ν 0 ) 2 + (Γ/4π) 2, (3) where now Γ = γ +2ν col includes contributions from both natural broadening and collisions.

Line Broadening. φ(ν) = Γ/4π 2 (ν ν 0 ) 2 + (Γ/4π) 2, (3) where now Γ = γ +2ν col includes contributions from both natural broadening and collisions. Line Broadening Spectral lines are not arbitrarily sharp. There are a variety of mechanisms that give them finite width, and some of those mechanisms contain significant information. We ll consider a few

More information

Two-sample inference: Continuous data

Two-sample inference: Continuous data Two-sample inference: Continuous data Patrick Breheny November 11 Patrick Breheny STA 580: Biostatistics I 1/32 Introduction Our next two lectures will deal with two-sample inference for continuous data

More information

Uncertainty in Measurement

Uncertainty in Measurement CHICO STATE UNIVERSITY, PHYSICS DEPARTMENT DR. CULBREATH FALL 2015 Uncertainty in Measurement REFERENCES: Many sections of this text adapted and summarized from An Introduction to Error Analysis: The Study

More information

26, 24, 26, 28, 23, 23, 25, 24, 26, 25

26, 24, 26, 28, 23, 23, 25, 24, 26, 25 The ormal Distribution Introduction Chapter 5 in the text constitutes the theoretical heart of the subject of error analysis. We start by envisioning a series of experimental measurements of a quantity.

More information

The t-test Pivots Summary. Pivots and t-tests. Patrick Breheny. October 15. Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/18

The t-test Pivots Summary. Pivots and t-tests. Patrick Breheny. October 15. Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/18 and t-tests Patrick Breheny October 15 Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/18 Introduction The t-test As we discussed previously, W.S. Gossett derived the t-distribution as a way of

More information

(Refer Slide Time: )

(Refer Slide Time: ) Digital Signal Processing Prof. S. C. Dutta Roy Department of Electrical Engineering Indian Institute of Technology, Delhi FIR Lattice Synthesis Lecture - 32 This is the 32nd lecture and our topic for

More information

Take the measurement of a person's height as an example. Assuming that her height has been determined to be 5' 8", how accurate is our result?

Take the measurement of a person's height as an example. Assuming that her height has been determined to be 5' 8, how accurate is our result? Error Analysis Introduction The knowledge we have of the physical world is obtained by doing experiments and making measurements. It is important to understand how to express such data and how to analyze

More information

Convergence of Sequences

Convergence of Sequences James K. Peterson Department of Biological Sciences and Department of Mathematical Sciences Clemson University September 5, 2018 Outline 1 2 Homework Definition Let (a n ) n k be a sequence of real numbers.

More information

Statistical Methods in Particle Physics

Statistical Methods in Particle Physics Statistical Methods in Particle Physics Lecture 3 October 29, 2012 Silvia Masciocchi, GSI Darmstadt s.masciocchi@gsi.de Winter Semester 2012 / 13 Outline Reminder: Probability density function Cumulative

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 65 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao Review In the previous lecture we considered the following tests: The independent

More information

Finite Mathematics : A Business Approach

Finite Mathematics : A Business Approach Finite Mathematics : A Business Approach Dr. Brian Travers and Prof. James Lampes Second Edition Cover Art by Stephanie Oxenford Additional Editing by John Gambino Contents What You Should Already Know

More information

Lecturer three. General Concept in Q. M. Imagine a room containing 14 people, whose ages are as follows:

Lecturer three. General Concept in Q. M. Imagine a room containing 14 people, whose ages are as follows: "QUANTUM MECHANICS" -- 4th year students -- College of Education(Ibn Hayyan), Dep. Of Lecturer three General Concept in Q. M. 3-1 Probability Theorem Because of the statistical interpretation, probability

More information

ik () uk () Today s menu Last lecture Some definitions Repeatability of sensing elements

ik () uk () Today s menu Last lecture Some definitions Repeatability of sensing elements Last lecture Overview of the elements of measurement systems. Sensing elements. Signal conditioning elements. Signal processing elements. Data presentation elements. Static characteristics of measurement

More information

the pitot static measurement equal to a constant C which is to take into account the effect of viscosity and so on.

the pitot static measurement equal to a constant C which is to take into account the effect of viscosity and so on. Mechanical Measurements and Metrology Prof. S. P. Venkateshan Department of Mechanical Engineering Indian Institute of Technology, Madras Module -2 Lecture - 27 Measurement of Fluid Velocity We have been

More information

Lecture 3: Statistical sampling uncertainty

Lecture 3: Statistical sampling uncertainty Lecture 3: Statistical sampling uncertainty c Christopher S. Bretherton Winter 2015 3.1 Central limit theorem (CLT) Let X 1,..., X N be a sequence of N independent identically-distributed (IID) random

More information

Lecture 3. The Population Variance. The population variance, denoted σ 2, is the sum. of the squared deviations about the population

Lecture 3. The Population Variance. The population variance, denoted σ 2, is the sum. of the squared deviations about the population Lecture 5 1 Lecture 3 The Population Variance The population variance, denoted σ 2, is the sum of the squared deviations about the population mean divided by the number of observations in the population,

More information

Derivatives: Gradient of a line, gradient of a curve

Derivatives: Gradient of a line, gradient of a curve Mathematics Learning Centre Derivatives: Gradient of a line, gradient of a curve Christopher Thomas c 1997 University of Sydney Mathematics Learning Centre, University of Sydney 1 1 Introduction In day

More information

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur

Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Modern Algebra Prof. Manindra Agrawal Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture 02 Groups: Subgroups and homomorphism (Refer Slide Time: 00:13) We looked

More information

Lecture 18: Simple Linear Regression

Lecture 18: Simple Linear Regression Lecture 18: Simple Linear Regression BIOS 553 Department of Biostatistics University of Michigan Fall 2004 The Correlation Coefficient: r The correlation coefficient (r) is a number that measures the strength

More information

Uncertainty, Error, and Precision in Quantitative Measurements an Introduction 4.4 cm Experimental error

Uncertainty, Error, and Precision in Quantitative Measurements an Introduction 4.4 cm Experimental error Uncertainty, Error, and Precision in Quantitative Measurements an Introduction Much of the work in any chemistry laboratory involves the measurement of numerical quantities. A quantitative measurement

More information

Treatment of Error in Experimental Measurements

Treatment of Error in Experimental Measurements in Experimental Measurements All measurements contain error. An experiment is truly incomplete without an evaluation of the amount of error in the results. In this course, you will learn to use some common

More information

211 Real Analysis. f (x) = x2 1. x 1. x 2 1

211 Real Analysis. f (x) = x2 1. x 1. x 2 1 Part. Limits of functions. Introduction 2 Real Analysis Eample. What happens to f : R \ {} R, given by f () = 2,, as gets close to? If we substitute = we get f () = 0 which is undefined. Instead we 0 might

More information

AN INTRODUCTION TO TOPIC MODELS

AN INTRODUCTION TO TOPIC MODELS AN INTRODUCTION TO TOPIC MODELS Michael Paul December 4, 2013 600.465 Natural Language Processing Johns Hopkins University Prof. Jason Eisner Making sense of text Suppose you want to learn something about

More information

Physics 1140 Fall 2013 Introduction to Experimental Physics

Physics 1140 Fall 2013 Introduction to Experimental Physics Physics 1140 Fall 2013 Introduction to Experimental Physics Joanna Atkin Lecture 4: Statistics of uncertainty Today If you re missing a pre-lab grade and you handed it in (or any other problem), talk to

More information

Business Statistics. Lecture 5: Confidence Intervals

Business Statistics. Lecture 5: Confidence Intervals Business Statistics Lecture 5: Confidence Intervals Goals for this Lecture Confidence intervals The t distribution 2 Welcome to Interval Estimation! Moments Mean 815.0340 Std Dev 0.8923 Std Error Mean

More information

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p).

We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation, Y ~ BIN(n,p). Sampling distributions and estimation. 1) A brief review of distributions: We're in interested in Pr{three sixes when throwing a single dice 8 times}. => Y has a binomial distribution, or in official notation,

More information