Lecture 5 1 Continuous distributions Five important continuous distributions: 1.uniform distribution (contiuous) 2.Normal distribution  2 –distribution[“ki-square”]

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
There is a pattern for factoring trinomials of this form, when c
Chapter 1 The Study of Body Function Image PowerPoint
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
1 Chapter 40 - Physiology and Pathophysiology of Diuretic Action Copyright © 2013 Elsevier Inc. All rights reserved.
STATISTICS Sampling and Sampling Distributions
STATISTICS INTERVAL ESTIMATION Professor Ke-Sheng Cheng Department of Bioenvironmental Systems Engineering National Taiwan University.
STATISTICS Random Variables and Distribution Functions
By D. Fisher Geometric Transformations. Reflection, Rotation, or Translation 1.
Business Transaction Management Software for Application Coordination 1 Business Processes and Coordination.
Describing Data: Measures of Dispersion
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
Copyright © 2010 Pearson Education, Inc. Slide
0 - 0.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
MULTIPLYING MONOMIALS TIMES POLYNOMIALS (DISTRIBUTIVE PROPERTY)
ADDING INTEGERS 1. POS. + POS. = POS. 2. NEG. + NEG. = NEG. 3. POS. + NEG. OR NEG. + POS. SUBTRACT TAKE SIGN OF BIGGER ABSOLUTE VALUE.
SUBTRACTING INTEGERS 1. CHANGE THE SUBTRACTION SIGN TO ADDITION
MULT. INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Addition Facts
Year 6 mental test 5 second questions
Overview of Lecture Parametric vs Non-Parametric Statistical Tests.
Lecture 2 ANALYSIS OF VARIANCE: AN INTRODUCTION
The Poisson distribution
ZMQS ZMQS
STATISTICAL INFERENCE ABOUT MEANS AND PROPORTIONS WITH TWO POPULATIONS
Chapter 7 Sampling and Sampling Distributions
Year 6/7 mental test 5 second questions
Biostatistics Unit 5 Samples Needs to be completed. 12/24/13.
Chapter 4: Basic Estimation Techniques
ABC Technology Project
Chapter 16 Goodness-of-Fit Tests and Contingency Tables
NORMAL OR GAUSSIAN DISTRIBUTION Chapter 5. General Normal Distribution Two parameter distribution with a pdf given by:
5-1 Chapter 5 Theory & Problems of Probability & Statistics Murray R. Spiegel Sampling Theory.
Chapter 7, Sample Distribution
© S Haughton more than 3?
Chapter 4 Inference About Process Quality
CHAPTER Discrete Models  G eneral distributions  C lassical: Binomial, Poisson, etc Continuous Models  G eneral distributions  C.
Squares and Square Root WALK. Solve each problem REVIEW:
The Normal Distribution PSYC 6130, PROF. J. ELDER 2 is the mean is the standard deviation The height of a normal density curve at any point x is given.
Sets Sets © 2005 Richard A. Medeiros next Patterns.
Comparing Two Population Parameters
Chapter 5 Test Review Sections 5-1 through 5-4.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Addition 1’s to 20.
25 seconds left…...
Equal or Not. Equal or Not
Test B, 100 Subtraction Facts
Week 1.
Number bonds to 10,
Statistical Inferences Based on Two Samples
We will resume in: 25 Minutes.
Chapter 8 Estimation Understandable Statistics Ninth Edition
ABOUT TWO INDEPENDENT POPULATIONS
1 Unit 1 Kinematics Chapter 1 Day
IP, IST, José Bioucas, Probability The mathematical language to quantify uncertainty  Observation mechanism:  Priors:  Parameters Role in inverse.
Experimental Design and Analysis of Variance
Stat 13 Final Review A. Probability tables to use. B. variance algebra, correlation, covariance, regression C. Probability and Conditional probability.
Copyright © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 13 One-Factor Experiments: General.
Commonly Used Distributions
Chapter 4: Mathematical Expectation:
Copyright © Cengage Learning. All rights reserved.
Chapter 8: Fundamental Sampling Distributions and Data Descriptions:
Chapter 8: Fundamental Sampling Distributions and Data Descriptions:
The Binomial Distributions
Fundamental Sampling Distributions and Data Descriptions
Presentation transcript:

lecture 5 1 Continuous distributions Five important continuous distributions: 1.uniform distribution (contiuous) 2.Normal distribution  2 –distribution[“ki-square”] 4.t-distribution 5.F-distribution

lecture 5 2 A reminder Definition: Let X: S  R be a continuous random variable. A density function for X, f (x), is defined by: 1. f (x)  0 for all x f (x) xb a P(a<X<b)

lecture 5 3 Uniform distribution Definition Definition: Let X be a random variable. If the density function is given by then the distribution of X is the (continuous) uniform distribution on the interval [A,B]. x A B f (x)

