Bayesian networks II. Model building. Anders Ringgaard Kristensen

Size: px
Start display at page:

Download "Bayesian networks II. Model building. Anders Ringgaard Kristensen"

Transcription

1 Bayesian networks II. Model building Anders Ringgaard Kristensen

2 Outline Determining the graphical structure Milk test Mastitis diagnosis Pregnancy Determining the conditional probabilities Modeling methods and tricks Object oriented Bayesian networks

3 Milk test Infected? { Yes, No } Test? { Positive, Negative } Sensitivity/Specificity determines the conditional probabilities Direction of edge! Causal direction Against the reasoning direction

4 Daily measurements Inf 1 Inf 2 Inf 3 Inf 4 Inf 5 Inf 6 Inf 7 Test 1 Test 2 Test 3 Test 4 Test 5 Test 6 Test 7 Are the infection states of different days independent? Probably not! Markov property Duration of disease

5 Dependence between test results Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 Correctness of test depends on whether it was correct yesterday. To determine whether it was correct yesterday: The true infection state yesterday The test result yesterday

6 Dependence between test results Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 A simplifying intermediate variable Cor i { yes, no } indicating whether the test was correct.

7 Mastitis diagnosis, AMS No Subclinical Clinical Mastitis Heat No Yes Conductivity Temperature Separate variables (don t pool mastitis & heat) Check conditional independence Are Conductivity and Temperature independent, given Mastitis?

8 If not conditional independent No Subclinical Clinical Mastitis Heat No Yes Conductivity Temperature If conductivity influences temperature.

9 If not conditional independent No Subclinical Clinical Mastitis Heat No Yes Conductivity Temperature If temperature influences conductivity. The causal direction may be difficult to determine

10 If not conditional independent No Subclinical Clinical Mastitis Heat No Yes Conductivity Temperature If the direction of an edge cannot be determined, a variable is often missing! Other disease

11 Pregnancy (again, again ) A goat is mated, and six weeks later we want to test it for pregnancy. We have three tests available: Blood test Urine test Scanning The variables of our problem are: Pregnant { yes, no } Blood { positive, negative } Urine { positive, negative } Scan { positive, negative }

12 Pregnancy test BN Pregnant Blood Urine Scan Check for conditional independence

13 Pregnancy test BN, revised Pregnant The blood test and the urine test both measure a hormone level. The scanning does something completely different. Hormone Blood Urine Scan

14 Outline Determining the graphical structure Milk test Mastitis diagnosis Pregnancy Determining the conditional probabilities Modeling methods and tricks

15 Determining the probabilities Statistical model with parameters estimated from data. Law of nature. Experts of the domain.

16 Milk test example Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 The P(Test i Inf i ) conditional probability is supplied by the test retailer.

17 P(Test i Inf i ) P(Test i = yes Inf i ) P(Test i = yes Inf i ) Inf i = yes Inf i = no Defined by the sensitivity and specificity of the test.

18 Milk test example Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 The P(Cor i Inf i, Test i ) conditional probability is trivial.

19 P(Cor i Inf i, Test i ) Inf i Test i P(Cor i =y Inf i,test i ) P(Cor i =n Inf i,test i ) yes yes 1 0 yes no 0 1 no yes 0 1 no no 1 0 If Inf i and Test i agree, the test is correct!

20 Milk test example Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 The P(Test i Inf i, Cor i-1 ) conditional probabilities needs some assumptions.

21 P(Test i Inf i, Cor i-1 ) Assumptions: A correct test has 99.9% chance of being correct next time. An incorrect test has 30% chance of being incorrect next time: Thus, it is still most likely to be correct. In agreement with the example file provided from the homepage. In disagreement with the textbook.

22 P(Test i Inf i, Cor i-1 ) Inf i Cor i-1 P(Test i =y Inf i,cor i-1 ) P(Test i =n Inf i,cor i-1 ) yes yes yes no no yes no no

23 Milk test example Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 The P(Inf 1 ) probabilities must be modeled.

24 P(Inf 1 ) Assume that the milk test is made on single cow level at the farm. We need the probability λ that the milk from a particular cow is infected on an arbitrary day (i.e. P(Inf i = yes ) = λ). The farmer has no knowledge about λ, but The dairy performs a very precise bulk tank test: If the milk from just one cow is infected, the bulk tank test will be positive. On average, the bulk tank test is positive once a month

25 P(Inf 1 ) Further assumptions: λ is the same for all cows Cows are infected independently. Under those assumptions: (1 - λ) 50 = 29/30 λ = 1 (29/30)

26 Milk test example Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 The P(Inf i Inf i-1, Inf i-2 ) conditional probabilities must be modeled.

27 P(Inf i Inf i-1, Inf i-2 ) Assume the following properties of the infection: A not-infected cow has probability q of becoming infected. An infection always lasts for at least 2 days After 2 days, the probability of recovery is π Define a state space model: s i {nn, ny, yn, yy} where e.g. ny means: not-infected day i-1 but infected day i

28 P(Inf i Inf i-2, Inf i-1 ) Transition propabilities: Day i Day i+1 nn ny yn yy P(yes) nn (1-q) q 0 0 q ny yn (1-q) q 0 0 q yy 0 0 π (1-π) (1-π) Only assumptions on min. duration, q and π

