SlideShare a Scribd company logo
Stat310     Sampling distributions


                         Hadley Wickham
Tuesday, 23 March 2010
1. About the test
               2. Sampling distribution of the mean
               3. Sampling distribution of the standard
                  deviation




Tuesday, 23 March 2010
Test
                   Next Tuesday.
                   Covers bivariate random variables and
                   inference up to Thursday.
                   Same format as last time: 4 questions, 80
                   minutes. 2 sides of notes. Half applied
                   and half theoretical.
                   Hopefully a little easier than last time.


Tuesday, 23 March 2010
Test tips
                   Work through the learning objectives
                   online, looking them up in your notes if
                   you’re not sure.
                   Work through the practice problems.
                   Go back over previous quizzes and
                   homeworks and make sure you know
                   how to answer each question.


Tuesday, 23 March 2010
Sampling distribution
                    of the mean


Tuesday, 23 March 2010
Means
                   X1, X2, ... are iid N(μ, σ2)
                            n
                            
                                      ¯    Sn
                     Sn =       Xi    Xn =
                                           n
                            1

                   Then
                                                  2
                                          σ
                                ¯ n ∼ N(µ, )
                                X
                                          n
Tuesday, 23 March 2010
Means
                   X1, X2, ... are iid N(μ, σ2)
                            n
                            
                                      ¯    Sn
                     Sn =       Xi    Xn =
                                           n
                            1

                   Then
                                                  2
                                          σ
                                ¯ n ∼ N(µ, )
                                X
                                          n
Tuesday, 23 March 2010
Means
                   X1, X2, ... are iid E(X) = μ, Var(X) = σ2
                            n
                            
                                      ¯    Sn
                     Sn =       Xi    Xn =
                                           n
                            1

                   Then
                                                    2
                                          σ
                                ¯ n ∼ N(µ, )
                                X ˙
                                          n
Tuesday, 23 March 2010
Means
                   X1, X2, ... are iid E(X) = μ, Var(X) = σ2
                            n
                            
                                      ¯    Sn
                     Sn =       Xi    Xn =
                                           n
                            1

                   Then
                                                    2
                                          σ
                                ¯ n ∼ N(µ, )
                                X ˙
                                          n
Tuesday, 23 March 2010
Means

                             X¯n − µ
                         Zn = 2 √
                             σ / n

                         Zn ∼ N(0, 1)
                            ˙

Tuesday, 23 March 2010
Your turn

                   Back to the Lakers. Let Oi ~ Poisson(λ =
                   103.9) - their offensive score for a single
                   game.
                   What is the distribution of their average
                   score for the entire season? (There are 82
                   games in a season)



Tuesday, 23 March 2010
Continuity correction
                   When using the normal distribution to
                   approximate a discrete distribution we
                   need to make a small correction
                   P(X = 1) = P(0.5  Z  1.5)
                   P(X  1) = P(Z  0.5)
                   P(X ≤ 1) = P(Z  1.5)
                   P(X  1) = P(Z  1.5)


Tuesday, 23 March 2010
Your turn


                   What’s the probability the average score
                   for the Lakers is less than 100?




Tuesday, 23 March 2010
Steps

                   Write as probability statement.
                   Transform each side to get to known
                   distribution.
                   Apply continuity correction, if necessary.
                   Compute.



Tuesday, 23 March 2010
Multiplication

                   X ~ Poisson(λ)
                   Y = tX
                   Then Y ~ Poisson(λt)




Tuesday, 23 March 2010
Exactly

                   How could you use the Poisson
                   distribution to calculate the exact
                   probability that the average score is
                    100?




Tuesday, 23 March 2010
Sampling distribution of
                 the standard deviation



Tuesday, 23 March 2010
(n − 1)S     2

                     2
                         ∼ χ (n − 1)
                            2
                   σ


                                      ¯ 2
                                 (Xi − X)
     If Xi ~ iid N(0, 1),   S =
                             2
                                  n−1
Tuesday, 23 March 2010
Five fun facts about



                                    2
                          χ
Tuesday, 23 March 2010
Proof




                (n − 1)S 2

                     2
                         ∼ χ (n − 1)
                            2
                   σ



Tuesday, 23 March 2010
Sampling distribution of
                 mean if variance unknown



Tuesday, 23 March 2010
Your turn

                   When we have to estimate the sd, what
                   do you think happens to the distribution
                   of our estimate of the mean? (Would it get
                   more or less accurate?)
                   What about as n gets bigger?