lecture 5 4 Uniform distribution Mean & variance Theorem: Let X be uniformly distributed on the interval [A,B]. Then we have: mean of X : variance of X :

lecture 5 5 Normal distribution Definition Definition: Let X be a continuous random variable. If the density function is given by then the distribution of X is called the normal distribution with parameters  and  2 (known). My notation: The book’s: for density function

lecture 5 6 Normal distribution Examples The normal distribution is without doubt the most important continuous distribution, since many phenomena are well described by it. IQ among AAU students Height among AAU students Plotting in Matlab: >> x=90:1:150; y=normpdf(x,120,10); plot(x,y)  

lecture 5 7 Normal distribution Mean & variance Theorem: If X ~ N( ,   ) then mean of X : variance of X : Density function: N(1,1 ) N(0,2 ) N(0,1 )

lecture 5 8 Normal distribution Standard normal distribution Standard normal distribution: Z ~ N(0,1) Density function: Distribution function: (see Table A.3) Notice!! Due to symmetry P(Z   z) = 1  P(Z  z)

lecture 5 9 We typically have X~N(   ) where  and   . Normal distribution Standard normal distribution Standard normal distribution, N(0,1), is the only normal distribution for which the distribution function is tabulated. Example: X ~ N(1,4) What is P( X  3 ) ?

lecture 5 10 Normal distribution Standard normal distribution Example cont.: X ~ N(1,4). What is P(X  3) ? Theorem: Standardise If X ~ N( ,  2 ) then Z ~ N(0,1) X ~ N(1,4) Equal areas = Z ~ N(0,1)

Normal distribution Standard normal distribution lecture 5 11

Normal distribution Standard normal distribution lecture 5 12 Example cont.: X ~ N(1,4). What is P(X  3) ? Solution in Matlab: >> 1 – normcdf(3,1,2) ans = Cumulative distribution function normcdf(x,,) Solution in R: > 1 - pnorm(3,1,2) [1] Cumulative distribution function pnorm(x,,)

lecture 5 13 Normal distribution Example Problem: The lifetime of a light bulb is normal distributed with mean 800 hours and standard deviation 40 hours: 1.Find the probability that the lifetime of a bulb is between hours. 2.Find the number of hours b, such that the probability of a bulb having a lifetime longer than b is 90%. 3.Find a time period symmetric around the mean so that the probability of a lifetime in this interval has probability 95%

Normal distribution Example lecture 5 14 Solution in Matlab: 1.P(750 > normcdf(850,800,40)-normcdf(750,800,40) 2.? Solution in R: 1.P(750 pnorm(850,800,40)-pnorm(750,800,40) 2.P(X > b) = 0.90  P(X  b) = 0.10 > qnorm(0.1,800,40) 3....

lecture 5 15 Normal distribution Relation to the binomial distribution If X is binomial distributed with parameters n and p, then is approximately normal distributed. Rule of thumb: If np  5 and n(  p)  5, then the approximation is good

lecture 5 16 Normal distribution Linear combinations Theorem: linear combinations If X 1, X 2,..., X n are independent random variables, where and a 1,a 2,...,a n are constant, then the linear combination where

lecture 5 17 The   distribution Definition Definition: (alternative to Walpole, Myers, Myers & Ye) If Z 1, Z 2,..., Z n are independent random variables, where Z i ~ N(0,1), for i =1,2,…,n, then the distribution of is the   -distribution with n degrees of freedom. Notation: Critical values: Table A.5

The   distribution Definition lecture 5 18 Definition: A continuous random variable X follows a   - distribution with n degrees of freedom if it has density function Y ~  2 (1) Y ~  2 (3) Y ~  2 (5) Antag Y ~  2 (n) E(Y) = n Var(Y)= 2n E(Y/n)= 1 Var(Y/n)= 2/n

lecture 5 19 t-distribution Definition Definition: Let Z ~ N(0,1) and V ~   (n) be two independent random variables. Then the distribution of is called the t-distribution with n degrees of freedom. Notation: T ~ t(n) Critical values: Table A.4

t-distribution Compared to standard normal lecture 5 20 X ~ N(0,1) T ~ T(3) T ~ T(1) The t-distribution is symmetric around 0 The t-distribution is more flat than the standard normal The more degrees of freedom the more the t- distribution looks like a standard normal

lecture 5 21 F-distribution Definition Definition: Let U ~  2 (n 1 ) and V ~  2 (n 2 ) be two independent random variables. Then the distribution of is called the F-distribution with n 1 and n 2 degrees of freedom. Notation: F ~ F(n 1, n 2 ) Critical values: Table A.6

F-distribution Example lecture 5 22 F ~ F(10,30) F ~ F(6,10) F ~ F(20,50)