Chi-squared (χ 2 ) (1.10.5) and F-tests (9.5.2) for the variance of a normal distribution ( )

Size: px
Start display at page:

Download "Chi-squared (χ 2 ) (1.10.5) and F-tests (9.5.2) for the variance of a normal distribution ( )"

Transcription

1 Chi-squared (χ ) (1.10.5) and F-tests (9.5.) for the variance of a normal distribution χ tests for goodness of fit and indepdendence ( ) Prof. Tesler Math 83 Fall 016 Prof. Tesler χ and F tests Math 83 / Fall / 41

2 Tests of means vs. tests of variances Data x 1,..., x n, sample mean x, sample var. s X Data y 1,..., y m, sample mean ȳ, sample var. s Y Tests for mean One-sample tests: H 0 : µ = µ 0 vs. H 1 : µ µ 0 test statistic: z = x µ 0 σ/ n or t = x µ 0 s/ n (df =n 1) Tests for variance One-sample test: H 0 : σ = σ 0 vs. H 1 : σ σ 0 test statistic: chi-squared χ = (n 1)s /σ 0 (df =n 1) Two-sample tests: H 0 : µ X = µ Y vs. H 1 : µ X µ Y test statistic: x ȳ z = or t = σ X n + σ Y m x ȳ s p 1n + 1 m (df = n + m ) Two-sample test: H 0 : σ X = σ Y vs. H 1 : σ X σ Y test statistic: F = s Y /s X (with m 1 and n 1 d.f.) Prof. Tesler χ and F tests Math 83 / Fall 016 / 41

3 Application: The fine print in the Z and t-tests One-sample z-test, H 0 : µ = µ 0 vs. H 1 : µ µ 0 This assumes that you know the value of σ, say σ = σ 0. A χ test could be used to verify that the data is consistent with H 0 : σ = σ 0 instead of H 1 : σ σ 0. Two-sample z-test, H 0 : µ X = µ Y vs. H 1 : µ X µ Y This assumes that you know the values of σ X and σ Y. Separate χ tests for σ X and σ Y could be performed to verify consistency with the assumed values. Two-sample t-test, H 0 : µ X = µ Y vs. H 1 : µ X µ Y This assumes σ X = σ Y (but doesn t assume that this common value is known to you). An F-test could be used to verify that the data is consistent with H 0 : σ X = σ Y instead of H 1 : σ X σ Y. If the variances are unequal, Welch s t-test can be used instead of the regular two-sample t-test (Ewens & Grant pp ). Prof. Tesler χ and F tests Math 83 / Fall / 41

4 The χ ( Chi-squared ) distribution Used for confidence intervals and hypothesis tests on the unknown parameter σ of the normal distribution, based on the test statistic s (sample variance). It has the same degrees of freedom as for the t distribution. Point these out on the graphs: The chi-squared distribution with k degrees of freedom has Range [0, ) Mean µ = k Mode χ = k (for k, the pdf is maximum for χ = k ) χ = 1 (for k = 1) Median k(1 9k )3 Between k and k 3. Asymptotically decreases k 3 as k. Variance σ = k x PDF (k/) 1 e x/ k/ Γ (k/) : Γ distrib. with shape r = k, rate λ = 1 Unlike z and t, the pdf for χ is NOT symmetric. Prof. Tesler χ and F tests Math 83 / Fall / 41

5 The graphs for 1 and degrees of freedom are decreasing: pdf 3 pdf µ = 1 µ = χ = 0 χ = 0 χ = chiinv(.5,1) = qchisq(.5,1) = χ = chiinv(.5,) = qchisq(.5,) = The rest are hump shaped and skewed to the right: pdf pdf µ = 3 µ = 8 χ = 1 χ = 6 χ = chiinv(.5,3) = qchisq(.5,3) =.3660 χ = chiinv(.5,8) = qchisq(.5,8) = Prof. Tesler χ and F tests Math 83 / Fall / 41 8

6 χ ( Chi-squared ) distribution Cutoffs leftsided critical region sided acceptance region: df=5, " = 0.05 pdf ",df pdf ,5 = ,5 = Define χ α,df as the number where the cdf (area left of it) is α: P(χ df χ α,df ) = α Different notation than z α and t α,df (area α on right) since pdf isn t symmetric. Matlab R χ 0.05,5 = chiinv(.05,5) = qchisq(.05,5) = χ 0.975,5 = chiinv(.975,5) = qchisq(.975,5) = chicdf(0.831,5) = pchisq(0.831,5) = 0.05 chicdf(1.835,5) = pchisq(1.835,5) = chipdf(0.831,5) = dchisq(0.831,5) = chipdf(1.835,5) = dchisq(1.835,5) = Prof. Tesler χ and F tests Math 83 / Fall / 41

7 Two-sided cutoff sided acceptance region: df=5, " = 0.05 pdf ,5 = ,5 = The mean, median, and mode are different, so it may not be obvious what values of χ are more consistent with the null H 0 : σ = vs. the alternative σ Closer to the median of χ is "more consistent" with H 0. For -sided hypothesis tests or confidence intervals with α = 5%, we still put 95% of the area in the middle and.5% at each end, but the pdf is not symmetric, so the lower and upper cutoffs are determined separately instead of ± each other. Prof. Tesler χ and F tests Math 83 / Fall / 41

8 Two-sided hypothesis test for variance Test H 0 : σ = vs. H 1 : σ at sig. level α =.05 (In general, replace by σ 0 ; here, σ 0 = 100) Decision procedure 1 Get a sample x 1,..., x n. 650, 510, 470, 570, 410, 370 with n = 6 Calculate m = x 1+ +x n n and s = 1 n 1 n i=1 (x i m). m = , s = , s = Calculate the test-statistic χ = (n 1)s σ 0 χ = (n 1)s σ 0 = n i=1 = (6 1)( ) = 5.33 (x i m) σ 0 4 Accept H 0 if χ is between χ α/,n 1 and χ 1 α/,n 1. Reject H 0 otherwise. χ.05,5 =.831, χ.975,5 = Since χ = 5.33 is between these, we accept H 0. (Or, there is insufficient evidence to reject σ = ) Prof. Tesler χ and F tests Math 83 / Fall / 41

9 Doing the same test with a P-value pdf % 4.61% 37.69% Supports H 0 better Supports H 1 better median= P(χ ) = is the area left of 5.33 for χ with 5 d.f.: Matlab: chicdf(5.33,5) R: pchisq(5.33,5) Values at least as extreme as this are those at the 6.31th percentile or higher, OR at the 37.69th percentile or lower, so P = (1.631) = (.3769) = P > α (0.75 > 0.05) so accept H 0. To turn a one-sided P-value p 1 into a two-sided P-value, use P = min(p 1, 1 p 1 ). χ 5 Prof. Tesler χ and F tests Math 83 / Fall / 41