Tuesday, 23 March 2010
0.3




                                                       df
                                                             1
 dens




    0.2                                                      2
                                                            15
                                                            Inf




    0.1




               −3        −2   −1       0   1   2   3
                                   x
Tuesday, 23 March 2010
t-distribution
                         Xi ∼ Normal(µ, σ )2



      ¯n − µ
      X                          ¯n − µ
                                 X
        √ ∼Z                       √ ∼ tn−1
      σ/ n                       s/ n
                                         Parameter called
                                        degrees of freedom
Tuesday, 23 March 2010
Properties of the t-dist
                   Heavier tails compared to the normal
                   distribution.

                               lim tn = Z
                              n→∞
                   Practically, if n  30, the t distribution is
                   practically equivalent to the normal.


Tuesday, 23 March 2010
t-tables
                   Basically the same as the standard
                   normal. But one table for each value of
                   degrees of freedom.
                   Easiest to use calculator or computer:
                   http://www.stat.tamu.edu/~west/applets/
                   tdemo.html
                   (For homework, use this applet, for exams, I’ll
                   give you a small table if necessary)


Tuesday, 23 March 2010

More Related Content

What's hot

Random Matrix Theory and Machine Learning - Part 3
Random Matrix Theory and Machine Learning - Part 3Random Matrix Theory and Machine Learning - Part 3
Random Matrix Theory and Machine Learning - Part 3
Fabian Pedregosa
 
Random Matrix Theory and Machine Learning - Part 4
Random Matrix Theory and Machine Learning - Part 4Random Matrix Theory and Machine Learning - Part 4
Random Matrix Theory and Machine Learning - Part 4
Fabian Pedregosa
 
Random Matrix Theory and Machine Learning - Part 1
Random Matrix Theory and Machine Learning - Part 1Random Matrix Theory and Machine Learning - Part 1
Random Matrix Theory and Machine Learning - Part 1
Fabian Pedregosa
 
Particle filter
Particle filterParticle filter
Particle filter
bugway
 
11.vibration characteristics of non homogeneous visco-elastic square plate
11.vibration characteristics of non homogeneous visco-elastic square plate11.vibration characteristics of non homogeneous visco-elastic square plate
11.vibration characteristics of non homogeneous visco-elastic square plateAlexander Decker
 
Vibration characteristics of non homogeneous visco-elastic square plate
Vibration characteristics of non homogeneous visco-elastic square plateVibration characteristics of non homogeneous visco-elastic square plate
Vibration characteristics of non homogeneous visco-elastic square plate
Alexander Decker
 
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02Luke Underwood
 
PaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and ChaoticityPaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and ChaoticityMezban Habibi
 
Simple Comparison of Convergence of GeneralIterations and Effect of Variation...
Simple Comparison of Convergence of GeneralIterations and Effect of Variation...Simple Comparison of Convergence of GeneralIterations and Effect of Variation...
Simple Comparison of Convergence of GeneralIterations and Effect of Variation...Komal Goyal
 
The two dimensional wave equation
The two dimensional wave equationThe two dimensional wave equation
The two dimensional wave equationGermán Ceballos
 
Neuronal self-organized criticality (II)
Neuronal self-organized criticality (II)Neuronal self-organized criticality (II)
Neuronal self-organized criticality (II)
Osame Kinouchi
 
Neuronal self-organized criticality
Neuronal self-organized criticalityNeuronal self-organized criticality
Neuronal self-organized criticality
Osame Kinouchi
 
Errors in the Discretized Solution of a Differential Equation
Errors in the Discretized Solution of a Differential EquationErrors in the Discretized Solution of a Differential Equation
Errors in the Discretized Solution of a Differential Equation
ijtsrd
 
Dynamics of nonlocal structures
Dynamics of nonlocal structuresDynamics of nonlocal structures
Dynamics of nonlocal structures
University of Glasgow
 
Week 8 [compatibility mode]
Week 8 [compatibility mode]Week 8 [compatibility mode]
Week 8 [compatibility mode]
Hazrul156
 
On an Optimal control Problem for Parabolic Equations
On an Optimal control Problem for Parabolic EquationsOn an Optimal control Problem for Parabolic Equations
On an Optimal control Problem for Parabolic Equations
ijceronline
 
