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

Size: px
Start display at page:

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

Transcription

1 15.0 Significance Tests Review Confidence Intervals The Gauss Model Genetics Significance Tests 1

2 15.1 CI Review The general formula for a two-sided C% confidence interval is: L, U = pe ± se cv (1 C)/2 where cv (1 C)/2 is the value from a table that has area (1 C)/2 under the curve and to the right. Often the critical value is z from a normal table it is the value that has area C in the middle. If n is large compared to the population, use se F P CF in place of the se The se is sd/ n for an average, sd n for a sum, and ˆp(1 ˆp)/n for a proportion. 2

3 Where do CIs come from? The CLT says: so z = X EV sd/ n N(0, 1) P[ z (1 C)/2 X EV sd/ n z (1 C)/2] C/100 where z (1 C)/2 is the value from a normal table that has area C shaded in the middle. We can use ordinary algebra to manipulate the terms inside the probability statement to solve for L and U. 3

4 C 100 P[ z (1 C)/2 X EV sd/ n z (1 C)/2] = P[ sd n z (1 C)/2 X EV sd n z (1 C)/2 ] = P[ sd n z (1 C)/2 X EV sd n z (1 C)/2 X] = P[ sd n z (1 C)/2 + X EV X sd n z (1 C)/2 ] So L = X sd n z (1 C)/2 U = X + sd n z (1 C)/2 4

5 15.2 The Gauss Model The Gauss model was first used (by Gauss) to find the orbit of Ceres, the first asteroid to be discovered. But before its observation could be confirmed by other astronomers, it disappeared behind the sun. Gauss used his model, and an incredibly complex calculation involving nine coordinate systems, to predict where and when astronomers should look to recapture it when its orbit carried it from behind the sun. 5

6 The Gauss model says that measurement errors in an observation are like draws from a box. The measurement is the true value plus whatever error is marked on the ticket: measurement = true value + random error. The EV of the box is zero (otherwise, the measurement process is biased). The standard deviations of the box is usually, but not always, unknown. 6

7 15.3 Genetics Gregor Mendel was an Augustinian monk in charge of the monastery s truck garden. He noted that several traits in pea plants, e.g.: color height wrinkled pods seemed to be inherited from the parent plants in a predictable way. To study color Mendel got inbred strains, whose progeny were always yellow or always green. Then he did experiments in which those inbred strains were crossed, and he observed the colors of the offspring. 7

8 Recall from biology: Mendelian theory says that each plant has two genes for color, and each parent contributes one of those genes, at random, to the progeny. Thus: GG GG GG Y Y Y Y Y Y Y Y GG Y G Y Y Y G Y Y, Y G GG Y G GG, GY Y G Y G GG, Y Y, Y G, GY Yellow is dominant. Any plant that has a yellow gene provides only yellow peas. 8

9 The inbred plants were GG or Y Y. When crossing these, the first generation all had yellow peas (because of dominance) even the though genetic composition of each plant was Y G. The second generation was formed by crossing the first generation plants. This cross was: Y G Y G GG, Y Y, Y G, GY and it gave plants such that 3/4 had yellow peas, 1/4 had green peas. 9

10 Mendel slowly developed his theory that each plant had two genes, contributed at random. He could predict that among, say, 100 second generation offspring, about 25 should bear green peas. So Mendel made many such crosses and found that his predicted numbers were close to those observed. But how can Mendel prove his theory? He had no statistical way to show that his observed counts of yellow and green pea plants matched well to the predictions from his model. All he could do was present his predictions, his counts, and wave his hands. So he (probably) faked his data in order to get better agreement and thus to present a stronger case. We believe this because his reported counts were too good to be true they were closer to his predictions than could happen under his model. In fact, we will clarify this when we talk about chi square tests. 10

11 15.4 Significance Tests A significance test is a way to decide whether the data strongly support point of view or another. There are many kinds of significance tests, but all involve: a null and alternative hypothesis a test statistic a significance probability (P ). The following gives an overview of most of the different kinds of significance tests. 11