10 Two-sided 95% confidence interval for the variance Continue with data 650, 510, 470, 570, 410, 370 which has n = 6, m = , s = , s = Get bounds on σ in terms of s for the two-sided test: 0.95 = P(χ.05,5 < χ < χ.975,5) = P(0.831 < χ < 1.835) ) = P (0.831 < (6 1)S < σ ( ) = P (6 1)S > σ > (6 1)S A two-sided 95% ( confidence interval ) for the variance σ is (6 1)S 1.835, (6 1)S = ( , ) A two-sided 95% confidence interval for σ is ( ) (6 1)S 1.835, (6 1)S = (64.47, 53.31) Prof. Tesler χ and F tests Math 83 / Fall / 41

11 Properties of Chi-squared distribution 1 Definition of Chi-squared distribution: Let Z 1,..., Z k be independent standard normal variables. Let χ k = Z Z k. The pdf of the random variable χ k with k degrees of freedom. is the chi-squared distribution Pooling property: If U and V are independent χ random variables with q and r degrees of freedom respectively, then U + V is a χ random variable with q + r degrees of freedom. 3 Sample variance: Pick X 1,..., X n from a normal distribution N(µ, σ ). It turns out that n (X i X) σ = SS (n 1)S = σ σ i=1 has a χ distribution with df = n 1, so we test on χ = (n 1)s σ 0. Prof. Tesler χ and F tests Math 83 / Fall / 41

12 Distributions with an additive/pooling property For certain families of distributions, if U, V are independent random variables of that type, then U + V is too, with certain parameters combining additively. Parameters of Distribution U V U + V Binomial (n, p) (m, p) (n + m, p) Negative binomial (r, p) (s, p) (r + s, p) Gamma (r, λ) (s, λ) (r + s, λ) Poisson µ ν µ + ν χ q d.f. r d.f. q + r d.f. Prof. Tesler χ and F tests Math 83 / Fall / 41

13 F distribution Let U and V be independent χ random variables with q and r degrees of freedom, respectively. Then the random variable F = F q,r = U/q V/r is called the F distribution with q and r degrees of freedom. Range [0, ) Mean Mode r r if r > r(q ) q(r+) if q > Variance PDF r (q+r ) q(r ) (r 4) if r > 4 messy Median 1 if q = r > 1 if q > r < 1 if q < r Prof. Tesler χ and F tests Math 83 / Fall / 41

14 F distribution.5 1 F 1,1 F 3,1 F 1, 0.8 F 3, F 1,5 F 3,5 1.5 F 1, F 3,10 F 1,30 F 3,30 1 F 1, F 3,100 F 1, F 3, F 10,1 F 30,1 0.8 F 10, F 10,5 1.5 F 30, F 30,5 0.6 F 10,10 F 30,10 F 10,30 1 F 30, F 10,100 F 30, F 10, 0.5 F 30, Prof. Tesler χ and F tests Math 83 / Fall / 41

15 F distribution Define F α,q,r as the number where P(F F α,q,r ) = α (left-hand area α) sided acceptance region for F 7,5, =5% pdf F F 0.05,7,5 = ,7,5 = Matlab R F 0.05,7,5 = finv(.05,7,5) = qf(.05,7,5) = F 0.975,7,5 = finv(.975,7,5) = qf(.975,7,5) = F 7,5 fcdf(0.189,7,5) = pf(0.189,7,5) = 0.05 fcdf(6.853,7,5) = pf(6.853,7,5) = fpdf(0.189,7,5) = df(0.189,7,5) = fpdf(6.853,7,5) = df(6.853,7,5) = R s command df is probability density of the F distribution, not degrees of freedom. Prof. Tesler χ and F tests Math 83 / Fall / 41

16 Two-sided hypothesis test for F Test at significance level α = 5%: H 0 : σ X = σ Y vs. H 1 : σ X σ Y Data for X: 650, 510, 470, 570, 410, 370 x = , s X = , s X = 103.8, df = 6 1 = 5 Data for Y: 510, 40, 50, 360, 470, 530, 550, 490 ȳ = 481.5, s Y = 401.5, s Y = , df = 8 1 = 7 Test statistic: F = F 7,5 = s Y /s X = = Since our test statistic lies between the cutoffs F.05,7,5 = and F.975,7,5 = , we accept H 0 / reject H 1. Prof. Tesler χ and F tests Math 83 / Fall / 41

17 P-values The CDF is P(F 7, ) = Matlab: fcdf(.376,7,5) R: pf(.376,7,5) To make it two sided, P = min(0.1174, ) = (0.1174) = Since P > α (0.348 > 0.05), we accept the null hypothesis. Prof. Tesler χ and F tests Math 83 / Fall / 41

18 F statistic to compare variances (two-sample data) Theoretical setup for H 0 : σ X = σ Y vs. H 1 : σ X σ Y First sample: x 1,..., x n V = (n 1)s X = σ X Second sample: y 1,..., y m n i=1 (x i x) σ X with n 1 d.f. U = (m 1)s Y = σ Y m j=1 (y i ȳ) σ Y with m 1 d.f. Assuming the null hypothesis σ X = σ Y, the variances cancel: For F = /σ Y U/(m 1) V/(n 1) = s Y s X /σ = s Y X s X H 0 : σ X = Cσ Y vs. H 1 : σ X Cσ Y with m 1 and n 1 d.f. where C > 0 is constant, use F = Cs Y /s X instead. Prof. Tesler χ and F tests Math 83 / Fall / 41

19 k-sample experiments ANOVA (Analysis of Variance) is a procedure to compare the means of k-sample data (analagous to two-sample data, but for k independent sets of data). It involves the F distribution with a formula for F that takes into account all k samples instead of just two samples. Prof. Tesler χ and F tests Math 83 / Fall / 41

20 χ tests for goodness of fit and independence ( ) Prof. Tesler χ and F tests Math 83 / Fall / 41

21 Multinomial test Consider a k-sided die with faces 1,,..., k. We want to simultaneously test that the probabilities p 1, p,..., p k of rolling 1,,..., k are specified values. To test if a 6-sided die is fair, H 0 : (p 1,..., p 6 ) = (1/6,..., 1/6) H 1 : At least one p i 1/6 Decision rule is based counting # 1 s, s, etc. on n independent rolls of the die. For the fair coin problem, the exact distribution was binomial, and we approximated it with a normal distribution. For this problem, the exact distribution is multinomial. We will combine the separate counts of 1,,... into a single test statistic whose distribution is approximately a χ distribution. Prof. Tesler χ and F tests Math 83 / Fall / 41

22 Goodness of fit tests for Mendel s experiments In Mendel s pea plant experiments, yellow seeds (Y) are dominant and green (y) recessive; round seeds (R) are dominant and wrinkled (r) are recessive. Consider the phenotypes of the offspring in a dihybrid cross YyRr YyRr: Expected Observed Type fraction number yellow & round 9/ yellow & wrinkled 3/ green & round 3/ green & wrinkled 1/16 3 Total: n = 556 Hypothesis test: H 0 : (p 1, p, p 3, p 4 ) = ( 9 16, 3 16, 3 16, 1 16 ) H 1 : At least one p i disagrees Prof. Tesler χ and F tests Math 83 / Fall 016 / 41

23 Does the data fit the expected distribution? Expected Observed Type fraction number yellow & round 9/ yellow & wrinkled 3/ green & round 3/ green & wrinkled 1/16 3 Total: n = 556 The observed number of yellow & round plants is O = 315. (Don t confuse the letter O with the number 0.) The expected number is E = (9/16) 556 = The goodness of fit test requires that we convert all the expected proportions into expected numbers. Prof. Tesler χ and F tests Math 83 / Fall / 41

24 Goodness of fit test Observed number Expected number Type O E O E (O E) /E yellow & round 315 (9/16)556 = yellow & wrinkled 101 (3/16)556 = green & round 108 (3/16)556 = green & wrinkled 3 (1/16)556 = Total k = 4 categories give k 1 = 3 degrees of freedom. (The O and E columns both total 556, so the O E column totals 0; thus, any 3 of the (O E) s dictate the fourth.) The test statistic is the total of the last column, χ 3 = The general formula is χ k 1 = k i=1 (O i E i ) E i. Warning: Technically, that formula only has an approximate chi-squared distribution. When E 5 in all categories, the approximation is pretty good. Prof. Tesler χ and F tests Math 83 / Fall / 41

25 Goodness of fit test Smaller values of χ indicate better agreement between the O and E values (so support H 0 better). Larger values support H 1 better. It s a one-sided test pdf Supports H 0 better Supports H 1 better Observed pdf The P-value is the probability, under H 0, of a test statistic that supports H 1 as well as or better than the observed value: P = P(χ ) = Matlab: 1-chicdf( ,3) R: 1-pchisq( ,3) Prof. Tesler χ and F tests Math 83 / Fall / 41

26 Goodness of fit test P = is not too extreme. It means that if H 0 is true and the experiment is repeated a lot, about 7.5% of the time, a χ 3 value supporting H 0 better (lower values of χ 3 ) will be obtained, and about 9.5% of the time, values supporting H 1 better (higher values of χ 3 ) will be obtained. Prof. Tesler χ and F tests Math 83 / Fall / 41

27 Ronald Fisher ( ) He made important contributions to both statistics and genetics. Connection: he invented statistical methods while working on genetics problems. Our way of using the normal, Student t, χ, and F distributions in the same framework, plus ANOVA, is due to him. In genetics, he reconciled continuous variations (heights and weights) with Mendelian genetics (discrete traits), and developed much of population genetics. Prof. Tesler χ and F tests Math 83 / Fall / 41

28 Did Mendel fudge his data? For independent experiments, the values of χ may be pooled by adding the χ values and adding the degrees of freedom. Fisher pooled the data from Mendel s experiments and got χ = with 84 degrees of freedom. Assuming Mendel s laws are true, how often would we get χ 84 supporting H 0 /H 1 better than this? Support H 0 better: P(χ ) = Support H 1 better: P-value P = P(χ ) = = So if Mendel s laws hold and 1 million researchers independently conducted the same experiments as Mendel, about 9 of them would get data with as little or even less variation than Mendel had. Prof. Tesler χ and F tests Math 83 / Fall / 41

29 Did Mendel fudge his data? pdf pdf Supports H 0 better Prob. = = Supports H 1 better Prob. = Prof. Tesler χ and F tests Math 83 / Fall / 41

30 Did Mendel fudge his data? Based on this and similar tests, Fisher believed that something was fishy with Mendel s data: The values are too good in the sense that they are too close to what was expected. At the same time, they are bad in the sense that there is too little random variation. Some people have accused Mendel of faking data. Others speculate that he only reported his best data. Other people defend Mendel by speculating on biological explanations for why his results would be better than expected. All pro and con arguments have later been rebutted by someone else. Prof. Tesler χ and F tests Math 83 / Fall / 41

31 Tests of independence ( contingency tables ) A study in 1899 examined 6800 German men to see if hair color and eye color are related. Observed counts O: Hair color Brown Black Fair Red Total Eye Brown Color Gray/Green Blue Total Hypothesis test (at α = 0.05) H 0 : eye color and hair color are independent, vs. H 1 : eye color and hair color are correlated Meaning of independence For all eye colors x and all hair colors y: P(eye color=x and hair color=y) = P(eye color=x) P(hair color=y) Prof. Tesler χ and F tests Math 83 / Fall / 41

32 Computing E table Hypothesis test (at α = 0.05) H 0 : eye color and hair color are independent, vs. H 1 : eye color and hair color are correlated The fraction of people with red hair is 116/6800. The fraction with blue eyes is 811/6800. Use these as point estimates: P(hair color=red) 116/6800 and P(eye color=blue) 811/6800. Under the null hypothesis, the fraction with red hair and blue eyes would be ( )/6800. The expected number of people with red hair and blue eyes is 6800( )/6800 = ( )/6800 = (Row total times column total divided by grand total.) Compute E this way for all combinations of hair and eye color. As long as E 5 in every cell (here it is) and the data is normally distributed (an assumption), the χ test is valid. Prof. Tesler χ and F tests Math 83 / Fall / 41

33 Computing E and O E tables Expected counts E: Hair color Brown Black Fair Red Eye Brown Color Gray/Green Blue In each position, compute O E. For red hair and blue eyes, this is O E = =.95: O E: Hair color Brown Black Fair Red Eye Brown Color Gray/Green Blue Note all the row and column sums in the O E table are 0, so if we hid the last row and column, we could deduce what they are. Thus, this 3 4 table has (3 1)(4 1) = 6 degrees of freedom. Prof. Tesler χ and F tests Math 83 / Fall / 41

34 Computing test statistic χ Compute (O E) /E in each position. For red hair and blue eyes, this is (.95) /47.95 = (You could go directly to this computation after the E computation, without doing O E first.) (O E) /E: Hair color Brown Black Fair Red Eye Brown Color Gray/Green Blue Add all twelve of these to get χ = = There are 6 degrees of freedom, so χ 6 = Prof. Tesler χ and F tests Math 83 / Fall / 41

35 Performing the test of independence χ would be 0 if the traits were truly independent. Smaller values support H 0 better (traits independent). Larger values support H 1 better (traits correlated). It s a one-sided test. At the 0.05 level of significance, we reject H 0 if χ 6 χ 0.95,6 = Indeed, > so we reject H 0 and conclude that hair color and eye color are linked in this data. This doesn t prove that a particular hair color causes one to have a particular eye color, or vice-versa; it just says there s a correlation in this data. Using P-values: P = P(χ ) so P α = 0.05 and we reject H 0. Matlab: can t compute this (gives P = 0). R: pchisq( ,6,lower.tail=false) Prof. Tesler χ and F tests Math 83 / Fall / 41

36 Performing the test of independence pdf 6 pdf pdf Supports H 0 better Prob. = 1 " Supports H 1 better Prob. = " = 1.1e 8 6 = pdf Prof. Tesler χ and F tests Math 83 / Fall / 41

37 Mendel s pea plants revisited: Are loci Y and R linked? We will use the same data as in the goodness-of-fit test but for a different purpose. Consider the phenotypes of the offspring in a dihybrid cross YyRr YyRr: Observed counts O: Seed Shape Round (R) Wrinkled (r) Total Seed Yellow (Y) Color Green (y) Total Hypothesis test (at α = 0.05) H 0 : Seed color and seed shape are independent, vs. H 1 : Seed color and seed shape are correlated Prof. Tesler χ and F tests Math 83 / Fall / 41

38 Mendel s pea plants revisited: Are loci Y and R linked? Seed Color Seed Shape Round (R) Wrinkled (r) Total O: (Observed #) Yellow (Y) Green (y) Total E: (Expected #) Yellow (Y) Green (y) Total O E: (Deviation) Yellow (Y) Green (y) Total (O E) /E: Yellow (Y) (χ contrib.) Green (y) Total Prof. Tesler χ and F tests Math 83 / Fall / 41

39 Mendel s pea plants revisited: Are loci Y and R linked? Using χ as the test statistic: χ 1 cutoff: χ 0.95,1 df = ( 1)( 1) = 1 = = = chiinv(.95,1) = qchisq(.95,1) = < so it s not significant Using P-values: P = P(χ 1 > ) = 1-chicdf(0.1163,1) = pchisq(0.1163,1) P > 0.05 so Accept H 0 (genes not linked) Prof. Tesler χ and F tests Math 83 / Fall / 41

40 Comparison of the two tests At fertilization, if genes R and Y are not linked, then in an RrYy RrYy cross, the expected proportions are RY :Ry:rY :ry = 1:1:1:1. If linked, it would be different. Some genotypes may not survive to the points at which the phenotype counts are made; e.g., hypothetically, 40% of individuals with Rr might not be born, might die before reproducing (affecting multigenerational experiments), etc. This would change the ratio of RR:Rr :rr from 1::1 to 1:1.:1 = 5:6:5, and round:wrinkled from 3:1 to.:1 = 11:5. Prof. Tesler χ and F tests Math 83 / Fall / 41

41 Comparison of the two tests The goodness-of-fit test assumed all genotypes are equally viable. Whether the genes are linked or not should be a separate matter. If you know the yellow:green and round:wrinkled viability ratios, you can use the goodness-of-fit test on 4 phenotypes with 3 degrees of freedom by adjusting the proportions. If you don t know these viability ratios, you can estimate the ratios from data via contingency tables, at the cost of dropping to 1 degree of freedom. Prof. Tesler χ and F tests Math 83 / Fall / 41

Chapter 10. Prof. Tesler. Math 186 Winter χ 2 tests for goodness of fit and independence

Chapter 10. Prof. Tesler. Math 186 Winter χ 2 tests for goodness of fit and independence Chapter 10 χ 2 tests for goodness of fit and independence Prof. Tesler Math 186 Winter 2018 Prof. Tesler Ch. 10: χ 2 goodness of fit tests Math 186 / Winter 2018 1 / 26 Multinomial test Consider a k-sided

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

Hypothesis tests

Hypothesis tests 6.1 6.4 Hypothesis tests Prof. Tesler Math 186 February 26, 2014 Prof. Tesler 6.1 6.4 Hypothesis tests Math 186 / February 26, 2014 1 / 41 6.1 6.2 Intro to hypothesis tests and decision rules Hypothesis

More information

z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests

z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests z and t tests for the mean of a normal distribution Confidence intervals for the mean Binomial tests Chapters 3.5.1 3.5.2, 3.3.2 Prof. Tesler Math 283 Fall 2018 Prof. Tesler z and t tests for mean Math

More information

Name Class Date. Pearson Education, Inc., publishing as Pearson Prentice Hall. 33

Name Class Date. Pearson Education, Inc., publishing as Pearson Prentice Hall. 33 Chapter 11 Introduction to Genetics Chapter Vocabulary Review Matching On the lines provided, write the letter of the definition of each term. 1. genetics a. likelihood that something will happen 2. trait

More information

Section VII. Chi-square test for comparing proportions and frequencies. F test for means

Section VII. Chi-square test for comparing proportions and frequencies. F test for means Section VII Chi-square test for comparing proportions and frequencies F test for means 0 proportions: chi-square test Z test for comparing proportions between two independent groups Z = P 1 P 2 SE d SE

More information

One-Way Tables and Goodness of Fit

One-Way Tables and Goodness of Fit Stat 504, Lecture 5 1 One-Way Tables and Goodness of Fit Key concepts: One-way Frequency Table Pearson goodness-of-fit statistic Deviance statistic Pearson residuals Objectives: Learn how to compute the

More information

Ch 11.Introduction to Genetics.Biology.Landis

Ch 11.Introduction to Genetics.Biology.Landis Nom Section 11 1 The Work of Gregor Mendel (pages 263 266) This section describes how Gregor Mendel studied the inheritance of traits in garden peas and what his conclusions were. Introduction (page 263)

More information

Outline for today s lecture (Ch. 14, Part I)

Outline for today s lecture (Ch. 14, Part I) Outline for today s lecture (Ch. 14, Part I) Ploidy vs. DNA content The basis of heredity ca. 1850s Mendel s Experiments and Theory Law of Segregation Law of Independent Assortment Introduction to Probability

More information

Name Date Class CHAPTER 10. Section 1: Meiosis

Name Date Class CHAPTER 10. Section 1: Meiosis Name Date Class Study Guide CHAPTER 10 Section 1: Meiosis In your textbook, read about meiosis I and meiosis II. Label the diagrams below. Use these choices: anaphase I anaphase II interphase metaphase

More information

Chapter 4a Probability Models

Chapter 4a Probability Models Chapter 4a Probability Models 4a.2 Probability models for a variable with a finite number of values 297 4a.1 Introduction Chapters 2 and 3 are concerned with data description (descriptive statistics) where

More information

Section 11 1 The Work of Gregor Mendel

Section 11 1 The Work of Gregor Mendel Chapter 11 Introduction to Genetics Section 11 1 The Work of Gregor Mendel (pages 263 266) What is the principle of dominance? What happens during segregation? Gregor Mendel s Peas (pages 263 264) 1. The

More information

Lecture 41 Sections Wed, Nov 12, 2008

Lecture 41 Sections Wed, Nov 12, 2008 Lecture 41 Sections 14.1-14.3 Hampden-Sydney College Wed, Nov 12, 2008 Outline 1 2 3 4 5 6 7 one-proportion test that we just studied allows us to test a hypothesis concerning one proportion, or two categories,

More information

Significance Tests. Review Confidence Intervals. The Gauss Model. Genetics

Significance Tests. Review Confidence Intervals. The Gauss Model. Genetics 15.0 Significance Tests Review Confidence Intervals The Gauss Model Genetics Significance Tests 1 15.1 CI Review The general formula for a two-sided C% confidence interval is: L, U = pe ± se cv (1 C)/2

More information

Chapter 26: Comparing Counts (Chi Square)

Chapter 26: Comparing Counts (Chi Square) Chapter 6: Comparing Counts (Chi Square) We ve seen that you can turn a qualitative variable into a quantitative one (by counting the number of successes and failures), but that s a compromise it forces

More information

Introduction to Genetics

Introduction to Genetics Chapter 11 Introduction to Genetics Section 11 1 The Work of Gregor Mendel (pages 263 266) This section describes how Gregor Mendel studied the inheritance of traits in garden peas and what his conclusions

More information

Lecture 41 Sections Mon, Apr 7, 2008

Lecture 41 Sections Mon, Apr 7, 2008 Lecture 41 Sections 14.1-14.3 Hampden-Sydney College Mon, Apr 7, 2008 Outline 1 2 3 4 5 one-proportion test that we just studied allows us to test a hypothesis concerning one proportion, or two categories,

More information

Family Trees for all grades. Learning Objectives. Materials, Resources, and Preparation

Family Trees for all grades. Learning Objectives. Materials, Resources, and Preparation page 2 Page 2 2 Introduction Family Trees for all grades Goals Discover Darwin all over Pittsburgh in 2009 with Darwin 2009: Exploration is Never Extinct. Lesson plans, including this one, are available

More information

Outline. Probability. Math 143. Department of Mathematics and Statistics Calvin College. Spring 2010

Outline. Probability. Math 143. Department of Mathematics and Statistics Calvin College. Spring 2010 Outline Math 143 Department of Mathematics and Statistics Calvin College Spring 2010 Outline Outline 1 Review Basics Random Variables Mean, Variance and Standard Deviation of Random Variables 2 More Review

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 183 The Chi-Square Distributions Dr. Neal, WKU The chi-square distributions can be used in statistics to analyze the standard deviation σ of a normally distributed measurement and to test the goodness

More information

Introduction to population genetics & evolution

Introduction to population genetics & evolution Introduction to population genetics & evolution Course Organization Exam dates: Feb 19 March 1st Has everybody registered? Did you get the email with the exam schedule Summer seminar: Hot topics in Bioinformatics

More information

The Multinomial Model

The Multinomial Model The Multinomial Model STA 312: Fall 2012 Contents 1 Multinomial Coefficients 1 2 Multinomial Distribution 2 3 Estimation 4 4 Hypothesis tests 8 5 Power 17 1 Multinomial Coefficients Multinomial coefficient

More information

1 Mendel and His Peas

1 Mendel and His Peas CHAPTER 6 1 Mendel and His Peas SECTION Heredity 7.2.d California Science Standards BEFORE YOU READ After you read this section, you should be able to answer these questions: What is heredity? Who was

More information

Inference for Proportions, Variance and Standard Deviation

Inference for Proportions, Variance and Standard Deviation Inference for Proportions, Variance and Standard Deviation Sections 7.10 & 7.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 12 Cathy

More information

Mendelian Genetics. Introduction to the principles of Mendelian Genetics

Mendelian Genetics. Introduction to the principles of Mendelian Genetics + Mendelian Genetics Introduction to the principles of Mendelian Genetics + What is Genetics? n It is the study of patterns of inheritance and variations in organisms. n Genes control each trait of a living

More information

Family Trees for all grades. Learning Objectives. Materials, Resources, and Preparation

Family Trees for all grades. Learning Objectives. Materials, Resources, and Preparation page 2 Page 2 2 Introduction Family Trees for all grades Goals Discover Darwin all over Pittsburgh in 2009 with Darwin 2009: Exploration is Never Extinct. Lesson plans, including this one, are available

More information

1 Mendel and His Peas

1 Mendel and His Peas CHAPTER 3 1 Mendel and His Peas SECTION Heredity BEFORE YOU READ After you read this section, you should be able to answer these questions: What is heredity? How did Gregor Mendel study heredity? National

More information

Chapter 10. Chapter 10. Multinomial Experiments and. Multinomial Experiments and Contingency Tables. Contingency Tables.

Chapter 10. Chapter 10. Multinomial Experiments and. Multinomial Experiments and Contingency Tables. Contingency Tables. Chapter 10 Multinomial Experiments and Contingency Tables 1 Chapter 10 Multinomial Experiments and Contingency Tables 10-1 1 Overview 10-2 2 Multinomial Experiments: of-fitfit 10-3 3 Contingency Tables:

More information

Directed Reading B. Section: Traits and Inheritance A GREAT IDEA

Directed Reading B. Section: Traits and Inheritance A GREAT IDEA Skills Worksheet Directed Reading B Section: Traits and Inheritance A GREAT IDEA 1. One set of instructions for an inherited trait is a(n) a. allele. c. genotype. d. gene. 2. How many sets of the same

More information

the yellow gene from each of the two parents he wrote Experiments in Plant

the yellow gene from each of the two parents he wrote Experiments in Plant CHAPTER PROBLEM Did Mendel s results from plant hybridization experiments contradict his theory? Gregor Mendel conducted original experiments offspring can have a yellow pod only if it inherits to study

More information

Lecture 22. December 19, Department of Biostatistics Johns Hopkins Bloomberg School of Public Health Johns Hopkins University.

Lecture 22. December 19, Department of Biostatistics Johns Hopkins Bloomberg School of Public Health Johns Hopkins University. Lecture 22 Department of Biostatistics Johns Hopkins Bloomberg School of Public Health Johns Hopkins University December 19, 2007 1 2 3 4 5 6 7 8 9 1 tests for equivalence of two binomial 2 tests for,

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 03 The Chi-Square Distributions Dr. Neal, Spring 009 The chi-square distributions can be used in statistics to analyze the standard deviation of a normally distributed measurement and to test the

More information

Confidence Intervals, Testing and ANOVA Summary

Confidence Intervals, Testing and ANOVA Summary Confidence Intervals, Testing and ANOVA Summary 1 One Sample Tests 1.1 One Sample z test: Mean (σ known) Let X 1,, X n a r.s. from N(µ, σ) or n > 30. Let The test statistic is H 0 : µ = µ 0. z = x µ 0

More information

Chapter 10: Chi-Square and F Distributions

Chapter 10: Chi-Square and F Distributions Chapter 10: Chi-Square and F Distributions Chapter Notes 1 Chi-Square: Tests of Independence 2 4 & of Homogeneity 2 Chi-Square: Goodness of Fit 5 6 3 Testing & Estimating a Single Variance 7 10 or Standard

More information

Darwin, Mendel, and Genetics

Darwin, Mendel, and Genetics Darwin, Mendel, and Genetics The age old questions Who am I? In particular, what traits define me? How (and why) did I get to be who I am, that is, how were these traits passed on to me? Pre-Science (and

More information

I. GREGOR MENDEL - father of heredity

I. GREGOR MENDEL - father of heredity GENETICS: Mendel Background: Students know that Meiosis produces 4 haploid sex cells that are not identical, allowing for genetic variation. Essential Question: What are two characteristics about Mendel's

More information

Results. Experiment 1: Monohybrid Cross for Pea Color. Table 1.1: P 1 Cross Results for Pea Color. Parent Descriptions: 1 st Parent: 2 nd Parent:

Results. Experiment 1: Monohybrid Cross for Pea Color. Table 1.1: P 1 Cross Results for Pea Color. Parent Descriptions: 1 st Parent: 2 nd Parent: Results Experiment 1: Monohybrid Cross for Pea Color Table 1.1: P 1 Cross Results for Pea Color Green Peas Yellow Peas Green Peas: Yellow Peas: Table 1.2: F 1 Cross Results for Pea Color: Green Peas Yellow

More information

Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017

Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017 Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017 I. χ 2 or chi-square test Objectives: Compare how close an experimentally derived value agrees with an expected value. One method to

More information

Example. χ 2 = Continued on the next page. All cells

Example. χ 2 = Continued on the next page. All cells Section 11.1 Chi Square Statistic k Categories 1 st 2 nd 3 rd k th Total Observed Frequencies O 1 O 2 O 3 O k n Expected Frequencies E 1 E 2 E 3 E k n O 1 + O 2 + O 3 + + O k = n E 1 + E 2 + E 3 + + E

More information

Summary of Chapter 7 (Sections ) and Chapter 8 (Section 8.1)

Summary of Chapter 7 (Sections ) and Chapter 8 (Section 8.1) Summary of Chapter 7 (Sections 7.2-7.5) and Chapter 8 (Section 8.1) Chapter 7. Tests of Statistical Hypotheses 7.2. Tests about One Mean (1) Test about One Mean Case 1: σ is known. Assume that X N(µ, σ

More information

ML Testing (Likelihood Ratio Testing) for non-gaussian models

ML Testing (Likelihood Ratio Testing) for non-gaussian models ML Testing (Likelihood Ratio Testing) for non-gaussian models Surya Tokdar ML test in a slightly different form Model X f (x θ), θ Θ. Hypothesist H 0 : θ Θ 0 Good set: B c (x) = {θ : l x (θ) max θ Θ l

More information

Statistical inference (estimation, hypothesis tests, confidence intervals) Oct 2018

Statistical inference (estimation, hypothesis tests, confidence intervals) Oct 2018 Statistical inference (estimation, hypothesis tests, confidence intervals) Oct 2018 Sampling A trait is measured on each member of a population. f(y) = propn of individuals in the popn with measurement

More information

2.11. The Maximum of n Random Variables 3.4. Hypothesis Testing 5.4. Long Repeats of the Same Nucleotide

2.11. The Maximum of n Random Variables 3.4. Hypothesis Testing 5.4. Long Repeats of the Same Nucleotide 2.11. The Maximum of n Random Variables 3.4. Hypothesis Testing 5.4. Long Repeats of the Same Nucleotide Prof. Tesler Math 283 Fall 2018 Prof. Tesler Max of n Variables & Long Repeats Math 283 / Fall 2018

More information

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI

Module 03 Lecture 14 Inferential Statistics ANOVA and TOI Introduction of Data Analytics Prof. Nandan Sudarsanam and Prof. B Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras Module

More information

MODULE NO.22: Probability

MODULE NO.22: Probability SUBJECT Paper No. and Title Module No. and Title Module Tag PAPER No.13: DNA Forensics MODULE No.22: Probability FSC_P13_M22 TABLE OF CONTENTS 1. Learning Outcomes 2. Introduction 3. Laws of Probability

More information

Lecture 10: Generalized likelihood ratio test

Lecture 10: Generalized likelihood ratio test Stat 200: Introduction to Statistical Inference Autumn 2018/19 Lecture 10: Generalized likelihood ratio test Lecturer: Art B. Owen October 25 Disclaimer: These notes have not been subjected to the usual

More information

Reinforcement Unit 3 Resource Book. Meiosis and Mendel KEY CONCEPT Gametes have half the number of chromosomes that body cells have.

Reinforcement Unit 3 Resource Book. Meiosis and Mendel KEY CONCEPT Gametes have half the number of chromosomes that body cells have. 6.1 CHROMOSOMES AND MEIOSIS KEY CONCEPT Gametes have half the number of chromosomes that body cells have. Your body is made of two basic cell types. One basic type are somatic cells, also called body cells,

More information

Hypothesis Testing: Chi-Square Test 1

Hypothesis Testing: Chi-Square Test 1 Hypothesis Testing: Chi-Square Test 1 November 9, 2017 1 HMS, 2017, v1.0 Chapter References Diez: Chapter 6.3 Navidi, Chapter 6.10 Chapter References 2 Chi-square Distributions Let X 1, X 2,... X n be

More information

Review of Statistics 101

Review of Statistics 101 Review of Statistics 101 We review some important themes from the course 1. Introduction Statistics- Set of methods for collecting/analyzing data (the art and science of learning from data). Provides methods

More information

Statistical Inference: Estimation and Confidence Intervals Hypothesis Testing

Statistical Inference: Estimation and Confidence Intervals Hypothesis Testing Statistical Inference: Estimation and Confidence Intervals Hypothesis Testing 1 In most statistics problems, we assume that the data have been generated from some unknown probability distribution. We desire

More information

green green green/green green green yellow green/yellow green yellow green yellow/green green yellow yellow yellow/yellow yellow

green green green/green green green yellow green/yellow green yellow green yellow/green green yellow yellow yellow/yellow yellow CHAPTER PROBLEM Did Mendel s results from plant hybridization experiments contradict his theory? Gregor Mendel conducted original experiments to study the genetic traits of pea plants. In 1865 he wrote

More information

This is a multiple choice and short answer practice exam. It does not count towards your grade. You may use the tables in your book.

This is a multiple choice and short answer practice exam. It does not count towards your grade. You may use the tables in your book. NAME (Please Print): HONOR PLEDGE (Please Sign): statistics 101 Practice Final Key This is a multiple choice and short answer practice exam. It does not count towards your grade. You may use the tables

More information

Genetics_2011.notebook. May 13, Aim: What is heredity? Homework. Rd pp p.270 # 2,3,4. Feb 8 11:46 PM. Mar 25 1:15 PM.

Genetics_2011.notebook. May 13, Aim: What is heredity? Homework. Rd pp p.270 # 2,3,4. Feb 8 11:46 PM. Mar 25 1:15 PM. Aim: What is heredity? LE1 3/25/11 Do Now: 1.Make a T Chart comparing and contrasting mitosis & meiosis. 2. Have your lab out to be collected Homework for Tuesday 3/29 Read pp. 267 270 p.270 # 1,3 Vocabulary:

More information

Permutation Tests. Noa Haas Statistics M.Sc. Seminar, Spring 2017 Bootstrap and Resampling Methods

Permutation Tests. Noa Haas Statistics M.Sc. Seminar, Spring 2017 Bootstrap and Resampling Methods Permutation Tests Noa Haas Statistics M.Sc. Seminar, Spring 2017 Bootstrap and Resampling Methods The Two-Sample Problem We observe two independent random samples: F z = z 1, z 2,, z n independently of

More information

Family resemblance can be striking!

Family resemblance can be striking! Family resemblance can be striking! 1 Chapter 14. Mendel & Genetics 2 Gregor Mendel! Modern genetics began in mid-1800s in an abbey garden, where a monk named Gregor Mendel documented inheritance in peas

More information

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

11-2 Multinomial Experiment

11-2 Multinomial Experiment Chapter 11 Multinomial Experiments and Contingency Tables 1 Chapter 11 Multinomial Experiments and Contingency Tables 11-11 Overview 11-2 Multinomial Experiments: Goodness-of-fitfit 11-3 Contingency Tables:

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and should be emailed to the instructor

More information

Name Date Class. Meiosis I and Meiosis II

Name Date Class. Meiosis I and Meiosis II Concept Mapping Meiosis I and Meiosis II Complete the events chains about meiosis I and meiosis II. These terms may be used more than once: chromosomes, condense, cytokinesis, equator, line up, nuclei,

More information

Exercise I.1 I.2 I.3 I.4 II.1 II.2 III.1 III.2 III.3 IV.1 Question (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Answer

Exercise I.1 I.2 I.3 I.4 II.1 II.2 III.1 III.2 III.3 IV.1 Question (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Answer Solutions to Exam in 02402 December 2012 Exercise I.1 I.2 I.3 I.4 II.1 II.2 III.1 III.2 III.3 IV.1 Question (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) Answer 3 1 5 2 5 2 3 5 1 3 Exercise IV.2 IV.3 IV.4 V.1

More information

Interest Grabber. Analyzing Inheritance

Interest Grabber. Analyzing Inheritance Interest Grabber Section 11-1 Analyzing Inheritance Offspring resemble their parents. Offspring inherit genes for characteristics from their parents. To learn about inheritance, scientists have experimented

More information

Contingency Tables. Contingency tables are used when we want to looking at two (or more) factors. Each factor might have two more or levels.

Contingency Tables. Contingency tables are used when we want to looking at two (or more) factors. Each factor might have two more or levels. Contingency Tables Definition & Examples. Contingency tables are used when we want to looking at two (or more) factors. Each factor might have two more or levels. (Using more than two factors gets complicated,

More information

HEREDITY: Objective: I can describe what heredity is because I can identify traits and characteristics

HEREDITY: Objective: I can describe what heredity is because I can identify traits and characteristics Mendel and Heredity HEREDITY: SC.7.L.16.1 Understand and explain that every organism requires a set of instructions that specifies its traits, that this hereditary information. Objective: I can describe

More information

I i=1 1 I(J 1) j=1 (Y ij Ȳi ) 2. j=1 (Y j Ȳ )2 ] = 2n( is the two-sample t-test statistic.

I i=1 1 I(J 1) j=1 (Y ij Ȳi ) 2. j=1 (Y j Ȳ )2 ] = 2n( is the two-sample t-test statistic. Serik Sagitov, Chalmers and GU, February, 08 Solutions chapter Matlab commands: x = data matrix boxplot(x) anova(x) anova(x) Problem.3 Consider one-way ANOVA test statistic For I = and = n, put F = MS

More information

Unit 6 Reading Guide: PART I Biology Part I Due: Monday/Tuesday, February 5 th /6 th

Unit 6 Reading Guide: PART I Biology Part I Due: Monday/Tuesday, February 5 th /6 th Name: Date: Block: Chapter 6 Meiosis and Mendel Section 6.1 Chromosomes and Meiosis 1. How do gametes differ from somatic cells? Unit 6 Reading Guide: PART I Biology Part I Due: Monday/Tuesday, February

More information

T TT Tt. T TT Tt. T = Tall t = Short. Figure 11 1

T TT Tt. T TT Tt. T = Tall t = Short. Figure 11 1 Chapt 11 Multiple Choice Identify the choice that best completes the statement or answers the question. 1. The principles of probability can be used to a. predict the traits of the offspring of genetic

More information

7 Random samples and sampling distributions

7 Random samples and sampling distributions 7 Random samples and sampling distributions 7.1 Introduction - random samples We will use the term experiment in a very general way to refer to some process, procedure or natural phenomena that produces

More information

STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots. March 8, 2015

STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots. March 8, 2015 STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots March 8, 2015 The duality between CI and hypothesis testing The duality between CI and hypothesis

More information

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007)

CHAPTER 17 CHI-SQUARE AND OTHER NONPARAMETRIC TESTS FROM: PAGANO, R. R. (2007) FROM: PAGANO, R. R. (007) I. INTRODUCTION: DISTINCTION BETWEEN PARAMETRIC AND NON-PARAMETRIC TESTS Statistical inference tests are often classified as to whether they are parametric or nonparametric Parameter

More information

green green green/green green green yellow green/yellow green yellow green yellow/green green yellow yellow yellow/yellow yellow

green green green/green green green yellow green/yellow green yellow green yellow/green green yellow yellow yellow/yellow yellow CHAPTER PROBLEM Did Mendel s results from plant hybridization experiments contradict his theory? Gregor Mendel conducted original experiments to study the genetic traits of pea plants. In 1865 he wrote

More information

Heredity and Evolution

Heredity and Evolution CHAPTER 9 Heredity and Evolution Genetics Branch of science that deals with Heredity and variation. Heredity It means the transmission of features/ characters/ traits from one generation to the next generation.

More information

Contingency Tables. Safety equipment in use Fatal Non-fatal Total. None 1, , ,128 Seat belt , ,878

Contingency Tables. Safety equipment in use Fatal Non-fatal Total. None 1, , ,128 Seat belt , ,878 Contingency Tables I. Definition & Examples. A) Contingency tables are tables where we are looking at two (or more - but we won t cover three or more way tables, it s way too complicated) factors, each

More information

Genetics (patterns of inheritance)

Genetics (patterns of inheritance) MENDELIAN GENETICS branch of biology that studies how genetic characteristics are inherited MENDELIAN GENETICS Gregory Mendel, an Augustinian monk (1822-1884), was the first who systematically studied

More information

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1 PHP2510: Principles of Biostatistics & Data Analysis Lecture X: Hypothesis testing PHP 2510 Lec 10: Hypothesis testing 1 In previous lectures we have encountered problems of estimating an unknown population

More information

Section 4.6 Simple Linear Regression

Section 4.6 Simple Linear Regression Section 4.6 Simple Linear Regression Objectives ˆ Basic philosophy of SLR and the regression assumptions ˆ Point & interval estimation of the model parameters, and how to make predictions ˆ Point and interval

More information

2.3 Analysis of Categorical Data

2.3 Analysis of Categorical Data 90 CHAPTER 2. ESTIMATION AND HYPOTHESIS TESTING 2.3 Analysis of Categorical Data 2.3.1 The Multinomial Probability Distribution A mulinomial random variable is a generalization of the binomial rv. It results

More information

Heredity.. An Introduction Unit 5: Seventh Grade

Heredity.. An Introduction Unit 5: Seventh Grade Heredity.. An Introduction Unit 5: Seventh Grade Why don t you look like a rhinoceros? The answer seems simple --- neither of your parents is a rhinoceros (I assume). But there is more to this answer than

More information

11 CHI-SQUARED Introduction. Objectives. How random are your numbers? After studying this chapter you should

11 CHI-SQUARED Introduction. Objectives. How random are your numbers? After studying this chapter you should 11 CHI-SQUARED Chapter 11 Chi-squared Objectives After studying this chapter you should be able to use the χ 2 distribution to test if a set of observations fits an appropriate model; know how to calculate

More information

1 Mendel and His Peas

1 Mendel and His Peas CHAPTER 5 1 Mendel and His Peas SECTION Heredity BEFORE YOU READ After you read this section, you should be able to answer these questions: What is heredity? How did Gregor Mendel study heredity? National

More information

Chapter Eleven: Heredity

Chapter Eleven: Heredity Genetics Chapter Eleven: Heredity 11.1 Traits 11.2 Predicting Heredity 11.3 Other Patterns of Inheritance Investigation 11A Observing Human Traits How much do traits vary in your classroom? 11.1 Traits

More information

Institute of Actuaries of India

Institute of Actuaries of India Institute of Actuaries of India Subject CT3 Probability & Mathematical Statistics May 2011 Examinations INDICATIVE SOLUTION Introduction The indicative solution has been written by the Examiners with the

More information

Ch. 10 Sexual Reproduction and Genetics. p

Ch. 10 Sexual Reproduction and Genetics. p Ch. 10 Sexual Reproduction and Genetics p. 270 - 10.1 Meiosis p. 270-276 Essential Question Main Idea! Meiosis produces haploid gametes Where are the instructions for each trait located in a cell?! On

More information

Chapter 11 INTRODUCTION TO GENETICS

Chapter 11 INTRODUCTION TO GENETICS Chapter 11 INTRODUCTION TO GENETICS 11-1 The Work of Gregor Mendel I. Gregor Mendel A. Studied pea plants 1. Reproduce sexually (have two sex cells = gametes) 2. Uniting of male and female gametes = Fertilization

More information

Bias Variance Trade-off

Bias Variance Trade-off Bias Variance Trade-off The mean squared error of an estimator MSE(ˆθ) = E([ˆθ θ] 2 ) Can be re-expressed MSE(ˆθ) = Var(ˆθ) + (B(ˆθ) 2 ) MSE = VAR + BIAS 2 Proof MSE(ˆθ) = E((ˆθ θ) 2 ) = E(([ˆθ E(ˆθ)]

More information

Unit 2 Lesson 4 - Heredity. 7 th Grade Cells and Heredity (Mod A) Unit 2 Lesson 4 - Heredity

Unit 2 Lesson 4 - Heredity. 7 th Grade Cells and Heredity (Mod A) Unit 2 Lesson 4 - Heredity Unit 2 Lesson 4 - Heredity 7 th Grade Cells and Heredity (Mod A) Unit 2 Lesson 4 - Heredity Give Peas a Chance What is heredity? Traits, such as hair color, result from the information stored in genetic

More information

Confidence intervals

Confidence intervals Confidence intervals We now want to take what we ve learned about sampling distributions and standard errors and construct confidence intervals. What are confidence intervals? Simply an interval for which

More information

An introduction to biostatistics: part 1

An introduction to biostatistics: part 1 An introduction to biostatistics: part 1 Cavan Reilly September 6, 2017 Table of contents Introduction to data analysis Uncertainty Probability Conditional probability Random variables Discrete random

More information

This does not cover everything on the final. Look at the posted practice problems for other topics.

This does not cover everything on the final. Look at the posted practice problems for other topics. Class 7: Review Problems for Final Exam 8.5 Spring 7 This does not cover everything on the final. Look at the posted practice problems for other topics. To save time in class: set up, but do not carry

More information

Exam 2 Practice Questions, 18.05, Spring 2014

Exam 2 Practice Questions, 18.05, Spring 2014 Exam 2 Practice Questions, 18.05, Spring 2014 Note: This is a set of practice problems for exam 2. The actual exam will be much shorter. Within each section we ve arranged the problems roughly in order

More information

Inference in Normal Regression Model. Dr. Frank Wood

Inference in Normal Regression Model. Dr. Frank Wood Inference in Normal Regression Model Dr. Frank Wood Remember We know that the point estimator of b 1 is b 1 = (Xi X )(Y i Ȳ ) (Xi X ) 2 Last class we derived the sampling distribution of b 1, it being

More information

Sociology 6Z03 Review II

Sociology 6Z03 Review II Sociology 6Z03 Review II John Fox McMaster University Fall 2016 John Fox (McMaster University) Sociology 6Z03 Review II Fall 2016 1 / 35 Outline: Review II Probability Part I Sampling Distributions Probability

More information

The Chi-Square and F Distributions

The Chi-Square and F Distributions Department of Psychology and Human Development Vanderbilt University Introductory Distribution Theory 1 Introduction 2 Some Basic Properties Basic Chi-Square Distribution Calculations in R Convergence

More information

VTU Edusat Programme 16

VTU Edusat Programme 16 VTU Edusat Programme 16 Subject : Engineering Mathematics Sub Code: 10MAT41 UNIT 8: Sampling Theory Dr. K.S.Basavarajappa Professor & Head Department of Mathematics Bapuji Institute of Engineering and

More information

Case-Control Association Testing. Case-Control Association Testing

Case-Control Association Testing. Case-Control Association Testing Introduction Association mapping is now routinely being used to identify loci that are involved with complex traits. Technological advances have made it feasible to perform case-control association studies

More information

One sided tests. An example of a two sided alternative is what we ve been using for our two sample tests:

One sided tests. An example of a two sided alternative is what we ve been using for our two sample tests: One sided tests So far all of our tests have been two sided. While this may be a bit easier to understand, this is often not the best way to do a hypothesis test. One simple thing that we can do to get

More information

Chi Square Analysis M&M Statistics. Name Period Date

Chi Square Analysis M&M Statistics. Name Period Date Chi Square Analysis M&M Statistics Name Period Date Have you ever wondered why the package of M&Ms you just bought never seems to have enough of your favorite color? Or, why is it that you always seem

More information

Sexual Reproduction and Genetics

Sexual Reproduction and Genetics Chapter Test A CHAPTER 10 Sexual Reproduction and Genetics Part A: Multiple Choice In the space at the left, write the letter of the term, number, or phrase that best answers each question. 1. How many

More information

# of 6s # of times Test the null hypthesis that the dice are fair at α =.01 significance

# of 6s # of times Test the null hypthesis that the dice are fair at α =.01 significance Practice Final Exam Statistical Methods and Models - Math 410, Fall 2011 December 4, 2011 You may use a calculator, and you may bring in one sheet (8.5 by 11 or A4) of notes. Otherwise closed book. The

More information

Week 14 Comparing k(> 2) Populations

Week 14 Comparing k(> 2) Populations Week 14 Comparing k(> 2) Populations Week 14 Objectives Methods associated with testing for the equality of k(> 2) means or proportions are presented. Post-testing concepts and analysis are introduced.

More information

Lecture 7: Hypothesis Testing and ANOVA

Lecture 7: Hypothesis Testing and ANOVA Lecture 7: Hypothesis Testing and ANOVA Goals Overview of key elements of hypothesis testing Review of common one and two sample tests Introduction to ANOVA Hypothesis Testing The intent of hypothesis

More information