Lesson15 -exponential_growth_and_decay_021_slides
Lesson15  -exponential_growth_and_decay_021_slidesLesson15  -exponential_growth_and_decay_021_slides
Lesson15 -exponential_growth_and_decay_021_slidesMatthew Leingang
 

What's hot (20)

Random Matrix Theory and Machine Learning - Part 3
Random Matrix Theory and Machine Learning - Part 3Random Matrix Theory and Machine Learning - Part 3
Random Matrix Theory and Machine Learning - Part 3
 
Random Matrix Theory and Machine Learning - Part 4
Random Matrix Theory and Machine Learning - Part 4Random Matrix Theory and Machine Learning - Part 4
Random Matrix Theory and Machine Learning - Part 4
 
Random Matrix Theory and Machine Learning - Part 1
Random Matrix Theory and Machine Learning - Part 1Random Matrix Theory and Machine Learning - Part 1
Random Matrix Theory and Machine Learning - Part 1
 
Particle filter
Particle filterParticle filter
Particle filter
 
11.vibration characteristics of non homogeneous visco-elastic square plate
11.vibration characteristics of non homogeneous visco-elastic square plate11.vibration characteristics of non homogeneous visco-elastic square plate
11.vibration characteristics of non homogeneous visco-elastic square plate
 
Vibration characteristics of non homogeneous visco-elastic square plate
Vibration characteristics of non homogeneous visco-elastic square plateVibration characteristics of non homogeneous visco-elastic square plate
Vibration characteristics of non homogeneous visco-elastic square plate
 
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
Electromagnetic Scattering from Objects with Thin Coatings.2016.05.04.02
 
PaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and ChaoticityPaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
PaperNo14-Habibi-IJMA-n-Tuples and Chaoticity
 
Simple Comparison of Convergence of GeneralIterations and Effect of Variation...
Simple Comparison of Convergence of GeneralIterations and Effect of Variation...Simple Comparison of Convergence of GeneralIterations and Effect of Variation...
Simple Comparison of Convergence of GeneralIterations and Effect of Variation...
 
1 d wave equation
1 d wave equation1 d wave equation
1 d wave equation
 
The two dimensional wave equation
The two dimensional wave equationThe two dimensional wave equation
The two dimensional wave equation
 
Neuronal self-organized criticality (II)
Neuronal self-organized criticality (II)Neuronal self-organized criticality (II)
Neuronal self-organized criticality (II)
 
Neuronal self-organized criticality
Neuronal self-organized criticalityNeuronal self-organized criticality
Neuronal self-organized criticality
 
Errors in the Discretized Solution of a Differential Equation
Errors in the Discretized Solution of a Differential EquationErrors in the Discretized Solution of a Differential Equation
Errors in the Discretized Solution of a Differential Equation
 
Dynamics of nonlocal structures
Dynamics of nonlocal structuresDynamics of nonlocal structures
Dynamics of nonlocal structures
 
Week 8 [compatibility mode]
Week 8 [compatibility mode]Week 8 [compatibility mode]
Week 8 [compatibility mode]
 
On an Optimal control Problem for Parabolic Equations
On an Optimal control Problem for Parabolic EquationsOn an Optimal control Problem for Parabolic Equations
On an Optimal control Problem for Parabolic Equations
 
Hw2 s
Hw2 sHw2 s
Hw2 s
 
Lesson15 -exponential_growth_and_decay_021_slides
Lesson15  -exponential_growth_and_decay_021_slidesLesson15  -exponential_growth_and_decay_021_slides
Lesson15 -exponential_growth_and_decay_021_slides
 
Math 497#w14
Math 497#w14Math 497#w14
Math 497#w14
 

Viewers also liked

Body Worlds Affective and Cognitive Impacts
Body Worlds Affective and Cognitive ImpactsBody Worlds Affective and Cognitive Impacts
Body Worlds Affective and Cognitive Impacts
KMBurtnyk
 
NTFS - Chapter 5 Tables
NTFS - Chapter 5 TablesNTFS - Chapter 5 Tables
NTFS - Chapter 5 Tables
LBG
 
Statistice Chapter 02[1]
Statistice  Chapter 02[1]Statistice  Chapter 02[1]
Statistice Chapter 02[1]plisasm
 
Tally up of my questionnaire
Tally up of my questionnaireTally up of my questionnaire
Tally up of my questionnairechelseamyers1
 
