Mathcad - FillInNotes.xmcd

8 downloads 257 Views 75KB Size Report
Normal Distribution and Applications. (sample MathCad lecture by Marc.Artzrouni @univ-pau.fr; February 2011). 1.Normal distribution: The random variable (r.v.).
Normal Distribution and Applications (sample MathCad lecture by [email protected]; February 2011)

1.Normal distribution: The random variable (r.v.)

is called a normal Example below: μ ≡ 2 , σ ≡ 0.5 simul :

si1 := rnorm ( 1 , μ , σ) = ( 1.66 ) . 1. Density normal distribution si11 0.6

dnorm ( x , μ , σ) 0.4 0.2 0 − 10

−5

0 x

Calculations done in exercise sessions: =

1

5

10

which shows that the parameter Similarly the standard deviation

and therefore . Remarks: 1. The density dnorm(x,µ,σ) is centered 2. The smaller σ is, 3. dnorm(x,µ,σ) does not

2

2. Normal distribution as a model for heigths of male and female students collected at first class (make sure path is specificed correctly to EXCEL spreadsheet read below in collapsed area; male and female heights (random variables) are TF, TM)

i. Histogram EXCEL spreadsheet (check path, etc)

counts and heights, in cm:

1 2 10 6 2 1 0  1 Df =   147.5 152.5 157.5 162.5 167.5 172.5 177.5 182.5 187 nf = 23 = number of females In histogram

3

2a. Hist. TF + normal distrib. 0.1 Hf

0.075

dnorm ( x , μfe , σfe) 0.05 0.025 0 145 150 155 160 165 170 175 180 185 190 195 200 X,x

2b. Hist. TM + approx. normal distrib. 0.1 Hm

0.075

dnorm ( x , μme , σme) 0.05 0.025 0 145 150 155 160 165 170 175 180 185 190 195 200 X,x

ii. Normal approximation Male parameters

μfe = 164.783 ; similarly : μme = 177.3 These estimators are unbiased:

4

b. To estimate

For calculations we need: i. nf = 23 nm = 20 ii. somTF = 3790 somTM = 3546 iii. Sums of squares =som2TF = 625478 ; som2TM = 629836 Exercise: ladies in lecture calculate μfe , σfe ; gentlemen μme , σme

(done here and now in class)

5

Exercise 1: We have three sampled values X1=0, X2=0, X3=1,of a binary rv (e.g. flipped coin). Use eq. (1) and (4) to calculate estimated values µe of µ and σe of σ. µe =

6