12 Step 1: Pick the null and alternative hypotheses. If possible, put what you want to prove as the alternative. Or make the alternative hypothesis the one that leads to new action. Example 1: H 0 : The mean lifetime with the new drug 72 years. H A : The mean lifetime with the new drug > 72 years. Example 2: H 0 : The mean annual global temperature = 56 F. H A : The mean annual global temperature 56 F. 12

13 Step 2: Calculate the test statistic. The test statisic is a one-number summary of all the information in the sample regarding the correctness of the alternative hypothesis. Different kinds of hypothesis tests (e.g., about means, proportions, differences of means, differences of proportions, etc.) require different test statistics. Soon we shall list many standard cases. Step 3: Find the P -value (or significance probability). Use a table to find the P -value. This is the probability of observing data that is as or more supportive of the alternative hypothesis when the null hypothesis is correct. This interpretation of the P -value is a bit subtle you will need to think about it. 13

14 I The Three Possible Pairs of Null and Alternative Hypotheses 1. H o : θ = θ o versus H A : θ θ o 2. H o : θ θ o versus H A : θ > θ o 3. H o : θ θ o versus H A : θ < θ o Here θ represents a generic parameter. It could be a population mean, a population proportion, the difference of two population means, or many other things. And θ 0 is read theta-nought. It represents some specific value that is being tested. 14

15 II Possible Test Statistics a. For a test on the population mean we take θ to be the population mean µ. If you know the population SD, or for n > 26 you use the sample SD as an estimate of the SD, then you get the significance probability from a z-table and the test statistic is: ts = ( X µ o )/(SD/ n). b. For the previous case, if you have a sample of size n 26 and use the sample SD to estimate the population SD, then the significance probability comes from a t n 1 table and the test statistic is: ts = ( X µ o )/(SD/ n 1). 15

16 c. For a test about a proportion, θ = p. The significance probability comes from a z-table and the test statistic is: po (1 p o ) ts = (ˆp p o )/. n d. For a test of the difference of two means, θ = µ 1 µ 2. Assuming that the sample sizes from each population satisfy n 1 > 26 and n 2 > 26, then the significance probability comes from a z-table and the test statistic is: ts = ( X 1 X 2 θ o )/ SD 2 1 n 1 + SD2 2 n 2. 16

17 e. For a test of the difference of two proportions, take θ = p 1 p 2. Use a z-table for the significance probability and the test statistic: ˆp 1 (1 ˆp 1 ) ts = (ˆp 1 ˆp 2 θ o )/ + ˆp 2(1 ˆp 2 ). n 1 n 2 f. For n 26, with θ = µ 1 µ 2, and n paired differences X i Y i, use t n 1 for the significance probability and the test statistic is: ts = ( X Ȳ θ o)/(sd d / n 1). Here SD d is the sample variance of the n differences. 17

18 III The significance probability of the test statistic depends upon the hypothesis chosen in Part I. For that choice, let W be a random variable with a z or t n 1 distribution, as indicated in Part II. Then 1. The significance probability is P[W ts ] + P[W ts ]. 2. The significance probability is P[W ts]. 3. The significance probability is P[W ts]. The significance probability is THE CHANCE OF OBSERVING DATA THAT SUPPORTS THE ALTERNATIVE HYPOTHESIS AS OR MORE STRONGLY THAN THE DATA YOU HAVE SEEN, WHEN THE NULL HYPOTHESIS IS CORRECT. 18

19 Example: Suppose you have a new drug that may extend life expectancy. You give it to 36 random people and find that their average lifespan is 76 years, and the standard deviation in their lifespan is 12. You know that the average U.S. lifespan is 72, and hope to show that your drug improves that. The first step is to choose the null and alternative hypotheses. For this problem, the following are the right ones. This is case I.2 of the handout: H 0 : The mean lifetime with the new drug 72 years. H A : The mean lifetime with the new drug > 72 years. The second step is to find the test statistic. We are in case II.a of the handout, so: ts = X µ 0 sd/ n = / 36 = 2 19

20 The third step finds the significance probability. If you use hypotheses I.2, then you use rule III.2. The significance probability, or P-value, is P[z > 2] = (1.9545)/2 = So if the null hypothesis is true and the drug does not help, then you have only about chances in 100 of observing the result in your experiment. This is pretty persuasive that your drug helps. If you had a larger sample, then you might get a significance probability that is even smaller, say In this case, there is only 1 chance in a million that you would get such strong support when the drug is not helpful. 20

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

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

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