Common statistical tools used in research and their uses
Common statistical tools used in research and their usesCommon statistical tools used in research and their uses
Common statistical tools used in research and their usesNorhac Kali
 
Commonly Used Statistics in Survey Research
Commonly Used Statistics in Survey ResearchCommonly Used Statistics in Survey Research
Commonly Used Statistics in Survey Research
Pat Barlow
 

Viewers also liked (7)

Body Worlds Affective and Cognitive Impacts
Body Worlds Affective and Cognitive ImpactsBody Worlds Affective and Cognitive Impacts
Body Worlds Affective and Cognitive Impacts
 
Aron chpt 6 ed
Aron chpt 6 edAron chpt 6 ed
Aron chpt 6 ed
 
NTFS - Chapter 5 Tables
NTFS - Chapter 5 TablesNTFS - Chapter 5 Tables
NTFS - Chapter 5 Tables
 
Statistice Chapter 02[1]
Statistice  Chapter 02[1]Statistice  Chapter 02[1]
Statistice Chapter 02[1]
 
Tally up of my questionnaire
Tally up of my questionnaireTally up of my questionnaire
Tally up of my questionnaire
 
Common statistical tools used in research and their uses
Common statistical tools used in research and their usesCommon statistical tools used in research and their uses
Common statistical tools used in research and their uses
 
Commonly Used Statistics in Survey Research
Commonly Used Statistics in Survey ResearchCommonly Used Statistics in Survey Research
Commonly Used Statistics in Survey Research
 

Similar to 18 Sampling Mean Sd

Section3 stochastic
Section3 stochasticSection3 stochastic
Section3 stochastic
cairo university
 
What happens when the Kolmogorov-Zakharov spectrum is nonlocal?
What happens when the Kolmogorov-Zakharov spectrum is nonlocal?What happens when the Kolmogorov-Zakharov spectrum is nonlocal?
What happens when the Kolmogorov-Zakharov spectrum is nonlocal?
Colm Connaughton
 
Correlation of dts by er. sanyam s. saini me (reg) 2012-14
Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14
Correlation of dts by er. sanyam s. saini me (reg) 2012-14Sanyam Singh
 
Basics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programmingBasics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programming
SSA KPI
 
A note on variational inference for the univariate Gaussian
A note on variational inference for the univariate GaussianA note on variational inference for the univariate Gaussian
A note on variational inference for the univariate Gaussian
Tomonari Masada
 
The Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionThe Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability Distribution
Pedro222284
 
Common Fixed Point Theorems For Occasionally Weakely Compatible Mappings
Common Fixed Point Theorems For Occasionally Weakely Compatible MappingsCommon Fixed Point Theorems For Occasionally Weakely Compatible Mappings
Common Fixed Point Theorems For Occasionally Weakely Compatible Mappings
iosrjce
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
researchinventy
 
Bayes gauss
Bayes gaussBayes gauss
1 - Linear Regression
1 - Linear Regression1 - Linear Regression
1 - Linear Regression
Nikita Zhiltsov
 
Cluster-cluster aggregation with (complete) collisional fragmentation
Cluster-cluster aggregation with (complete) collisional fragmentationCluster-cluster aggregation with (complete) collisional fragmentation
Cluster-cluster aggregation with (complete) collisional fragmentationColm Connaughton
 
Multivariate Gaussin, Rayleigh & Rician distributions
Multivariate Gaussin, Rayleigh & Rician distributionsMultivariate Gaussin, Rayleigh & Rician distributions
Multivariate Gaussin, Rayleigh & Rician distributions
HAmindavarLectures
 
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
IJRES Journal
 
multivariate normal distribution.pdf
multivariate normal distribution.pdfmultivariate normal distribution.pdf
multivariate normal distribution.pdf
rishumaurya10
 
KAUST_talk_short.pdf
KAUST_talk_short.pdfKAUST_talk_short.pdf
KAUST_talk_short.pdf
Chiheb Ben Hammouda
 
Distributions
DistributionsDistributions
Distributions
adnan gilani
 
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORSPaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORSMezban Habibi
 

Similar to 18 Sampling Mean Sd (20)

Section3 stochastic
Section3 stochasticSection3 stochastic
Section3 stochastic
 
16 Sequences
16 Sequences16 Sequences
16 Sequences
 
tutorial4
tutorial4tutorial4
tutorial4
 