29 A procedure There are basically 3 parameters: Duration minimum 2 days Probability of becoming infected q Daily probability of recovery π (after 2 days) The 3 parameters should be estimated from data. If data is not available, we may have to rely on experts. Experts guesses may be calibrated to the overall probability of infection at a given day.

30 Limiting state distribution

31 Choice of parameters Let the probability of recovery (after 2 days) be π = 0.4 Let the probability of becoming diseased be q = The steady state distribution a is calculated in the Limit.R program

32 Milk test example Inf 1 Inf 3 Inf 5 Inf 7 Inf 2 Inf 4 Inf 6 Cor 1 Cor 2 Cor 3 Cor 4 Cor 5 Cor 6 Test 1 Test 3 Test 5 Test 7 Test 2 Test 4 Test 6 The P(Inf i Inf i-1 ) conditional probabilities must be modeled.

33 P(Inf i Inf i-1 ) Some assumption compensating for the fact that we don t know the infection state two days ago

34 A stud farm: Genealogical tree Ann Brian Cecily Fred Dorothy Eric Gwenn Henry Irene John is suffering from a serious hereditary disease caused by a recessive gene. State space for a horse: aa, aa or AA The genotype aa is diseased. The genotype aa is carrier. We want to cull all carriers! John

35 Contitional probabilities from genetics Mother Father aa aa AA aa (1, 0, 0) (0.5, 0.5, 0) (0, 1, 0) aa (0.5, 0.5, 0) (0.25, 0.5, 0.25) (0, 0.5, 0.5) AA (0, 1, 0) (0, 0.5, 0.5) (0, 0, 1)

36 Unknown parents Two unknown parents: Assume that the distribution reflects the population probabilities of being healthy or carrier (if they had been diseased they would not have survived until breeding age ). One unknown parent: Introduce a dummy parent reflecting the population distribution.

37 The diseased state aa Impossible for all other horses than John Two options: Delete the state and adjust all probabilities accordingly. Keep the state and enter the evidence that the horses are either healthy or carriers

38 Obtaining the probabilities Sources: Pure data estimation (frequency counts) Model and parameter estimation from data Provided by nature Subjective expert assessments

39 Outline Determining the graphical structure Milk test Mastitis diagnosis Pregnancy Determining the conditional probabilities Modeling methods and tricks

40 Logical constraints: SIR model We observe the spread of a contagious disease in a population of, say 50 animals. Each animal is either Susceptible Infective Removed (recovered/dead) Let S i, I i and R i be the number of susceptible, infective and removed, respectively, at time i

41 The SIR model S 1 S 2 S 3 I 1 R 1 I 2 R 2 I 3 R 3 Basic problem: S i, I i and R i are not independent Cannot be solved by directed (causal) edges. Even though the conditional probabilities of the model may be correct, it may happen that S i + I i + R i 50

42 The SIR model S 1 S 2 S 3 I 1 R 1 I 2 R 2 I 3 R 3 C 1 C 1 C 1 { Valid, Invalid } P(C i = Valid S i, I i, R i ) = 1 if S i + I i + R i = 50 P(C i = Valid S i, I i, R i ) = 0 if S i + I i + R i 50 Enter the evidence P(C i = Valid) and propagate

43 Logical constraints Refer also to the sock-sorting problem in the textbook.

44 Object oriented Bayesian networks For large networks with many more or less identical items, an object oriented approach may be relevant. Object Oriented Networks are like all other Bayesian network, but the object oriented approach makes the construction phase easier. Example: We wish to construct a model of a cow herd with a number of cows: We construct a herd model of which the variables are defined at herd level: Conception rate Heat detection rate We construct a cow model describing variables relating to individual cows. This cow model is used as a template for construction of separate cow objects having the same structure: Pregnancy status Heat detection(s) Pregnancy diagnosis Thus, we can easily create as many cows as we want and afterwards link each cow to the herd model.

45 Object oriented Bayesian networks: Cow class A model of a dairy cow. Used as a template for cow objects. The cow has been inseminated, and we observe it for heat We also perform a pregnancy diagnosis The value of the variable Pregnant depends on a herd level conception rate (CR). The outcomes of the Heat variables depends on the pregnancy state and the herd level heat detection rate (HDR).

46 Object oriented Bayesian networks: Herd class A model of a dairy herd. It contains the herd level variables CR and HDR and a number of cow objects. Each cow object is created from the cow class (template). The model is shown with the objects collapsed.

47 Object oriented Bayesian networks: Herd class expanded With the expanded view, the structure of the objects is visible The expanded model is just an ordinary Bayesian network

Bayesian Networks and Decision Graphs

Bayesian Networks and Decision Graphs Bayesian Networks and Decision Graphs Chapter 3 Chapter 3 p. 1/47 Building models Milk from a cow may be infected. To detect whether or not the milk is infected, you can apply a test which may either give

More information

Outline. A quiz