11.1 Traits. Studying traits

11.1 Traits. Studying traits 11.1 Traits Tyler has free earlobes like his father. His mother has attached earlobes. Why does Tyler have earlobes like his father? In this section you will learn about traits and how they are passed

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

Class Copy! Return to teacher at the end of class! Mendel's Genetics

Class Copy! Return to teacher at the end of class! Mendel's Genetics Class Copy! Return to teacher at the end of class! Mendel's Genetics For thousands of years farmers and herders have been selectively breeding their plants and animals to produce more useful hybrids. It

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

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

1. What is genetics and who was Gregor Mendel? 2. How are traits passed from one generation to the next?

1. What is genetics and who was Gregor Mendel? 2. How are traits passed from one generation to the next? Chapter 11 Heredity The fruits, vegetables, and grains you eat are grown on farms all over the world. Tomato seeds produce tomatoes, which in turn produce more seeds to grow more tomatoes. Each new crop

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

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

DOWNLOAD OR READ : THE MENDEL EXPERIMENT PDF EBOOK EPUB MOBI

DOWNLOAD OR READ : THE MENDEL EXPERIMENT PDF EBOOK EPUB MOBI DOWNLOAD OR READ : THE MENDEL EXPERIMENT PDF EBOOK EPUB MOBI Page 1 Page 2 the mendel experiment the mendel experiment pdf the mendel experiment Mendel says, â œplant five pea plants and observe what they

More information

Chapter 5. Heredity. Table of Contents. Section 1 Mendel and His Peas. Section 2 Traits and Inheritance. Section 3 Meiosis

Chapter 5. Heredity. Table of Contents. Section 1 Mendel and His Peas. Section 2 Traits and Inheritance. Section 3 Meiosis Heredity Table of Contents Section 1 Mendel and His Peas Section 2 Traits and Inheritance Section 3 Meiosis Section 1 Mendel and His Peas Objectives Explain the relationship between traits and heredity.

More information

9-1 The Work of Gregor

9-1 The Work of Gregor 9-1 The Work of Gregor 11-1 The Work of Gregor Mendel Mendel 1 of 32 11-1 The Work of Gregor Mendel Gregor Mendel s Peas Gregor Mendel s Peas Genetics is the scientific study of heredity. Gregor Mendel

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

HAPPY FUN QUIZ!!! Give Peas a Chance. Darwin s Dilemma... 3/3/11

HAPPY FUN QUIZ!!! Give Peas a Chance. Darwin s Dilemma... 3/3/11 Give Peas a Chance by MC Doc W HAPPY FUN QUIZ!!! 1. Natural selection depends on the fact that members of any population vary, and some of that variation is. 2. A branching diagram that shows a hypothesis

More information

Mendelian Genetics (Part I) Due: Friday, September 25 th, 2013

Mendelian Genetics (Part I) Due: Friday, September 25 th, 2013 STAT 307 Fall 2015, Project 1 Mendelian Genetics (Part I) Due: Friday, September 25 th, 2013 The context: So, it turns out that in 1865 a man named Gregor Mendel published an article that provided a scientific

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

11-1 The Work of Gregor Mendel. The Work of Gregor Mendel

11-1 The Work of Gregor Mendel. The Work of Gregor Mendel 11-1 The Work of Gregor Mendel The Work of Gregor Mendel Gregor Mendel s Peas! Gregor Mendel s Peas Genetics is the scientific study of heredity. " Gregor Mendel was an Austrian monk. His work was important

More information

Gregor Mendel and Heredity (Lexile 1010L)

Gregor Mendel and Heredity (Lexile 1010L) Gregor Mendel and Heredity (Lexile 1010L) 1 Traits are the part of our genetic code that makes us who we are. You may have brown or blond hair, dark or light skin, or a blood type of,,, or O. These are

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

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

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

Mendel and the Gene Idea. Biology Exploring Life Section Modern Biology Section 9-1