What happens when the Kolmogorov-Zakharov spectrum is nonlocal?
What happens when the Kolmogorov-Zakharov spectrum is nonlocal?What happens when the Kolmogorov-Zakharov spectrum is nonlocal?
What happens when the Kolmogorov-Zakharov spectrum is nonlocal?
 
hone_durham
hone_durhamhone_durham
hone_durham
 
Correlation of dts by er. sanyam s. saini me (reg) 2012-14
Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14Correlation of dts by  er. sanyam s. saini  me  (reg) 2012-14
Correlation of dts by er. sanyam s. saini me (reg) 2012-14
 
Basics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programmingBasics of probability in statistical simulation and stochastic programming
Basics of probability in statistical simulation and stochastic programming
 
A note on variational inference for the univariate Gaussian
A note on variational inference for the univariate GaussianA note on variational inference for the univariate Gaussian
A note on variational inference for the univariate Gaussian
 
The Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability DistributionThe Multivariate Gaussian Probability Distribution
The Multivariate Gaussian Probability Distribution
 
Common Fixed Point Theorems For Occasionally Weakely Compatible Mappings
Common Fixed Point Theorems For Occasionally Weakely Compatible MappingsCommon Fixed Point Theorems For Occasionally Weakely Compatible Mappings
Common Fixed Point Theorems For Occasionally Weakely Compatible Mappings
 
Research Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and ScienceResearch Inventy : International Journal of Engineering and Science
Research Inventy : International Journal of Engineering and Science
 
Bayes gauss
Bayes gaussBayes gauss
Bayes gauss
 
1 - Linear Regression
1 - Linear Regression1 - Linear Regression
1 - Linear Regression
 
Cluster-cluster aggregation with (complete) collisional fragmentation
Cluster-cluster aggregation with (complete) collisional fragmentationCluster-cluster aggregation with (complete) collisional fragmentation
Cluster-cluster aggregation with (complete) collisional fragmentation
 
Multivariate Gaussin, Rayleigh & Rician distributions
Multivariate Gaussin, Rayleigh & Rician distributionsMultivariate Gaussin, Rayleigh & Rician distributions
Multivariate Gaussin, Rayleigh & Rician distributions
 
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
Extension of Some Common Fixed Point Theorems using Compatible Mappings in Fu...
 
multivariate normal distribution.pdf
multivariate normal distribution.pdfmultivariate normal distribution.pdf
multivariate normal distribution.pdf
 
KAUST_talk_short.pdf
KAUST_talk_short.pdfKAUST_talk_short.pdf
KAUST_talk_short.pdf
 
Distributions
DistributionsDistributions
Distributions
 
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORSPaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
PaperNo8-HabibiSafari-IJAM-CHAOTICITY OF A PAIR OF OPERATORS
 

More from Hadley Wickham (20)

27 development
27 development27 development
27 development
 
27 development
27 development27 development
27 development
 
24 modelling
24 modelling24 modelling
24 modelling
 
23 data-structures
23 data-structures23 data-structures
23 data-structures
 
Graphical inference
Graphical inferenceGraphical inference
Graphical inference
 
R packages
R packagesR packages
R packages
 
22 spam
22 spam22 spam
22 spam
 
21 spam
21 spam21 spam
21 spam
 
20 date-times
20 date-times20 date-times
20 date-times
 
19 tables
19 tables19 tables
19 tables
 
18 cleaning
18 cleaning18 cleaning
18 cleaning
 
17 polishing
17 polishing17 polishing
17 polishing
 
16 critique
16 critique16 critique
16 critique
 
15 time-space
15 time-space15 time-space
15 time-space
 
14 case-study
14 case-study14 case-study
14 case-study
 
13 case-study
13 case-study13 case-study
13 case-study
 
12 adv-manip
12 adv-manip12 adv-manip
12 adv-manip
 
11 adv-manip
11 adv-manip11 adv-manip
11 adv-manip
 
11 adv-manip
11 adv-manip11 adv-manip
11 adv-manip
 
10 simulation
10 simulation10 simulation
10 simulation
 