Outline. A quiz Introduction to Bayesian Networks Anders Ringgaard Kristensen Outline Causal networks Bayesian Networks Evidence Conditional Independence and d-separation Compilation The moral graph The triangulated graph

More information

Introduction to Bayesian Networks

Introduction to Bayesian Networks Introduction to Bayesian Networks Anders Ringgaard Kristensen Slide 1 Outline Causal networks Bayesian Networks Evidence Conditional Independence and d-separation Compilation The moral graph The triangulated

More information

Outline. Introduction to Bayesian Networks. Outline. Directed Acyclic Graphs. Bayesian Networks Overview Building Models Modeling Tricks.

Outline. Introduction to Bayesian Networks. Outline. Directed Acyclic Graphs. Bayesian Networks Overview Building Models Modeling Tricks. Outline Introduction to Huizhen Yu janey.yu@cs.helsinki.fi Dept. omputer Science, Univ. of Helsinki Probabilistic Models, Spring, 2010 cknowledgment: Illustrative examples in this lecture are mostly from

More information

Advanced Herd Management Probabilities and distributions

Advanced Herd Management Probabilities and distributions Advanced Herd Management Probabilities and distributions Anders Ringgaard Kristensen Slide 1 Outline Probabilities Conditional probabilities Bayes theorem Distributions Discrete Continuous Distribution

More information

What is it all about? Introduction to Bayesian Networks. Method to reasoning under uncertainty. Where we reason using probabilities

What is it all about? Introduction to Bayesian Networks. Method to reasoning under uncertainty. Where we reason using probabilities What is it all about? Introduction to ayesian Networks Method to reasoning under uncertainty dvanced Herd Management 28th of september 2009 Where we reason using probabilities Tina irk Jensen Reasoning

More information

Prediction of RPO by Model Tree. Saleh Shahinfar Department of Dairy Science University of Wisconsin-Madison JAM2013

Prediction of RPO by Model Tree. Saleh Shahinfar Department of Dairy Science University of Wisconsin-Madison JAM2013 Prediction of RPO by Model Tree Saleh Shahinfar Department of Dairy Science University of Wisconsin-Madison JAM2013 Introduction: Replacement decisions have a major impact on dairy farm profitability.

More information

10/3/2018. Our main example: SimFlock. Breeding animals Hens & Cocks

10/3/2018. Our main example: SimFlock. Breeding animals Hens & Cocks What is simulation? Monte Carlo Simulation I Anders Ringgaard Kristensen Simulation is an attempt to model a real world system in order to: Obtain a better understanding of the system (including interactions)

More information

Quantitative Genetics I: Traits controlled my many loci. Quantitative Genetics: Traits controlled my many loci

Quantitative Genetics I: Traits controlled my many loci. Quantitative Genetics: Traits controlled my many loci Quantitative Genetics: Traits controlled my many loci So far in our discussions, we have focused on understanding how selection works on a small number of loci (1 or 2). However in many cases, evolutionary

More information

Advanced topics from statistics

Advanced topics from statistics Advanced topics from statistics Anders Ringgaard Kristensen Advanced Herd Management Slide 1 Outline Covariance and correlation Random vectors and multivariate distributions The multinomial distribution

More information

Monte Carlo Simulation I

Monte Carlo Simulation I Monte Carlo Simulation I Anders Ringgaard Kristensen What is simulation? Simulation is an attempt to model a real world system in order to: Obtain a better understanding of the system (including interactions)

More information

Inheritance part 1 AnswerIT

Inheritance part 1 AnswerIT Inheritance part 1 AnswerIT 1. What is a gamete? A cell with half the number of chromosomes of the parent cell. 2. Name the male and female gametes in a) a human b) a daisy plant a) Male = sperm Female

More information

Modeling and Reasoning with Bayesian Networks. p.1

Modeling and Reasoning with Bayesian Networks. p.1 Modeling and Reasoning with Bayesian Networks p. Software Packages for BNs Software Packages for Graphical Models / Bayesian Networks http://www.cs.ubc.ca/ murphyk/bayes/bnsoft.html SamIam from UCLA http://reasoning.cs.ucla.edu/samiam/downloads.php

More information

Markov Decision Processes: Biosens II

Markov Decision Processes: Biosens II Markov Decision Processes: Biosens II E. Jørgensen & Lars R. Nielsen Department of Genetics and Biotechnology Faculty of Agricultural Sciences, University of Århus / 008 : Markov Decision Processes Examples

More information

Mechanisms of Evolution

Mechanisms of Evolution Mechanisms of Evolution 36-149 The Tree of Life Christopher R. Genovese Department of Statistics 132H Baker Hall x8-7836 http://www.stat.cmu.edu/ ~ genovese/. Plan 1. Two More Generations 2. The Hardy-Weinberg

More information

Maternal Genetic Models

Maternal Genetic Models Maternal Genetic Models In mammalian species of livestock such as beef cattle sheep or swine the female provides an environment for its offspring to survive and grow in terms of protection and nourishment

More information

Building Bayesian Networks. Lecture3: Building BN p.1

Building Bayesian Networks. Lecture3: Building BN p.1 Building Bayesian Networks Lecture3: Building BN p.1 The focus today... Problem solving by Bayesian networks Designing Bayesian networks Qualitative part (structure) Quantitative part (probability assessment)