Mendel and the Gene Idea. Biology Exploring Life Section Modern Biology Section 9-1 Mendel and the Gene Idea Biology Exploring Life Section 10.0-10.2 Modern Biology Section 9-1 Objectives Summarize the Blending Hypothesis and the problems associated with it. Describe the methods used

More information

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

1 Statistical inference for a population mean

1 Statistical inference for a population mean 1 Statistical inference for a population mean 1. Inference for a large sample, known variance Suppose X 1,..., X n represents a large random sample of data from a population with unknown mean µ and known

More information

Verification of the Principles of Genetics by Manipulating Saccharomyces Cerevisiae and Observing Meiotic Products ABSTRACT

Verification of the Principles of Genetics by Manipulating Saccharomyces Cerevisiae and Observing Meiotic Products ABSTRACT November 27, 2002 Bio251 Dr. Calhoon Verification of the Principles of Genetics by Manipulating Saccharomyces Cerevisiae and Observing Meiotic Products ABSTRACT The experiment was conducted to verify the

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

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

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

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

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

One-sample categorical data: approximate inference

One-sample categorical data: approximate inference One-sample categorical data: approximate inference Patrick Breheny October 6 Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/25 Introduction It is relatively easy to think about the distribution

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

Laboratory III Quantitative Genetics

Laboratory III Quantitative Genetics Laboratory III Quantitative Genetics Genetics Biology 303 Spring 2007 Dr. Wadsworth Introduction Mendel's experimental approach depended on the fact that he chose phenotypes that varied in simple and discrete

More information

Just to review Genetics and Cells? How do Genetics and Cells Relate? The cell s NUCLEUS contains all the genetic information.

Just to review Genetics and Cells? How do Genetics and Cells Relate? The cell s NUCLEUS contains all the genetic information. Just to review Genetics and Cells? How do Genetics and Cells Relate? The cell s NUCLEUS contains all the genetic information. It s called: DNA A. Describe what Gregor Mendel discovered in his experiments

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

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

Animal Genetics - MENDELU

Animal Genetics - MENDELU Mendel and his experiments Animal Genetics Gregor Johann Mendel (1822-1884) was born in Heinzendorf, (nowadays in the Czech Republic). During the period in which Mendel developed his theory of heredity,

More information

Stat 101: Lecture 12. Summer 2006

Stat 101: Lecture 12. Summer 2006 Stat 101: Lecture 12 Summer 2006 Outline Answer Questions More on the CLT The Finite Population Correction Factor Confidence Intervals Problems More on the CLT Recall the Central Limit Theorem for averages:

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

Mendel's Experiments *

Mendel's Experiments * OpenStax-CNX module: m47296 1 Mendel's Experiments * Robert Bear David Rintoul Based on Mendel's Experiments by OpenStax This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution

More information

Introduction to Genetics

Introduction to Genetics Introduction to Genetics We ve all heard of it, but What is genetics? Genetics: the study of gene structure and action and the patterns of inheritance of traits from parent to offspring. Ancient ideas

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

13.1 The Basics of Probability Theory

13.1 The Basics of Probability Theory 13.1 The Basics of Probability Theory An experiment is a controlled operation that yields a set of results. The possible results of an experiment are called its outcomes. The set of outcomes are the sample

More information

Categorical Data Analysis. The data are often just counts of how many things each category has.

Categorical Data Analysis. The data are often just counts of how many things each category has. Categorical Data Analysis So far we ve been looking at continuous data arranged into one or two groups, where each group has more than one observation. E.g., a series of measurements on one or two things.

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

12.1 Mendel s Experiments and the Laws of Probability

12.1 Mendel s Experiments and the Laws of Probability 314 Chapter 12 Mendel's Experiments and Heredity 12.1 Mendel s Experiments and the Laws of Probability By the end of this section, you will be able to: Describe the scientific reasons for the success of

More information

Introduction to Genetics

Introduction to Genetics Introduction to Genetics We ve all heard of it, but What is genetics? Genetics: the study of gene structure and action and the patterns of inheritance of traits from parent to offspring. Ancient ideas

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

is the scientific study of. Gregor Mendel was an Austrian monk. He is considered the of genetics. Mendel carried out his work with ordinary garden.