18 Sampling Mean Sd

  • 1. Stat310 Sampling distributions Hadley Wickham Tuesday, 23 March 2010
  • 2. 1. About the test 2. Sampling distribution of the mean 3. Sampling distribution of the standard deviation Tuesday, 23 March 2010
  • 3. Test Next Tuesday. Covers bivariate random variables and inference up to Thursday. Same format as last time: 4 questions, 80 minutes. 2 sides of notes. Half applied and half theoretical. Hopefully a little easier than last time. Tuesday, 23 March 2010
  • 4. Test tips Work through the learning objectives online, looking them up in your notes if you’re not sure. Work through the practice problems. Go back over previous quizzes and homeworks and make sure you know how to answer each question. Tuesday, 23 March 2010
  • 5. Sampling distribution of the mean Tuesday, 23 March 2010
  • 6. Means X1, X2, ... are iid N(μ, σ2) n ¯ Sn Sn = Xi Xn = n 1 Then 2 σ ¯ n ∼ N(µ, ) X n Tuesday, 23 March 2010
  • 7. Means X1, X2, ... are iid N(μ, σ2) n ¯ Sn Sn = Xi Xn = n 1 Then 2 σ ¯ n ∼ N(µ, ) X n Tuesday, 23 March 2010
  • 8. Means X1, X2, ... are iid E(X) = μ, Var(X) = σ2 n ¯ Sn Sn = Xi Xn = n 1 Then 2 σ ¯ n ∼ N(µ, ) X ˙ n Tuesday, 23 March 2010
  • 9. Means X1, X2, ... are iid E(X) = μ, Var(X) = σ2 n ¯ Sn Sn = Xi Xn = n 1 Then 2 σ ¯ n ∼ N(µ, ) X ˙ n Tuesday, 23 March 2010
  • 10. Means X¯n − µ Zn = 2 √ σ / n Zn ∼ N(0, 1) ˙ Tuesday, 23 March 2010
  • 11. Your turn Back to the Lakers. Let Oi ~ Poisson(λ = 103.9) - their offensive score for a single game. What is the distribution of their average score for the entire season? (There are 82 games in a season) Tuesday, 23 March 2010
  • 12. Continuity correction When using the normal distribution to approximate a discrete distribution we need to make a small correction P(X = 1) = P(0.5 Z 1.5) P(X 1) = P(Z 0.5) P(X ≤ 1) = P(Z 1.5) P(X 1) = P(Z 1.5) Tuesday, 23 March 2010
  • 13. Your turn What’s the probability the average score for the Lakers is less than 100? Tuesday, 23 March 2010
  • 14. Steps Write as probability statement. Transform each side to get to known distribution. Apply continuity correction, if necessary. Compute. Tuesday, 23 March 2010
  • 15. Multiplication X ~ Poisson(λ) Y = tX Then Y ~ Poisson(λt) Tuesday, 23 March 2010
  • 16. Exactly How could you use the Poisson distribution to calculate the exact probability that the average score is 100? Tuesday, 23 March 2010
  • 17. Sampling distribution of the standard deviation Tuesday, 23 March 2010
  • 18. (n − 1)S 2 2 ∼ χ (n − 1) 2 σ ¯ 2 (Xi − X) If Xi ~ iid N(0, 1), S = 2 n−1 Tuesday, 23 March 2010
  • 19. Five fun facts about 2 χ Tuesday, 23 March 2010
  • 20. Proof (n − 1)S 2 2 ∼ χ (n − 1) 2 σ Tuesday, 23 March 2010
  • 21. Sampling distribution of mean if variance unknown Tuesday, 23 March 2010
  • 22. Your turn When we have to estimate the sd, what do you think happens to the distribution of our estimate of the mean? (Would it get more or less accurate?) What about as n gets bigger? Tuesday, 23 March 2010
  • 23. 0.3 df 1 dens 0.2 2 15 Inf 0.1 −3 −2 −1 0 1 2 3 x Tuesday, 23 March 2010
  • 24. t-distribution Xi ∼ Normal(µ, σ )2 ¯n − µ X ¯n − µ X √ ∼Z √ ∼ tn−1 σ/ n s/ n Parameter called degrees of freedom Tuesday, 23 March 2010
  • 25. Properties of the t-dist Heavier tails compared to the normal distribution. lim tn = Z n→∞ Practically, if n 30, the t distribution is practically equivalent to the normal. Tuesday, 23 March 2010
  • 26. t-tables Basically the same as the standard normal. But one table for each value of degrees of freedom. Easiest to use calculator or computer: http://www.stat.tamu.edu/~west/applets/ tdemo.html (For homework, use this applet, for exams, I’ll give you a small table if necessary) Tuesday, 23 March 2010