More information

4. Conditional Probability

4. Conditional Probability 1 of 13 7/15/2009 9:25 PM Virtual Laboratories > 2. Probability Spaces > 1 2 3 4 5 6 7 4. Conditional Probability Definitions and Interpretations The Basic Definition As usual, we start with a random experiment

More information

Linear algebra A brush-up course. Anders Ringgaard Kristensen

Linear algebra A brush-up course. Anders Ringgaard Kristensen Linear algebra A brush-up course Anders Ringgaard Kristensen Outline Real numbers Operations Linear equations Matrices and vectors Systems of linear equations Let us start with something familiar! Real

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

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

Cover Requirements: Name of Unit Colored picture representing something in the unit

Cover Requirements: Name of Unit Colored picture representing something in the unit Name: Period: Cover Requirements: Name of Unit Colored picture representing something in the unit Biology B1 1 Target # Biology Unit B1 (Genetics & Meiosis) Learning Targets Genetics & Meiosis I can explain

More information

Biology Semester 2 Final Review

Biology Semester 2 Final Review Name Period Due Date: 50 HW Points Biology Semester 2 Final Review LT 15 (Proteins and Traits) Proteins express inherited traits and carry out most cell functions. 1. Give examples of structural and functional

More information

Recall from last time: Conditional probabilities. Lecture 2: Belief (Bayesian) networks. Bayes ball. Example (continued) Example: Inference problem

Recall from last time: Conditional probabilities. Lecture 2: Belief (Bayesian) networks. Bayes ball. Example (continued) Example: Inference problem Recall from last time: Conditional probabilities Our probabilistic models will compute and manipulate conditional probabilities. Given two random variables X, Y, we denote by Lecture 2: Belief (Bayesian)

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

1 of 14 7/15/2009 9:25 PM Virtual Laboratories > 2. Probability Spaces > 1 2 3 4 5 6 7 5. Independence As usual, suppose that we have a random experiment with sample space S and probability measure P.

More information

Department of Large Animal Sciences. Outline. Slide 2. Department of Large Animal Sciences. Slide 4. Department of Large Animal Sciences

Department of Large Animal Sciences. Outline. Slide 2. Department of Large Animal Sciences. Slide 4. Department of Large Animal Sciences Outline Advanced topics from statistics Anders Ringgaard Kristensen Covariance and correlation Random vectors and multivariate distributions The multinomial distribution The multivariate normal distribution

More information

Q Expected Coverage Achievement Merit Excellence. Punnett square completed with correct gametes and F2.

Q Expected Coverage Achievement Merit Excellence. Punnett square completed with correct gametes and F2. NCEA Level 2 Biology (91157) 2018 page 1 of 6 Assessment Schedule 2018 Biology: Demonstrate understanding of genetic variation and change (91157) Evidence Q Expected Coverage Achievement Merit Excellence

More information

Synapsis: pairing of two homologous chromosomes that occurs during prophase I.

Synapsis: pairing of two homologous chromosomes that occurs during prophase I. BIOL 153L General Biology II Lab Black Hills State University Lab 5: Genetics I This lab will be divided into two parts: part one will review mitosis and meiosis, while part two will focus on Mendelian

More information

Social Influence in Online Social Networks. Epidemiological Models. Epidemic Process

Social Influence in Online Social Networks. Epidemiological Models. Epidemic Process Social Influence in Online Social Networks Toward Understanding Spatial Dependence on Epidemic Thresholds in Networks Dr. Zesheng Chen Viral marketing ( word-of-mouth ) Blog information cascading Rumor

More information

Two Correlated Proportions Non- Inferiority, Superiority, and Equivalence Tests