is the scientific study of. Gregor Mendel was an Austrian monk. He is considered the of genetics. Mendel carried out his work with ordinary garden. 11-1 The 11-1 Work of Gregor Mendel The Work of Gregor Mendel is the scientific study of. Gregor Mendel was an Austrian monk. He is considered the of genetics. Mendel carried out his work with ordinary

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

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

Interactive Biology Multimedia Courseware Mendel's Principles of Heredity. Copyright 1998 CyberEd Inc.

Interactive Biology Multimedia Courseware Mendel's Principles of Heredity. Copyright 1998 CyberEd Inc. Interactive Biology Multimedia Courseware Mendel's Principles of Heredity Copyright 1998 CyberEd Inc. Mendel's Principles of Heredity TEACHING OBJECTIVES The following subject areas are illustrated throughout

More information

Directed Reading A. Section: Mendel and His Peas WHO WAS GREGOR MENDEL? UNRAVELING THE MYSTERY. plants. as the parent. fertilize another.

Directed Reading A. Section: Mendel and His Peas WHO WAS GREGOR MENDEL? UNRAVELING THE MYSTERY. plants. as the parent. fertilize another. Skills Worksheet Directed Reading A Section: Mendel and His Peas 1. What is heredity? 2. Give one example of something about yourself that has to do with heredity. WHO WAS GREGOR MENDEL? 3. Gregor Mendel

More information

Biology Chapter 11: Introduction to Genetics

Biology Chapter 11: Introduction to Genetics Biology Chapter 11: Introduction to Genetics Meiosis - The mechanism that halves the number of chromosomes in cells is a form of cell division called meiosis - Meiosis consists of two successive nuclear

More information

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

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

More information

1 Hypothesis testing for a single mean

1 Hypothesis testing for a single mean This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Genetic Changes Lesson 2 HW

Genetic Changes Lesson 2 HW Guiding Question What theory serves as the basis of what we believe about how evolutionary changes occur? 7 th GRADE SCIENCE Genetic Changes Lesson 2 HW # Name: Date: Homeroom: Jean-Baptiste Lamarck (1744-1829)

More information

Advance Organizer. Topic: Mendelian Genetics and Meiosis

Advance Organizer. Topic: Mendelian Genetics and Meiosis Name: Row Unit 8 - Chapter 11 - Mendelian Genetics and Meiosis Advance Organizer Topic: Mendelian Genetics and Meiosis 1. Objectives (What should I be able to do?) a. Summarize the outcomes of Gregor Mendel's

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

Probability Pearson Education, Inc. Slide

Probability Pearson Education, Inc. Slide Probability The study of probability is concerned with random phenomena. Even though we cannot be certain whether a given result will occur, we often can obtain a good measure of its likelihood, or probability.

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

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

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

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

Heredity and Genetics WKSH

Heredity and Genetics WKSH Chapter 6, Section 3 Heredity and Genetics WKSH KEY CONCEPT Mendel s research showed that traits are inherited as discrete units. Vocabulary trait purebred law of segregation genetics cross MAIN IDEA:

More information

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n =

Hypothesis testing I. - In particular, we are talking about statistical hypotheses. [get everyone s finger length!] n = Hypothesis testing I I. What is hypothesis testing? [Note we re temporarily bouncing around in the book a lot! Things will settle down again in a week or so] - Exactly what it says. We develop a hypothesis,

More information

Review: General Approach to Hypothesis Testing. 1. Define the research question and formulate the appropriate null and alternative hypotheses.

Review: General Approach to Hypothesis Testing. 1. Define the research question and formulate the appropriate null and alternative hypotheses. 1 Review: Let X 1, X,..., X n denote n independent random variables sampled from some distribution might not be normal!) with mean µ) and standard deviation σ). Then X µ σ n In other words, X is approximately

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

UNIT 3: GENETICS 1. Inheritance and Reproduction Genetics inheritance Heredity parent to offspring chemical code genes specific order traits allele

UNIT 3: GENETICS 1. Inheritance and Reproduction Genetics inheritance Heredity parent to offspring chemical code genes specific order traits allele UNIT 3: GENETICS 1. Inheritance and Reproduction Genetics the study of the inheritance of biological traits Heredity- the passing of traits from parent to offspring = Inheritance - heredity is controlled

More information