Two Correlated Proportions Non- Inferiority, Superiority, and Equivalence Tests Chapter 59 Two Correlated Proportions on- Inferiority, Superiority, and Equivalence Tests Introduction This chapter documents three closely related procedures: non-inferiority tests, superiority (by a

More information

2. Overproduction: More species are produced than can possibly survive

2. Overproduction: More species are produced than can possibly survive Name: Date: What to study? Class notes Graphic organizers with group notes Review sheets What to expect on the TEST? Multiple choice Short answers Graph Reading comprehension STRATEGIES Circle key words

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

Part 2- Biology Paper 2 Inheritance and Variation Knowledge Questions

Part 2- Biology Paper 2 Inheritance and Variation Knowledge Questions Part 2- Biology Paper 2 Inheritance and Variation Knowledge Questions AQA TRILOGY Biology (8464) from 2016 Topic T4.6 Inheritance, variation and evolution Topic Student Checklist R A G Describe features

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

Reproduction of Organisms

Reproduction of Organisms Reproduction of Organisms Sexual Reproduction and Meiosis What do you think? Read the three statements below and decide whether you agree or disagree with them. Place an A in the Before column if you agree

More information

What is Natural Selection? Natural & Artificial Selection. Answer: Answer: What are Directional, Stabilizing, Disruptive Natural Selection?

What is Natural Selection? Natural & Artificial Selection. Answer: Answer: What are Directional, Stabilizing, Disruptive Natural Selection? What is Natural Selection? Natural & Artificial Selection Practice Quiz What are Directional, Stabilizing, Disruptive Natural Selection? When an environment selects for a trait in organisms. Who came up

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

Linear Regression (1/1/17)

Linear Regression (1/1/17) STA613/CBB540: Statistical methods in computational biology Linear Regression (1/1/17) Lecturer: Barbara Engelhardt Scribe: Ethan Hada 1. Linear regression 1.1. Linear regression basics. Linear regression

More information

Quantitative characters - exercises

Quantitative characters - exercises Quantitative characters - exercises 1. a) Calculate the genetic covariance between half sibs, expressed in the ij notation (Cockerham's notation), when up to loci are considered. b) Calculate the genetic

More information

REVISION: GENETICS & EVOLUTION 20 MARCH 2013

REVISION: GENETICS & EVOLUTION 20 MARCH 2013 REVISION: GENETICS & EVOLUTION 20 MARCH 2013 Lesson Description In this lesson, we revise: The principles of Genetics including monohybrid crosses Sex linked traits and how to use a pedigree chart The

More information

7.2: Natural Selection and Artificial Selection pg

7.2: Natural Selection and Artificial Selection pg 7.2: Natural Selection and Artificial Selection pg. 305-311 Key Terms: natural selection, selective pressure, fitness, artificial selection, biotechnology, and monoculture. Natural Selection is the process

More information

Convergent evolution:

Convergent evolution: Evolution in Action Convergent evolution: -organisms may look similar but are extremely different (each species came from different ancestors but evolved similar adaptations to similar habitats) These

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

Observing Patterns in Inherited Traits

Observing Patterns in Inherited Traits Observing Patterns in Inherited Traits Chapter 10 Before you go on Review the answers to the following questions to test your understanding of previous material. 1. Most organisms are diploid. What does

More information

Cell division and multiplication

Cell division and multiplication CELL DIVISION Cell division and multiplication As we already mentioned, the genetic information contained in the nucleus is hereditary Meaning it is passed on from cell to cell; from parent to child This

More information

Markov Chains and Pandemics

Markov Chains and Pandemics Markov Chains and Pandemics Caleb Dedmore and Brad Smith December 8, 2016 Page 1 of 16 Abstract Markov Chain Theory is a powerful tool used in statistical analysis to make predictions about future events

More information

LIFE SCIENCES GRADE 12 SESSION 20 ( LEARNER NOTES)

LIFE SCIENCES GRADE 12 SESSION 20 ( LEARNER NOTES) TOPIC: CONSOLIDATION EXAMINATION PAPER 1 Learner Note: Please stick to the time limits. Read the questions carefully and underline the operative words. Make sure that you understand what is being asked.

More information

Herd Management Science

Herd Management Science Herd Management Science Exercises and Supplementary Reading 2010 Edition Compiled on July 27, 2010 Anders Ringgaard Kristensen University of Copenhagen Faculty of Life Sciences 2 3 Preface These exercises

More information

1. Let A and B be two events such that P(A)=0.6 and P(B)=0.6. Which of the following MUST be true?

1. Let A and B be two events such that P(A)=0.6 and P(B)=0.6. Which of the following MUST be true? 1 UNIVERSITY OF MASSACHUSETTS Department of Biostatistics and Epidemiology BioEpi 540W - Introduction to Biostatistics Fall 2004 Exercises with Solutions Topic 2 Introduction to Probability Due: Monday

More information

University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY

University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY ENGIEERING STATISTICS (Lectures) University of Technology, Building and Construction Engineering Department (Undergraduate study) PROBABILITY THEORY Dr. Maan S. Hassan Lecturer: Azhar H. Mahdi Probability

More information

Solutions to Problem Set 4

Solutions to Problem Set 4 Question 1 Solutions to 7.014 Problem Set 4 Because you have not read much scientific literature, you decide to study the genetics of garden peas. You have two pure breeding pea strains. One that is tall

More information

4. Identify one bird that would most likely compete for food with the large tree finch. Support your answer. [1]

4. Identify one bird that would most likely compete for food with the large tree finch. Support your answer. [1] Name: Topic 5B 1. A hawk has a genetic trait that gives it much better eyesight than other hawks of the same species in the same area. Explain how this could lead to evolutionary change within this species

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

Machine Learning for Data Science (CS4786) Lecture 19

Machine Learning for Data Science (CS4786) Lecture 19 Machine Learning for Data Science (CS4786) Lecture 19 Hidden Markov Models Course Webpage : http://www.cs.cornell.edu/courses/cs4786/2017fa/ Quiz Quiz Two variables can be marginally independent but not

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

Intelligent Systems: Reasoning and Recognition. Reasoning with Bayesian Networks

Intelligent Systems: Reasoning and Recognition. Reasoning with Bayesian Networks Intelligent Systems: Reasoning and Recognition James L. Crowley ENSIMAG 2 / MoSIG M1 Second Semester 2016/2017 Lesson 13 24 march 2017 Reasoning with Bayesian Networks Naïve Bayesian Systems...2 Example

More information

Brief Glimpse of Agent-Based Modeling

Brief Glimpse of Agent-Based Modeling Brief Glimpse of Agent-Based Modeling Nathaniel Osgood Using Modeling to Prepare for Changing Healthcare Need January 9, 2014 Agent-Based Models Agent-based model characteristics One or more populations

More information

Biology 110 Survey of Biology. Quizzam

Biology 110 Survey of Biology. Quizzam 1. Mendel conducted his most memorable experiments on A) peas. B) roses. C) guinea pigs. D) fruit flies. E) clones. 2. Varieties of plants in which self-fertilization produces offspring that are identical

More information

Solutions to Even-Numbered Exercises to accompany An Introduction to Population Genetics: Theory and Applications Rasmus Nielsen Montgomery Slatkin

Solutions to Even-Numbered Exercises to accompany An Introduction to Population Genetics: Theory and Applications Rasmus Nielsen Montgomery Slatkin Solutions to Even-Numbered Exercises to accompany An Introduction to Population Genetics: Theory and Applications Rasmus Nielsen Montgomery Slatkin CHAPTER 1 1.2 The expected homozygosity, given allele

More information

Probability (Devore Chapter Two)

Probability (Devore Chapter Two) Probability (Devore Chapter Two) 1016-345-01: Probability and Statistics for Engineers Fall 2012 Contents 0 Administrata 2 0.1 Outline....................................... 3 1 Axiomatic Probability 3

More information

Genetics Review Sheet Learning Target 11: Explain where and how an organism inherits its genetic information and this influences their

Genetics Review Sheet Learning Target 11: Explain where and how an organism inherits its genetic information and this influences their Genetics Review Sheet Learning Target 11: Explain where and how an organism inherits its genetic information and this influences their characteristics. 1. Define the following terms: Name Block a. Heredity

More information

Announcements. CS 188: Artificial Intelligence Fall Causality? Example: Traffic. Topology Limits Distributions. Example: Reverse Traffic

Announcements. CS 188: Artificial Intelligence Fall Causality? Example: Traffic. Topology Limits Distributions. Example: Reverse Traffic CS 188: Artificial Intelligence Fall 2008 Lecture 16: Bayes Nets III 10/23/2008 Announcements Midterms graded, up on glookup, back Tuesday W4 also graded, back in sections / box Past homeworks in return

More information

Labs 7 and 8: Mitosis, Meiosis, Gametes and Genetics

Labs 7 and 8: Mitosis, Meiosis, Gametes and Genetics Biology 107 General Biology Labs 7 and 8: Mitosis, Meiosis, Gametes and Genetics In Biology 107, our discussion of the cell has focused on the structure and function of subcellular organelles. The next

More information

Normal distribution We have a random sample from N(m, υ). The sample mean is Ȳ and the corrected sum of squares is S yy. After some simplification,

Normal distribution We have a random sample from N(m, υ). The sample mean is Ȳ and the corrected sum of squares is S yy. After some simplification, Likelihood Let P (D H) be the probability an experiment produces data D, given hypothesis H. Usually H is regarded as fixed and D variable. Before the experiment, the data D are unknown, and the probability

More information

Evolution. Species Changing over time

Evolution. Species Changing over time Evolution Species Changing over time Charles Darwin Evolution by Means of Natural Selection Reasons for Change Mutation A mutation could cause parents with genes for bright green coloration to have offspring

More information

3/4/2015. Review. Phenotype

3/4/2015. Review. Phenotype Review Phenotype 1 Genes Crossing Over Frequency cn cinnabar eyes Cy curly wings L lobe eyes pr purple eyes sm smooth abdomen pr - L 9% Cy - L 33% sm - pr 19% cn - pr 2% Cy - sm 43% cn - sm 17% Polygenic

More information

Model Building: Selected Case Studies

Model Building: Selected Case Studies Chapter 2 Model Building: Selected Case Studies The goal of Chapter 2 is to illustrate the basic process in a variety of selfcontained situations where the process of model building can be well illustrated

More information

Bayes Nets III: Inference

Bayes Nets III: Inference 1 Hal Daumé III (me@hal3.name) Bayes Nets III: Inference Hal Daumé III Computer Science University of Maryland me@hal3.name CS 421: Introduction to Artificial Intelligence 10 Apr 2012 Many slides courtesy

More information

Uncertain Reasoning. Environment Description. Configurations. Models. Bayesian Networks

Uncertain Reasoning. Environment Description. Configurations. Models. Bayesian Networks Bayesian Networks A. Objectives 1. Basics on Bayesian probability theory 2. Belief updating using JPD 3. Basics on graphs 4. Bayesian networks 5. Acquisition of Bayesian networks 6. Local computation and

More information

mrna Codon Table Mutant Dinosaur Name: Period:

mrna Codon Table Mutant Dinosaur Name: Period: Mutant Dinosaur Name: Period: Intro Your dinosaur is born with a new genetic mutation. Your job is to map out the genes that are influenced by the mutation and to discover how the new dinosaurs interact

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

Microevolution Changing Allele Frequencies