1 Errors in mitosis and meiosis can result in chromosomal abnormalities.

1 Errors in mitosis and meiosis can result in chromosomal abnormalities. Slide 1 / 21 1 Errors in mitosis and meiosis can result in chromosomal abnormalities. a. Identify and describe a common chromosomal mutation. Slide 2 / 21 Errors in mitosis and meiosis can result in chromosomal

More information

Lecture 21: October 19

Lecture 21: October 19 36-705: Intermediate Statistics Fall 2017 Lecturer: Siva Balakrishnan Lecture 21: October 19 21.1 Likelihood Ratio Test (LRT) To test composite versus composite hypotheses the general method is to use

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

INTERVAL ESTIMATION AND HYPOTHESES TESTING

INTERVAL ESTIMATION AND HYPOTHESES TESTING INTERVAL ESTIMATION AND HYPOTHESES TESTING 1. IDEA An interval rather than a point estimate is often of interest. Confidence intervals are thus important in empirical work. To construct interval estimates,

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

Chapter 10: Inferences based on two samples

Chapter 10: Inferences based on two samples November 16 th, 2017 Overview Week 1 Week 2 Week 4 Week 7 Week 10 Week 12 Chapter 1: Descriptive statistics Chapter 6: Statistics and Sampling Distributions Chapter 7: Point Estimation Chapter 8: Confidence

More information

Admit Ticket. Take notes on Gregor Mendel: Great Minds watch? v=gtioetazg4w

Admit Ticket. Take notes on Gregor Mendel: Great Minds     watch? v=gtioetazg4w Admit Ticket Take notes on Gregor Mendel: Great Minds https:// www.youtube.com/ watch? v=gtioetazg4w DUE TODAY CLASSWORK: Cell Processes and Microscope Quiz Agenda Item http://www.powerpointhintergrund.com/uploads/new-year-ppt-background-8.jpg

More information

Reading Selection: How do species change over time?

Reading Selection: How do species change over time? Reading Selection: How do species change over time? 1. Who first studied how species change over time? Jean-Baptiste Lamarck (1744-1829) and Charles Darwin (1809-1882) both had ideas about how life on

More information

3. Properties of the relationship matrix

3. Properties of the relationship matrix 3. Properties of the relationship matrix 3.1 Partitioning of the relationship matrix The additive relationship matrix, A, can be written as the product of a lower triangular matrix, T, a diagonal matrix,

More information

BIOLOGY 321. Answers to text questions th edition: Chapter 2

BIOLOGY 321. Answers to text questions th edition: Chapter 2 BIOLOGY 321 SPRING 2013 10 TH EDITION OF GRIFFITHS ANSWERS TO ASSIGNMENT SET #1 I have made every effort to prevent errors from creeping into these answer sheets. But, if you spot a mistake, please send

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

Introduction to Genetics

Introduction to Genetics Introduction to Genetics The Work of Gregor Mendel B.1.21, B.1.22, B.1.29 Genetic Inheritance Heredity: the transmission of characteristics from parent to offspring The study of heredity in biology is

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

Name Class Date. KEY CONCEPT Gametes have half the number of chromosomes that body cells have.

Name Class Date. KEY CONCEPT Gametes have half the number of chromosomes that body cells have. Section 1: Chromosomes and Meiosis KEY CONCEPT Gametes have half the number of chromosomes that body cells have. VOCABULARY somatic cell autosome fertilization gamete sex chromosome diploid homologous

More information

-Genetics- Guided Notes

-Genetics- Guided Notes -Genetics- Guided Notes Chromosome Number The Chromosomal Theory of Inheritance genes are located in specific on chromosomes. Homologous Chromosomes chromosomes come in, one from the male parent and one

More information

Conditional Probability

Conditional Probability Conditional Probability Sometimes our computation of the probability of an event is changed by the knowledge that a related event has occurred (or is guaranteed to occur) or by some additional conditions

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

Biology 211 (1) Exam 4! Chapter 12!

Biology 211 (1) Exam 4! Chapter 12! Biology 211 (1) Exam 4 Chapter 12 1. Why does replication occurs in an uncondensed state? 1. 2. A is a single strand of DNA. When DNA is added to associated protein molecules, it is referred to as. 3.