Microevolution Changing Allele Frequencies Microevolution Changing Allele Frequencies Evolution Evolution is defined as a change in the inherited characteristics of biological populations over successive generations. Microevolution involves the

More information

Battling Bluetongue and Schmallenberg virus: Local scale behavior of transmitting vectors

Battling Bluetongue and Schmallenberg virus: Local scale behavior of transmitting vectors Battling Bluetongue and Schmallenberg virus: Local scale behavior of transmitting vectors Anders Stockmarr 1, Carsten Kirkeby 2 and Rene Bødker 2 1 : Dept. of Applied Mathematics and Computer Science,

More information

Investigating Limits in MATLAB

Investigating Limits in MATLAB MTH229 Investigating Limits in MATLAB Project 5 Exercises NAME: SECTION: INSTRUCTOR: Exercise 1: Use the graphical approach to find the following right limit of f(x) = x x, x > 0 lim x 0 + xx What is the

More information

3-LS1-1 From Molecules to Organisms: Structures and Processes

3-LS1-1 From Molecules to Organisms: Structures and Processes 3-LS1-1 From Molecules to Organisms: Structures and Processes 3-LS1-1. Develop models to describe that organisms have unique and diverse life cycles but all have in common birth, growth, reproduction,

More information

Evolution of Populations. Populations evolve. Changes in populations. Natural selection acts on individuals differential survival. Populations evolve

Evolution of Populations. Populations evolve. Changes in populations. Natural selection acts on individuals differential survival. Populations evolve Evolution of Populations Doonesbury - Sunday February 8, 2004 Populations evolve Natural selection acts on individuals differential survival differential reproductive success survival of the fittest who

More information

Animal Models. Sheep are scanned at maturity by ultrasound(us) to determine the amount of fat surrounding the muscle. A model (equation) might be

Animal Models. Sheep are scanned at maturity by ultrasound(us) to determine the amount of fat surrounding the muscle. A model (equation) might be Animal Models 1 Introduction An animal model is one in which there are one or more observations per animal, and all factors affecting those observations are described including an animal additive genetic

More information

Evolutionary change. Evolution and Diversity. Two British naturalists, one revolutionary idea. Darwin observed organisms in many environments

Evolutionary change. Evolution and Diversity. Two British naturalists, one revolutionary idea. Darwin observed organisms in many environments Evolutionary change Evolution and Diversity Ch 13 How populations evolve Organisms change over time In baby steps Species (including humans) are descended from other species Two British naturalists, one

More information

Guided Notes Unit 6: Classical Genetics

Guided Notes Unit 6: Classical Genetics Name: Date: Block: Chapter 6: Meiosis and Mendel I. Concept 6.1: Chromosomes and Meiosis Guided Notes Unit 6: Classical Genetics a. Meiosis: i. (In animals, meiosis occurs in the sex organs the testes

More information

Summer Work Biology. 1. If the sperm of a horse has 32 chromosomes, how many chromosomes will its body cells have? a. 16 c. 2 b. 64 d.

Summer Work Biology. 1. If the sperm of a horse has 32 chromosomes, how many chromosomes will its body cells have? a. 16 c. 2 b. 64 d. Summer Work Biology Week One: A. Write the correct answer(s). 1. If the sperm of a horse has 32 chromosomes, how many chromosomes will its body cells have? a. 16 c. 2 b. 64 d. 62 2. Which of the following

More information

THE SAMPLING DISTRIBUTION OF THE MEAN

THE SAMPLING DISTRIBUTION OF THE MEAN THE SAMPLING DISTRIBUTION OF THE MEAN COGS 14B JANUARY 26, 2017 TODAY Sampling Distributions Sampling Distribution of the Mean Central Limit Theorem INFERENTIAL STATISTICS Inferential statistics: allows

More information

Speciation factsheet. What is a species?

Speciation factsheet. What is a species? What is a species? A species is a group of interbreeding individuals that share a gene pool and are reproductively isolated from other species. It is impossible to determine whether two organisms are from

More information

Probability and Statistics. Joyeeta Dutta-Moscato June 29, 2015

Probability and Statistics. Joyeeta Dutta-Moscato June 29, 2015 Probability and Statistics Joyeeta Dutta-Moscato June 29, 2015 Terms and concepts Sample vs population Central tendency: Mean, median, mode Variance, standard deviation Normal distribution Cumulative distribution

More information

Is it possible to see atoms?

Is it possible to see atoms? Is it possible to see atoms? No How do we know about them? Through experiments What is the relationship between atoms and molecules? Atoms make up molecules Diagram the particles in each of the states

More information

Evolution 101. Understanding Evolution for the Layperson Jack Krebs April 6, 2006

Evolution 101. Understanding Evolution for the Layperson Jack Krebs April 6, 2006 Evolution 101 Understanding Evolution for the Layperson Jack Krebs April 6, 2006 Co-sponsored by The Shawnee Mission Universalist Unitarian Church And Kansas Citizens for Science Introduction Jack Krebs

More information

Big Idea 3B Basic Review. 1. Which disease is the result of uncontrolled cell division? a. Sickle-cell anemia b. Alzheimer s c. Chicken Pox d.

Big Idea 3B Basic Review. 1. Which disease is the result of uncontrolled cell division? a. Sickle-cell anemia b. Alzheimer s c. Chicken Pox d. Big Idea 3B Basic Review 1. Which disease is the result of uncontrolled cell division? a. Sickle-cell anemia b. Alzheimer s c. Chicken Pox d. Cancer 2. Cancer cells do not exhibit, which can lead to the

More information

Unit 2: Cellular Chemistry, Structure, and Physiology Module 5: Cellular Reproduction

Unit 2: Cellular Chemistry, Structure, and Physiology Module 5: Cellular Reproduction Unit 2: Cellular Chemistry, Structure, and Physiology Module 5: Cellular Reproduction NC Essential Standard: 1.2.2 Analyze how cells grow and reproduce in terms of interphase, mitosis, and cytokinesis

More information

~ 3 ~ -LOGIC WITH UNIVERSAL GENERALIZATIONS- Validity

~ 3 ~ -LOGIC WITH UNIVERSAL GENERALIZATIONS- Validity ~ 3 ~ -LOGIC WITH UNIVERSAL GENERALIZATIONS- i. DEDUCTION, VALIDITY, AND LOGIC Validity Deductive arguments are those that are supposed to be valid. In a valid deductive argument, the premises support

More information

Write 2 facts from the following slides. OR If there are questions on the slides answer the questions.

Write 2 facts from the following slides. OR If there are questions on the slides answer the questions. Evolution Test 8.LS4.4) Develop a scientific explanation of how natural selection plays a role in determining the survival of a species in a changing environment. 8.LS4.3) Analyze evidence from geology,