More information

Introduc)on to Gene)cs How to Analyze Your Own Genome Fall 2013

Introduc)on to Gene)cs How to Analyze Your Own Genome Fall 2013 Introduc)on to Gene)cs 02-223 How to Analyze Your Own Genome Fall 2013 Overview Primer on gene

More information

PubH 5450 Biostatistics I Prof. Carlin. Lecture 13

PubH 5450 Biostatistics I Prof. Carlin. Lecture 13 PubH 5450 Biostatistics I Prof. Carlin Lecture 13 Outline Outline Sample Size Counts, Rates and Proportions Part I Sample Size Type I Error and Power Type I error rate: probability of rejecting the null

More information

How are traits passed from one generation to the next?

How are traits passed from one generation to the next? How are traits passed from one generation to the next? Since the dawn of agriculture, humans have been trying to improve and increase their food supply. Historically, this was done by selecting the best

More information

Computer Simulations on Evolution BiologyLabs On-line. Laboratory 1 for Section B. Laboratory 2 for Section A

Computer Simulations on Evolution BiologyLabs On-line. Laboratory 1 for Section B. Laboratory 2 for Section A Computer Simulations on Evolution BiologyLabs On-line Laboratory 1 for Section B Laboratory 2 for Section A The following was taken from http://www.biologylabsonline.com/protected/evolutionlab/ Introduction

More information

Picture from "Mendel's experiments: Figure 3," by Robert Bear et al

Picture from Mendel's experiments: Figure 3, by Robert Bear et al Plant Genetics Learning Objectives: Understand the basics o genetics Understand how genetics is used in Plant Science today Learn the basics o extracting DNA Learn how to make crosses between plants and

More information

How do species change over time?

How do species change over time? Who first studied how species change over time? How do species change over time? Jean-Baptiste Lamarck (1744-1829) and Charles Darwin (1809-1882) both had ideas about how life on earth changed over time.

More information

Q25: Record the wavelength of each colored line according to the scale given.

Q25: Record the wavelength of each colored line according to the scale given. C. Measurement Errors and Uncertainties The term "error" signifies a deviation of the result from some "true" value. Often in science, we cannot know what the true value is, and we can only determine estimates

More information

Me n d e l s P e a s Exer c i se 1 - Par t 1

Me n d e l s P e a s Exer c i se 1 - Par t 1 !! Me n d e l s P e a s Exer c i se 1 - Par t 1 TR UE - BR E E D I N G O R G A N I S M S Go a l In this exercise you will use StarGenetics, a genetics experiment simulator, to understand the concept of

More information

DNA and GENETICS UNIT NOTES

DNA and GENETICS UNIT NOTES DNA and GENETICS UNIT NOTES NAME: DO NOT LOSE! 1 DNA - Deoxyribose Nucleic Acid Shape is called double DNA has the information for our cells to make. DNA through transcription makes m mrna through translation

More information

What is a sex cell? How are sex cells made? How does meiosis help explain Mendel s results?

What is a sex cell? How are sex cells made? How does meiosis help explain Mendel s results? CHAPTER 6 3 Meiosis SECTION Heredity BEFORE YOU READ After you read this section, you should be able to answer these questions: What is a sex cell? How are sex cells made? How does meiosis help explain

More information

Table of Contents. Chapter Preview. 5.1 Mendel s Work. 5.2 Probability and Heredity. 5.3 The Cell and Inheritance. 5.4 Genes, DNA, and Proteins

Table of Contents. Chapter Preview. 5.1 Mendel s Work. 5.2 Probability and Heredity. 5.3 The Cell and Inheritance. 5.4 Genes, DNA, and Proteins Table of Contents Chapter Preview 5.1 Mendel s Work 5.2 Probability and Heredity 5.3 The Cell and Inheritance 5.4 Genes, DNA, and Proteins Chapter 5 Preview Questions 1. What carries the instructions that

More information

example: An observation X comes from a normal distribution with

example: An observation X comes from a normal distribution with Hypothesis test A statistical hypothesis is a statement about the population parameter(s) or distribution. null hypothesis H 0 : prior belief statement. alternative hypothesis H a : a statement that contradicts

More information