More information

BIG IDEA 4: BIOLOGICAL SYSTEMS INTERACT, AND THESE SYSTEMS AND THEIR INTERACTIONS POSSESS COMPLEX PROPERTIES.

BIG IDEA 4: BIOLOGICAL SYSTEMS INTERACT, AND THESE SYSTEMS AND THEIR INTERACTIONS POSSESS COMPLEX PROPERTIES. Enduring Understanding 4.C Independent Study Assignment Assignment Instructions Both components of this assignment (Part I and Part II) should be completed on the pages provided. Each numbered component

More information

Example Items. Biology

Example Items. Biology Example Items iology iology Example Items are a representative set of items for the P. Teachers may use this set of items along with the test blueprint as guides to prepare students for the P. On the last

More information

HONORS PSYCHOLOGY REVIEW QUESTIONS

HONORS PSYCHOLOGY REVIEW QUESTIONS HONORS PSYCHOLOGY REVIEW QUESTIONS The purpose of these review questions is to help you assess your grasp of the facts and definitions covered in your textbook. Knowing facts and definitions is necessary

More information

Intelligent Systems (AI-2)

Intelligent Systems (AI-2) Intelligent Systems (AI-2) Computer Science cpsc422, Lecture 11 Oct, 3, 2016 CPSC 422, Lecture 11 Slide 1 422 big picture: Where are we? Query Planning Deterministic Logics First Order Logics Ontologies

More information

Parts 2. Modeling chromosome segregation

Parts 2. Modeling chromosome segregation Genome 371, Autumn 2018 Quiz Section 2 Meiosis Goals: To increase your familiarity with the molecular control of meiosis, outcomes of meiosis, and the important role of crossing over in generating genetic

More information

e.g. population: 500, two alleles: Red (R) and White (r). Total: 1000 genes for flower color in the population

e.g. population: 500, two alleles: Red (R) and White (r). Total: 1000 genes for flower color in the population The Evolution of Populations What is Evolution? A change over time in the genetic composition of a population Human evolution The gene pool Is the total aggregate of genes for a particular trait in a population

More information

Emily Blanton Phylogeny Lab Report May 2009

Emily Blanton Phylogeny Lab Report May 2009 Introduction It is suggested through scientific research that all living organisms are connected- that we all share a common ancestor and that, through time, we have all evolved from the same starting

More information

Page 2. (b) (i) 2.6 to 2.7 = 2 marks; Incorrect answer but evidence of a numerator of OR or denominator of 9014 = 1 mark; 2

Page 2. (b) (i) 2.6 to 2.7 = 2 marks; Incorrect answer but evidence of a numerator of OR or denominator of 9014 = 1 mark; 2 M.(a). Females are (generally) longer / larger / bigger / up to 5(mm) / males are (generally) shorter / smaller / up to 00(mm); Ignore: tall Accept: females have a larger / 90 modal / peak / most common

More information

, some directions, namely, the directions of the 1. and

, some directions, namely, the directions of the 1. and 11. Eigenvalues and eigenvectors We have seen in the last chapter: for the centroaffine mapping, some directions, namely, the directions of the 1 coordinate axes: and 0 0, are distinguished 1 among all

More information

The E-M Algorithm in Genetics. Biostatistics 666 Lecture 8

The E-M Algorithm in Genetics. Biostatistics 666 Lecture 8 The E-M Algorithm in Genetics Biostatistics 666 Lecture 8 Maximum Likelihood Estimation of Allele Frequencies Find parameter estimates which make observed data most likely General approach, as long as

More information