Statistical sciences. Schools of thought. Resources for the course. Bayesian Methods - Introduction

Size: px
Start display at page:

Download "Statistical sciences. Schools of thought. Resources for the course. Bayesian Methods - Introduction"

Transcription

1 Bayesian Methods - Introduction Dr. David Lucy d.lucy@lancaster.ac.uk Lancaster University Bayesian methods p.1/38 Resources for the course All resources for this course can be found at: lucy/courses/cfas416/cfas416.html All files should be downloaded to a directory in your H: drive for those who are at Lancaster University. For those who are not make sure that you place them on the Universities server. Sometimes pen drives do not work with these machines - we can sort out files you wish to keep later. Bayesian methods p.2/38 Statistical sciences The debate on a statistical framework has been going on for a long time. Centers around the idea of probability. Is probability: 1. A measure of population frequencies? 2. A measure of belief? Bayesian methods p.3/38 Schools of thought Two schools of thought: 1. Frequentist - thinks of probability in terms of population frequencies. That is a probability applies to long runs of similar events. Consequently it is difficult for the frequentist to think of single events. 2. Bayesian - for the Bayesian probability is a degree of belief in an outcome or an event. Easy for the Bayesian to think of a probability as a property attached to singular events. Bayesian methods p.4/38

2 Schools of thought Frequentists - tend to calculate: 1. Confidence intervals. 2. p-values. Bayesians - tend to calculate: 1. Credible intervals. 2. Probabilities. Many non-statisticians interpret confidence intervals in the same way as a credible intervals. As an interval in which a given probability occurs. Bayesian methods p.5/38 Schools of thought Ultimately the differences are: Frequentists - are unwilling to ascribe probabilities to events, they can only ascribe probabilities to observations. Means you cannot comment on events. Bayesians - do make probabilistic statements about both events and observations. The difference is largely metaphysical, and thus not open to solution through any mathematical enquiry. Bayesian methods p.6/38 Frequentist test For example: a simple significance test : 15 people who reported headaches were given a placebo. Of those 6 reported their headache vanishing within half an hour. 15 people who reported a headache were given aspirin. Of those 10 reported their headache vanishing within half an hour. Does aspirin have a beneficial effect upon headaches? fictitious data for demonstration purposes. Bayesian methods p.7/38 Frequentist test How to answer this problem? Is the observation of 10 from 15 headaches vanishing unusual in some way if we expect 6 to vanish under normal circumstances. need to calculate the sampling distribution for the null hypothesis. For the null hypothesis we suggest that there is no underlying difference in the rate of headache vanishing. Bayesian methods p.8/38

3 Frequentist test Sampling distribution under the null hypothesis: Is binomial - that is concerns the number of positive observations from so many trials. In this case positive means headache gone within half an hour. We calculate the binomial distribution for 0 to 15 positives, from 15 trials with a probability of a positive of 6 in 15, or 0.4. This gives the distribution for all the observations if the null hypothesis is true. Bayesian methods p.9/38 Binomial distribution The binomial distribution: Pr(X = k) = n! k!(n k)! pk (1 p) (n k) For a sample of n trials, k positives, each success happening independently with probability p.! indicates the factorial expansion, so, for example: 5! = = 120 Note: 0! = 1, and 1! = 1. Bayesian methods p.10/38 Binomial test So if I want to know the probability that I will observe 0 positives from a sample of 15 I substitute 0 for k, 15 for n and 0.4 for p into the binomial expression: Pr(X = x) = n! k!(n k)! pk (1 p) (n k) Pr(X = 0) = 15! 0!(15 0)! 0.40 (1 0.4) (15 0) = 15! 0!15! 0.40 (0.6) (15) = (0.6)(15) Bayesian methods p.11/38 Binomial test For the probability that I will observe 1 positive from a sample of 15, I substitute 1 for k and the rest as before, so: Pr(X = 1) = 15! 1!(15 1)! 0.41 (1 0.4) (15 1) = 15! 14! 0.41 (0.6) 14 = (0.6) 14 = Or about half a percent. Bayesian methods p.12/38

4 Binomial test As there are 15 individuals in the sample we must do this 16 times (don t forget that 0 is a possible value) to cover all values for the numbers of people whose headaches vanish within half an hour. Fortunately we have computers to do all that for us. Best displayed as a graph. Bayesian methods p.13/38 B(0 : 15,15,0.4) probability density number of individuals Bayesian methods p.14/38 p-value The sum of the probabilities for 10, 11, 12, 13, 14 and 15 people whose headaches vanish within half an hour is This means that the probability of observing 10 or more people whose headaches vanish is 0.033, or 3%. This is conditioned on, that is we presume that, the null hypothesis is true. Bayesian methods p.15/38 p-value This probability is called a p-value. A p-value is the probability of observing a specific value of our test statistic, in this case the number of people whose headaches subside within half an hour, given the truth of the null hypothesis. This probability is about 3%. 3% is very small were the null hypothesis true. These observations provide little support for the null hypothesis. To put it another way we might reject the null hypothesis. Bayesian methods p.16/38

5 Hypothesis tests All hypothesis tests have the same underlying structure: 1. Define a distribution for the observations under the null hypothesis. 2. Make some observations. 3. Calculate the probability of the observations, or any observations more extreme, given the truth of the null hypothesis. 4. Make some decision about the truth, or otherwise, of the null hypothesis. Bayesian methods p.17/38 Problems There are a number of problems with these sorts of hypothesis tests: 1. Calculate the null distribution, a hypothesis you are not fundamentally interested in. We re actually more interested in the alternative hypothesis. 2. Arbitrary acceptance of null hypothesis. Conventional limits 5% and 1%. 3. Limited support for null hypothesis does not logically entail support for the alternative hypothesis. 4. Reliance on large samples and long-run statistics. Bayesian methods p.18/38 Bayesian frameworks Bayesian approaches allow more easily: Probabilities as degrees of belief to be calculated for single, non-repeatable, events. Ideal for work in a variety of sciences as events, even if part of a class of events, are classes we wish to know about. Bayesian methods p.19/38 Laws of probability let us recap at a fairly fundamental level: 1. n i=1 Pr(A i) = 1 - if Ai s are mutually exclusive and exhaustive. 2. Pr(A or B) = Pr(A)+Pr(B) - we saw this in the example where we had events of 10, 11, 12 etc. people whose headaches subsided in half an hour. 3. Pr(A and B) = Pr(A) Pr(B) - iff A and B are mutually independent. Bayesian methods p.20/38

6 Third law of probability Let us suppose I wanted to know the probability of the joint event of a head followed by a tail from two throws of a fair coin: 1 st throw 2 nd throw joint outcome H H HH H T HT T H TH T T TT Probability of getting a head with first throw, 0.5, probability of getting a tail with second throw 0.5, probability of getting a head followed by a tail is = 0.25, or 1/4. Bayesian methods p.21/38 Third law of probability Works also if the coin is biased: Let us say the coin falls 75% on its head. It therefore falls 25% on its tail. so for HT joint event we get = % This relies upon independence between the two events. Here the outcome from the first coin toss cannot influence the outcome from the second coin toss. Bayesian methods p.22/38 Third law of probability Where independence can be assumed the version of the third law is called the product rule. Applied in DNA evidence evaluation as: 1. Alleles are considered independent of one another on a loci (Hardy-Weinberg equilibrium). 2. Alleles considered independent between loci (linkage equilibrium). Unfortunately not all the events which form joint events can be considered independent. In reality very few are. Bayesian methods p.23/38 Third law of probability Probability systems in which non-independence has to be taken account of occur even in fairly simple dice throwing events. From a single throw of a fair, six-sided, die. What is the probability of throwing together: 1. An even number. 2. A number less than four. Bayesian methods p.24/38

7 Third law of probability The probability of: Getting an even number is 0.5 (2,4,6 from 6) A number less than four is also 0.5 (1,2,3 from 6) Assuming independence we simply multiply the two together to get the probability of the joint event, so: = 0.25, or 1/4. Is this correct? Bayesian methods p.25/38 Third law of probability Bayesian methods p.26/38 Third law of probability We need to use the conditional probability: The probability of getting a number less than four is 0.5. That is: from {1,2,3,4,5,6} only {1,2,3} are less than four. From our set of outcomes less than four what is the probability that the outcome is even? We have the set {1,2,3}, and the number 2 is even, so the probability of getting an even number is 1/3 from our reduced set of numbers which are less than four. Multiply these together, 1/2 1/3 = 1/6, which is correct. Bayesian methods p.27/38 Conditional probability The probability 1/3 from the example has a special name. It is called a conditional probability. It is called conditional because the condition for it to be true is that we looked only at those possible outcomes which were less than four. Before the third law could be stated: Pr(A,B) = Pr(A) Pr(B) For a more generally applicable formulation we need to write: Pr(A, B) = Pr(A) Pr(B A) Bayesian methods p.28/38

8 Conditional probability Pr(B A) we have said is the conditional probability. Pr(B A) is the probability of B given A has already occurred. Sometimes called the probability of B conditioned on A. the means conditioned on. To the left of the, called the conditioning bar, is the event for which the probability is required, to the right of the conditioning bar is the condition which must be met. Thus Pr(event to find the probability of condition to be met) Bayesian methods p.29/38 Conditional probability The joint probability of of observing an outcome which is less than four, and is even, is the same as the joint probability of observing an outcome which is even, and less than four. Probability of even is 1/2. Even numbers are {2,4,6}. Of the even numbers only 2 is also less than 4. So Pr(A B) = 1/3 Multiplying these together we get 1/2 1/3 = 1/6 which is the same answer for the joint event. Bayesian methods p.30/38 Unconditional probability It has been pointed out that all probabilities are conditional. The probability that a die roll gets a six is conditional on it being fair and possessing six, or more, sides. The probability that a coin lands heads uppermost about half the time is conditional on it being fair. In fact the term fair indicates the probability that the coin lands heads uppermost about half the time - circular definition. Bayesian methods p.31/38 Unconditional probability There are however a number of probabilities which, in context, we do not explicitly indicate any conditioning for. For example, for the toss of a fair coin I would, by convention, write: Pr(x = T) = 1/2. To be technically accurate I should write: Pr(x = T I) = 1/2, where I indicates a list of conditions. This gets tedious, but is sometimes used in the literature where necessary. Bayesian methods p.32/38

9 Data Table of the occurrence of the rhomboid Foss in men and women. From Rogers et al. (2000) Journal of Forensic Sciences. 45(1): Bayesian methods p.33/38 Joint probability Pr (sex and fossa) present absent male female Bayesian methods p.34/38 Unconditional probability Pr (sex) male 0.67 female 0.33 Bayesian methods p.35/38 Unconditional probability present absent Pr (fossa) Bayesian methods p.36/38

10 Conditional probability Pr (fossa given sex) present absent male female Bayesian methods p.37/38 Conditional probability Pr (sex given fossa) present absent male female Bayesian methods p.38/38

PROBABILITY Page 1 of So far we have been concerned about describing characteristics of a distribution.

PROBABILITY Page 1 of So far we have been concerned about describing characteristics of a distribution. PROBABILITY Page 1 of 9 I. Probability 1. So far we have been concerned about describing characteristics of a distribution. That is, frequency distribution, percentile ranking, measures of central tendency,

More information

What is probability. A way of quantifying uncertainty. Mathematical theory originally developed to model outcomes in games of chance.

What is probability. A way of quantifying uncertainty. Mathematical theory originally developed to model outcomes in games of chance. Outline What is probability Another definition of probability Bayes Theorem Prior probability; posterior probability How Bayesian inference is different from what we usually do Example: one species or

More information

Outline. Chapter 3: Random Sampling, Probability, and the Binomial Distribution. Some Data: The Value of Statistical Consulting

Outline. Chapter 3: Random Sampling, Probability, and the Binomial Distribution. Some Data: The Value of Statistical Consulting Outline Chapter 3: Random Sampling, Probability, and the Binomial Distribution Part I Some Data Probability and Random Sampling Properties of Probabilities Finding Probabilities in Trees Probability Rules

More information

"PRINCIPLES OF PHYLOGENETICS: ECOLOGY AND EVOLUTION"

PRINCIPLES OF PHYLOGENETICS: ECOLOGY AND EVOLUTION "PRINCIPLES OF PHYLOGENETICS: ECOLOGY AND EVOLUTION" Integrative Biology 200B University of California, Berkeley Lab for Jan 25, 2011, Introduction to Statistical Thinking A. Concepts: A way of making

More information

Probability and Sample space

Probability and Sample space Probability and Sample space We call a phenomenon random if individual outcomes are uncertain but there is a regular distribution of outcomes in a large number of repetitions. The probability of any outcome

More information

Design, Sampling, and Probability

Design, Sampling, and Probability STAT 269 Design, Sampling, and Probability Three ways to classify data Quantitative vs. Qualitative Quantitative Data: data that represents counts or measurements, answers the questions how much? or how

More information

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels;

One-Way ANOVAs t-test two statistically significant Type I error alpha null hypothesis dependant variable Independent variable three levels; 1 One-Way ANOVAs We have already discussed the t-test. The t-test is used for comparing the means of two groups to determine if there is a statistically significant difference between them. The t-test

More information

Bio 1M: Evolutionary processes

Bio 1M: Evolutionary processes Bio 1M: Evolutionary processes Evolution by natural selection Is something missing from the story I told last chapter? Heritable variation in traits Selection (i.e., differential reproductive success)

More information

5.2 ESTIMATING PROBABILITIES

5.2 ESTIMATING PROBABILITIES 5.2 ESTIMATING PROBABILITIES It seems clear that the five-step approach of estimating expected values in Chapter 4 should also work here in Chapter 5 for estimating probabilities. Consider the following

More information

Statistical inference provides methods for drawing conclusions about a population from sample data.

Statistical inference provides methods for drawing conclusions about a population from sample data. Chapter 14 Tests of Significance Statistical inference provides methods for drawing conclusions about a population from sample data. Two of the most common types of statistical inference: 1) Confidence

More information

Probability. Esra Akdeniz. February 26, 2016

Probability. Esra Akdeniz. February 26, 2016 Probability Esra Akdeniz February 26, 2016 Terminology An experiment is any action or process whose outcome is subject to uncertainty. Example: Toss a coin, roll a die. The sample space of an experiment

More information

Conditional probability

Conditional probability Conditional probability February 12, 2012 Once you eliminate the impossible, whatever remains, however improbable, must be the truth. Flip a fair coin twice. If you get TT, re-roll. Flip a fair coin twice.

More information

Selection at one locus with many alleles, fertility selection, and sexual selection

Selection at one locus with many alleles, fertility selection, and sexual selection Selection at one locus with many alleles, fertility selection, and sexual selection Introduction It s easy to extend the Hardy-Weinberg principle to multiple alleles at a single locus. In fact, we already

More information

Math 2311 Section 3.3

Math 2311 Section 3.3 Math 2311 Section 3.3 Recall: A binomial experiment occurs when the following conditions are met: 1. Each trial can result in one of only two mutually exclusive outcomes (success or failure). 2. There

More information

Handout 16: Opinion Polls, Sampling, and Margin of Error

Handout 16: Opinion Polls, Sampling, and Margin of Error Opinion polls involve conducting a survey to gauge public opinion on a particular issue (or issues). In this handout, we will discuss some ideas that should be considered both when conducting a poll and

More information

6 Relationships between

6 Relationships between CHAPTER 6 Relationships between Categorical Variables Chapter Outline 6.1 CONTINGENCY TABLES 6.2 BASIC RULES OF PROBABILITY WE NEED TO KNOW 6.3 CONDITIONAL PROBABILITY 6.4 EXAMINING INDEPENDENCE OF CATEGORICAL

More information

Complex Traits Activity INSTRUCTION MANUAL. ANT 2110 Introduction to Physical Anthropology Professor Julie J. Lesnik

Complex Traits Activity INSTRUCTION MANUAL. ANT 2110 Introduction to Physical Anthropology Professor Julie J. Lesnik Complex Traits Activity INSTRUCTION MANUAL ANT 2110 Introduction to Physical Anthropology Professor Julie J. Lesnik Introduction Human variation is complex. The simplest form of variation in a population

More information

Sleeping Beauty is told the following:

Sleeping Beauty is told the following: Sleeping beauty Sleeping Beauty is told the following: You are going to sleep for three days, during which time you will be woken up either once Now suppose that you are sleeping beauty, and you are woken

More information

Bayesian and Frequentist Approaches

Bayesian and Frequentist Approaches Bayesian and Frequentist Approaches G. Jogesh Babu Penn State University http://sites.stat.psu.edu/ babu http://astrostatistics.psu.edu All models are wrong But some are useful George E. P. Box (son-in-law

More information

Bayes theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event.

Bayes theorem describes the probability of an event, based on prior knowledge of conditions that might be related to the event. Bayes theorem Bayes' Theorem is a theorem of probability theory originally stated by the Reverend Thomas Bayes. It can be seen as a way of understanding how the probability that a theory is true is affected

More information

Math HL Chapter 12 Probability

Math HL Chapter 12 Probability Math HL Chapter 12 Probability Name: Read the notes and fill in any blanks. Work through the ALL of the examples. Self-Check your own progress by rating where you are. # Learning Targets Lesson I have

More information

Lesson 9: Two Factor ANOVAS

Lesson 9: Two Factor ANOVAS Published on Agron 513 (https://courses.agron.iastate.edu/agron513) Home > Lesson 9 Lesson 9: Two Factor ANOVAS Developed by: Ron Mowers, Marin Harbur, and Ken Moore Completion Time: 1 week Introduction

More information

MS&E 226: Small Data

MS&E 226: Small Data MS&E 226: Small Data Lecture 10: Introduction to inference (v2) Ramesh Johari ramesh.johari@stanford.edu 1 / 17 What is inference? 2 / 17 Where did our data come from? Recall our sample is: Y, the vector

More information

First Problem Set: Answers, Discussion and Background

First Problem Set: Answers, Discussion and Background First Problem Set: Answers, Discussion and Background Part I. Intuition Concerning Probability Do these problems individually Answer the following questions based upon your intuitive understanding about

More information

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA

CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA Data Analysis: Describing Data CHAPTER 3 DATA ANALYSIS: DESCRIBING DATA In the analysis process, the researcher tries to evaluate the data collected both from written documents and from other sources such

More information

Preliminary: Comments Invited Mar The Sleeping Beauty Problem:

Preliminary: Comments Invited Mar The Sleeping Beauty Problem: Preliminary: Comments Invited Mar. 2018 The Sleeping Beauty Problem: A Change in Credence? Everything should be made as simple as possible, but not simpler. Attributed to Albert Einstein Abstract. Adam

More information

Chapter 20 Confidence Intervals with proportions!

Chapter 20 Confidence Intervals with proportions! Chapter 20 Confidence Intervals with proportions! Statistic or Type of Variable Parameter Point Estimate Quantitative Categorical (Binary) Any Confidence Interval Point Estimate ± Margin of Error Point

More information

Improving statistical estimates used in the courtroom. Precis. Bayes Theorem. Professor Norman Fenton. Queen Mary University of London and Agena Ltd

Improving statistical estimates used in the courtroom. Precis. Bayes Theorem. Professor Norman Fenton. Queen Mary University of London and Agena Ltd Improving statistical estimates used in the courtroom Professor Norman Fenton Queen Mary University of London and Agena Ltd Address: Queen Mary University of London School of Electronic Engineering and

More information

Assessing the Foundations of Conscious Computing: A Bayesian Exercise

Assessing the Foundations of Conscious Computing: A Bayesian Exercise Assessing the Foundations of Conscious Computing: A Bayesian Exercise Eric Horvitz June 2001 Questions have long been posed with about whether we might one day be able to create systems that experience

More information

Probability II. Patrick Breheny. February 15. Advanced rules Summary

Probability II. Patrick Breheny. February 15. Advanced rules Summary Probability II Patrick Breheny February 15 Patrick Breheny University of Iowa Introduction to Biostatistics (BIOS 4120) 1 / 26 A rule related to the addition rule is called the law of total probability,

More information

Att vara eller inte vara (en Bayesian)?... Sherlock-conundrum

Att vara eller inte vara (en Bayesian)?... Sherlock-conundrum Att vara eller inte vara (en Bayesian)?... Sherlock-conundrum (Thanks/blame to Google Translate) Gianluca Baio University College London Department of Statistical Science g.baio@ucl.ac.uk http://www.ucl.ac.uk/statistics/research/statistics-health-economics/

More information

How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis?

How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis? How Does Analysis of Competing Hypotheses (ACH) Improve Intelligence Analysis? Richards J. Heuer, Jr. Version 1.2, October 16, 2005 This document is from a collection of works by Richards J. Heuer, Jr.

More information

Student Performance Q&A:

Student Performance Q&A: Student Performance Q&A: 2009 AP Statistics Free-Response Questions The following comments on the 2009 free-response questions for AP Statistics were written by the Chief Reader, Christine Franklin of

More information

Knowledge is rarely absolutely certain. In expert systems we need a way to say that something is probably but not necessarily true.

Knowledge is rarely absolutely certain. In expert systems we need a way to say that something is probably but not necessarily true. CmSc310 Artificial Intelligence Expert Systems II 1. Reasoning under uncertainty Knowledge is rarely absolutely certain. In expert systems we need a way to say that something is probably but not necessarily

More information

Chi Square Goodness of Fit

Chi Square Goodness of Fit index Page 1 of 24 Chi Square Goodness of Fit This is the text of the in-class lecture which accompanied the Authorware visual grap on this topic. You may print this text out and use it as a textbook.

More information

The Human Side of Science: I ll Take That Bet! Balancing Risk and Benefit. Uncertainty, Risk and Probability: Fundamental Definitions and Concepts

The Human Side of Science: I ll Take That Bet! Balancing Risk and Benefit. Uncertainty, Risk and Probability: Fundamental Definitions and Concepts The Human Side of Science: I ll Take That Bet! Balancing Risk and Benefit Uncertainty, Risk and Probability: Fundamental Definitions and Concepts What Is Uncertainty? A state of having limited knowledge

More information

Lesson 11.1: The Alpha Value

Lesson 11.1: The Alpha Value Hypothesis Testing Lesson 11.1: The Alpha Value The alpha value is the degree of risk we are willing to take when making a decision. The alpha value, often abbreviated using the Greek letter α, is sometimes

More information

Beyond Subjective and Objective in Statistics

Beyond Subjective and Objective in Statistics June 05 Foundations of Statistics Other objectivity vs. subjectivity issues The current discourse is not helpful. Objectivity and Subjectivity in Statistics Starting point: how are these terms used in

More information

Bayesian Methods p.3/29. data and output management- by David Spiegalhalter. WinBUGS - result from MRC funded project with David

Bayesian Methods p.3/29. data and output management- by David Spiegalhalter. WinBUGS - result from MRC funded project with David Bayesian Methods - I Dr. David Lucy d.lucy@lancaster.ac.uk Lancaster University Bayesian Methods p.1/29 The package we shall be looking at is. The Bugs bit stands for Bayesian Inference Using Gibbs Sampling.

More information

appstats26.notebook April 17, 2015

appstats26.notebook April 17, 2015 Chapter 26 Comparing Counts Objective: Students will interpret chi square as a test of goodness of fit, homogeneity, and independence. Goodness of Fit A test of whether the distribution of counts in one

More information

Determining the size of a vaccine trial

Determining the size of a vaccine trial 17th Advanced Vaccinology Course Annecy 26 th May 2016 Determining the size of a vaccine trial Peter Smith London School of Hygiene & Tropical Medicine Purposes of lecture Introduce concepts of statistical

More information

Confidence in Sampling: Why Every Lawyer Needs to Know the Number 384. By John G. McCabe, M.A. and Justin C. Mary

Confidence in Sampling: Why Every Lawyer Needs to Know the Number 384. By John G. McCabe, M.A. and Justin C. Mary Confidence in Sampling: Why Every Lawyer Needs to Know the Number 384 By John G. McCabe, M.A. and Justin C. Mary Both John (john.mccabe.555@gmail.com) and Justin (justin.mary@cgu.edu.) are in Ph.D. programs

More information

LSP 121. LSP 121 Math and Tech Literacy II. Topics. Binning. Stats & Probability. Stats Wrapup Intro to Probability

LSP 121. LSP 121 Math and Tech Literacy II. Topics. Binning. Stats & Probability. Stats Wrapup Intro to Probability Greg Brewster, DePaul University Page 1 LSP 121 Math and Tech Literacy II Stats Wrapup Intro to Greg Brewster DePaul University Statistics Wrapup Topics Binning Variables Statistics that Deceive Intro

More information

Sleeping Beauty goes to the lab: The psychology of self-locating evidence

Sleeping Beauty goes to the lab: The psychology of self-locating evidence Sleeping Beauty goes to the lab: The psychology of self-locating evidence Matteo Colombo Tilburg Center for Logic, Ethics, and Philosophy of Science Tilburg University Jun Lai Tilburg Center for Logic,

More information

Two-sample Categorical data: Measuring association

Two-sample Categorical data: Measuring association Two-sample Categorical data: Measuring association Patrick Breheny October 27 Patrick Breheny University of Iowa Biostatistical Methods I (BIOS 5710) 1 / 40 Introduction Study designs leading to contingency

More information

Bayesian Analysis by Simulation

Bayesian Analysis by Simulation 408 Resampling: The New Statistics CHAPTER 25 Bayesian Analysis by Simulation Simple Decision Problems Fundamental Problems In Statistical Practice Problems Based On Normal And Other Distributions Conclusion

More information

Bayes Theorem Application: Estimating Outcomes in Terms of Probability

Bayes Theorem Application: Estimating Outcomes in Terms of Probability Bayes Theorem Application: Estimating Outcomes in Terms of Probability The better the estimates, the better the outcomes. It s true in engineering and in just about everything else. Decisions and judgments

More information

ROYAL STATISTICAL SOCIETY: RESPONSE TO THE TEACHING EXCELLENCE AND STUDENT OUTCOMES FRAMEWORK, SUBJECT-LEVEL CONSULTATION

ROYAL STATISTICAL SOCIETY: RESPONSE TO THE TEACHING EXCELLENCE AND STUDENT OUTCOMES FRAMEWORK, SUBJECT-LEVEL CONSULTATION ROYAL STATISTICAL SOCIETY: RESPONSE TO THE TEACHING EXCELLENCE AND STUDENT OUTCOMES FRAMEWORK, SUBJECT-LEVEL CONSULTATION The (RSS) was alarmed by the serious and numerous flaws in the last Teaching Excellence

More information

INHERENT DIFFICULTIES WITH ACTIVE CONTROL EQUIVALENCE STUDIES*

INHERENT DIFFICULTIES WITH ACTIVE CONTROL EQUIVALENCE STUDIES* STATISTICS IN MEDICINE, VOL. 12, 2367-2375 (1993) INHERENT DIFFICULTIES WITH ACTIVE CONTROL EQUIVALENCE STUDIES* STEPHEN SENN Medical Department, Pharmaceutical Division, CIBA-GEIG Y AG, 4002 Bade, Switzerland

More information

CHANCE YEAR. A guide for teachers - Year 10 June The Improving Mathematics Education in Schools (TIMES) Project

CHANCE YEAR. A guide for teachers - Year 10 June The Improving Mathematics Education in Schools (TIMES) Project The Improving Mathematics Education in Schools (TIMES) Project CHANCE STATISTICS AND PROBABILITY Module 15 A guide for teachers - Year 10 June 2011 10 YEAR Chance (Statistics and Probability : Module 15)

More information

Exam 4 Review Exercises

Exam 4 Review Exercises Math 160: Statistics Spring, 2014 Toews Exam 4 Review Exercises Instructions: Working in groups of 2-4, first review the goals and objectives for this exam (listed below) and then work the following problems.

More information

Chance. May 11, Chance Behavior The Idea of Probability Myths About Chance Behavior The Real Law of Averages Personal Probabilities

Chance. May 11, Chance Behavior The Idea of Probability Myths About Chance Behavior The Real Law of Averages Personal Probabilities Chance May 11, 2012 Chance Behavior The Idea of Probability Myths About Chance Behavior The Real Law of Averages Personal Probabilities 1.0 Chance Behavior 16 pre-verbal infants separately watch a puppet

More information

Statistics and Full Belief

Statistics and Full Belief Commentary on Descartes Lectures 2014 Statistics and Full Belief Or: How to Judge if You Must Jan-Willem Romeijn University of Groningen Joint work with Hannes Leitgeb LMU Munich Ring-ring You re called

More information

Unraveling Recent Cervical Cancer Screening Updates and the Impact on Your Practice

Unraveling Recent Cervical Cancer Screening Updates and the Impact on Your Practice Transcript Details This is a transcript of a continuing medical education (CME) activity accessible on the ReachMD network. Additional media formats for the activity and full activity details (including

More information

Representativeness heuristics

Representativeness heuristics Representativeness heuristics 1-1 People judge probabilities by the degree to which A is representative of B, that is, by the degree to which A resembles B. A can be sample and B a population, or A can

More information

Understanding Probability. From Randomness to Probability/ Probability Rules!

Understanding Probability. From Randomness to Probability/ Probability Rules! Understanding Probability From Randomness to Probability/ Probability Rules! What is chance? - Excerpt from War and Peace by Leo Tolstoy But what is chance? What is genius? The words chance and genius

More information

1 The conceptual underpinnings of statistical power

1 The conceptual underpinnings of statistical power 1 The conceptual underpinnings of statistical power The importance of statistical power As currently practiced in the social and health sciences, inferential statistics rest solidly upon two pillars: statistical

More information

Artificial Intelligence Programming Probability

Artificial Intelligence Programming Probability Artificial Intelligence Programming Probability Chris Brooks Department of Computer Science University of San Francisco Department of Computer Science University of San Francisco p.1/25 17-0: Uncertainty

More information

Introduction & Basics

Introduction & Basics CHAPTER 1 Introduction & Basics 1.1 Statistics the Field... 1 1.2 Probability Distributions... 4 1.3 Study Design Features... 9 1.4 Descriptive Statistics... 13 1.5 Inferential Statistics... 16 1.6 Summary...

More information

MTAT Bayesian Networks. Introductory Lecture. Sven Laur University of Tartu

MTAT Bayesian Networks. Introductory Lecture. Sven Laur University of Tartu MTAT.05.113 Bayesian Networks Introductory Lecture Sven Laur University of Tartu Motivation Probability calculus can be viewed as an extension of classical logic. We use many imprecise and heuristic rules

More information

Functionalist theories of content

Functionalist theories of content Functionalist theories of content PHIL 93507 April 22, 2012 Let s assume that there is a certain stable dependence relation between the physical internal states of subjects and the phenomenal characters

More information

Lecture 12: Normal Probability Distribution or Normal Curve

Lecture 12: Normal Probability Distribution or Normal Curve 12_normalcurve.pdf Michael Hallstone, Ph.D. hallston@hawaii.edu Lecture 12: Normal Probability Distribution or Normal Curve The real importance of this lecture is to show you what a normal curve looks

More information

One slide on research question Literature review: structured; holes you will fill in Your research design

One slide on research question Literature review: structured; holes you will fill in Your research design Topics Ahead Week 10-11: Experimental design; Running experiment Week 12: Survey Design; ANOVA Week 13: Correlation and Regression; Non Parametric Statistics Week 14: Computational Methods; Simulation;

More information

Conducting Research in the Social Sciences. Rick Balkin, Ph.D., LPC-S, NCC

Conducting Research in the Social Sciences. Rick Balkin, Ph.D., LPC-S, NCC Conducting Research in the Social Sciences Rick Balkin, Ph.D., LPC-S, NCC 1 Why we do research Improvement Description Explanation Prediction R. S. Balkin, 2008 2 Theory Explanation of an observed phenomena

More information

3 CONCEPTUAL FOUNDATIONS OF STATISTICS

3 CONCEPTUAL FOUNDATIONS OF STATISTICS 3 CONCEPTUAL FOUNDATIONS OF STATISTICS In this chapter, we examine the conceptual foundations of statistics. The goal is to give you an appreciation and conceptual understanding of some basic statistical

More information

LIVE YOUR BEST LIFE: HELP GUIDE # 21 Helping students be Effective Learners Program LIVE YOUR BEST LIFE

LIVE YOUR BEST LIFE: HELP GUIDE # 21 Helping students be Effective Learners Program LIVE YOUR BEST LIFE LIVE YOUR BEST LIFE To achieve your best academically you need to make the most of all feedback from any tests or examinations. You should read each point and highlight the key phrases in that point. Discuss

More information

P(HYP)=h. P(CON HYP)=p REL. P(CON HYP)=q REP

P(HYP)=h. P(CON HYP)=p REL. P(CON HYP)=q REP BAYESIAN NETWORKS IN PHILOSOPHY STEPHAN HARTMANN, LUC BOVENS 1. Introduction There is a long philosophical tradition of addressing questions in philosophy of science and epistemology by means of the tools

More information

Quizzes (and relevant lab exercises): 20% Midterm exams (2): 25% each Final exam: 30%

Quizzes (and relevant lab exercises): 20% Midterm exams (2): 25% each Final exam: 30% 1 Intro to statistics Continued 2 Grading policy Quizzes (and relevant lab exercises): 20% Midterm exams (2): 25% each Final exam: 30% Cutoffs based on final avgs (A, B, C): 91-100, 82-90, 73-81 3 Numerical

More information

Checking the counterarguments confirms that publication bias contaminated studies relating social class and unethical behavior

Checking the counterarguments confirms that publication bias contaminated studies relating social class and unethical behavior 1 Checking the counterarguments confirms that publication bias contaminated studies relating social class and unethical behavior Gregory Francis Department of Psychological Sciences Purdue University gfrancis@purdue.edu

More information

Vocabulary. Bias. Blinding. Block. Cluster sample

Vocabulary. Bias. Blinding. Block. Cluster sample Bias Blinding Block Census Cluster sample Confounding Control group Convenience sample Designs Experiment Experimental units Factor Level Any systematic failure of a sampling method to represent its population

More information

Chapter 5: Producing Data

Chapter 5: Producing Data Chapter 5: Producing Data Key Vocabulary: observational study vs. experiment confounded variables population vs. sample sampling vs. census sample design voluntary response sampling convenience sampling

More information

Homework Exercises for PSYC 3330: Statistics for the Behavioral Sciences

Homework Exercises for PSYC 3330: Statistics for the Behavioral Sciences Homework Exercises for PSYC 3330: Statistics for the Behavioral Sciences compiled and edited by Thomas J. Faulkenberry, Ph.D. Department of Psychological Sciences Tarleton State University Version: July

More information

AP Statistics Summer Packet 2016

AP Statistics Summer Packet 2016 AP Statistics Summer Packet 2016 If you have any questions regarding the expectations or instructions for this packet, please email kleduc@chasemail.org Part 1 Directions: Please define the following terms

More information

Chapter 5 & 6 Review. Producing Data Probability & Simulation

Chapter 5 & 6 Review. Producing Data Probability & Simulation Chapter 5 & 6 Review Producing Data Probability & Simulation M&M s Given a bag of M&M s: What s my population? How can I take a simple random sample (SRS) from the bag? How could you introduce bias? http://joshmadison.com/article/mms-colordistribution-analysis/

More information

Chapter 11. Experimental Design: One-Way Independent Samples Design

Chapter 11. Experimental Design: One-Way Independent Samples Design 11-1 Chapter 11. Experimental Design: One-Way Independent Samples Design Advantages and Limitations Comparing Two Groups Comparing t Test to ANOVA Independent Samples t Test Independent Samples ANOVA Comparing

More information

BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA

BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA BIOL 458 BIOMETRY Lab 7 Multi-Factor ANOVA PART 1: Introduction to Factorial ANOVA ingle factor or One - Way Analysis of Variance can be used to test the null hypothesis that k or more treatment or group

More information

Lecture 7 Section 2.5. Mon, Sep 8, 2008

Lecture 7 Section 2.5. Mon, Sep 8, 2008 Lecture 7 Section 2.5 Hampden-Sydney College Mon, Sep 8, 2008 Outline 1 2 3 4 5 Exercise 9, p. 98 In a recent poll, 62% responded Yes when asked if they favored an amendment protecting the life of an unborn

More information

Gene Combo SUMMARY KEY CONCEPTS AND PROCESS SKILLS KEY VOCABULARY ACTIVITY OVERVIEW. Teacher s Guide I O N I G AT I N V E S T D-65

Gene Combo SUMMARY KEY CONCEPTS AND PROCESS SKILLS KEY VOCABULARY ACTIVITY OVERVIEW. Teacher s Guide I O N I G AT I N V E S T D-65 Gene Combo 59 40- to 1 2 50-minute sessions ACTIVITY OVERVIEW I N V E S T I O N I G AT SUMMARY Students use a coin-tossing simulation to model the pattern of inheritance exhibited by many single-gene traits,

More information

Chapter 12. The One- Sample

Chapter 12. The One- Sample Chapter 12 The One- Sample z-test Objective We are going to learn to make decisions about a population parameter based on sample information. Lesson 12.1. Testing a Two- Tailed Hypothesis Example 1: Let's

More information

Probability and Punnett Squares

Probability and Punnett Squares Performance Task Probability and Punnett Squares Essential Knowledge 3.A.3 Challenge Area 3.14 Building Block A The chromosomal basis of inheritance provides an understanding of the pattern of passage

More information

Response to the ASA s statement on p-values: context, process, and purpose

Response to the ASA s statement on p-values: context, process, and purpose Response to the ASA s statement on p-values: context, process, purpose Edward L. Ionides Alexer Giessing Yaacov Ritov Scott E. Page Departments of Complex Systems, Political Science Economics, University

More information

LAB 10 Principles of Genetic Inheritance

LAB 10 Principles of Genetic Inheritance LAB 10 Principles of Genetic Inheritance Objectives 1. Examine the nature of probability. 2. Solve various types of genetics problems. Overview In this laboratory you will learn about the basic principles

More information

Genetics and Heredity Notes

Genetics and Heredity Notes Genetics and Heredity Notes I. Introduction A. It was known for 1000s of years that traits were inherited but scientists were unsure about the laws that governed this inheritance. B. Gregor Mendel (1822-1884)

More information

Unit 1 Exploring and Understanding Data

Unit 1 Exploring and Understanding Data Unit 1 Exploring and Understanding Data Area Principle Bar Chart Boxplot Conditional Distribution Dotplot Empirical Rule Five Number Summary Frequency Distribution Frequency Polygon Histogram Interquartile

More information

A Brief Introduction to Bayesian Statistics

A Brief Introduction to Bayesian Statistics A Brief Introduction to Statistics David Kaplan Department of Educational Psychology Methods for Social Policy Research and, Washington, DC 2017 1 / 37 The Reverend Thomas Bayes, 1701 1761 2 / 37 Pierre-Simon

More information

Lab 5: Testing Hypotheses about Patterns of Inheritance

Lab 5: Testing Hypotheses about Patterns of Inheritance Lab 5: Testing Hypotheses about Patterns of Inheritance How do we talk about genetic information? Each cell in living organisms contains DNA. DNA is made of nucleotide subunits arranged in very long strands.

More information

ISC- GRADE XI HUMANITIES ( ) PSYCHOLOGY. Chapter 2- Methods of Psychology

ISC- GRADE XI HUMANITIES ( ) PSYCHOLOGY. Chapter 2- Methods of Psychology ISC- GRADE XI HUMANITIES (2018-19) PSYCHOLOGY Chapter 2- Methods of Psychology OUTLINE OF THE CHAPTER (i) Scientific Methods in Psychology -observation, case study, surveys, psychological tests, experimentation

More information

Essential question: How can you find the experimental probability of an event?

Essential question: How can you find the experimental probability of an event? C3 Chapter 12 Essential question: How can you find the experimental probability of an event? Example 1 Finding You can toss a paper cup to demonstrate experimental probability. A) Consider tossing a paper

More information

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo

Describe what is meant by a placebo Contrast the double-blind procedure with the single-blind procedure Review the structure for organizing a memo Business Statistics The following was provided by Dr. Suzanne Delaney, and is a comprehensive review of Business Statistics. The workshop instructor will provide relevant examples during the Skills Assessment

More information

Finding an Experimental Probability

Finding an Experimental Probability . Lesson Lesson Tutorials Key Vocabulary relative frequency, p. experimental probability, p. theoretical probability, p. Experimental Probability Probability that is based on repeated trials of an experiment

More information

t-test for r Copyright 2000 Tom Malloy. All rights reserved

t-test for r Copyright 2000 Tom Malloy. All rights reserved t-test for r Copyright 2000 Tom Malloy. All rights reserved This is the text of the in-class lecture which accompanied the Authorware visual graphics on this topic. You may print this text out and use

More information

Step 2 Challenging negative thoughts "Weeding"

Step 2 Challenging negative thoughts Weeding Managing Automatic Negative Thoughts (ANTs) Step 1 Identifying negative thoughts "ANTs" Step 2 Challenging negative thoughts "Weeding" Step 3 Planting positive thoughts 'Potting" Step1 Identifying Your

More information

GENETIC LINKAGE ANALYSIS

GENETIC LINKAGE ANALYSIS Atlas of Genetics and Cytogenetics in Oncology and Haematology GENETIC LINKAGE ANALYSIS * I- Recombination fraction II- Definition of the "lod score" of a family III- Test for linkage IV- Estimation of

More information

Two-Way Independent ANOVA

Two-Way Independent ANOVA Two-Way Independent ANOVA Analysis of Variance (ANOVA) a common and robust statistical test that you can use to compare the mean scores collected from different conditions or groups in an experiment. There

More information

This document is a required reading assignment covering chapter 4 in your textbook.

This document is a required reading assignment covering chapter 4 in your textbook. This document is a required reading assignment covering chapter 4 in your textbook. Chromosomal basis of genes and linkage The majority of chapter 4 deals with the details of mitosis and meiosis. This

More information

8.2 Warm Up. why not.

8.2 Warm Up. why not. Binomial distributions often arise in discrimination cases when the population in question is large. The generic question is If the selection were made at random from the entire population, what is the

More information

Bayesian and Classical Hypothesis Testing: Practical Differences for a Controversial Area of Research

Bayesian and Classical Hypothesis Testing: Practical Differences for a Controversial Area of Research Other Methodology Articles Bayesian and Classical Hypothesis Testing: Practical Differences for a Controversial Area of Research J. E. Kennedy Version of 10/12/2014 (in press) Abstract: The use of Bayesian

More information

On limiting the use of Bayes in presenting forensic evidence

On limiting the use of Bayes in presenting forensic evidence On limiting the use of Bayes in presenting forensic evidence Draft Norman Fenton 1 and Martin Neil 2 Jan 2012 Abstract A 2010 UK Court of Appeal Ruling (known as R v T ) asserted that Bayes theorem and

More information

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE

EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE ...... EXERCISE: HOW TO DO POWER CALCULATIONS IN OPTIMAL DESIGN SOFTWARE TABLE OF CONTENTS 73TKey Vocabulary37T... 1 73TIntroduction37T... 73TUsing the Optimal Design Software37T... 73TEstimating Sample

More information

Varieties of Materialism. Behaviourism, Identity theory, and Functionalism

Varieties of Materialism. Behaviourism, Identity theory, and Functionalism Varieties of Materialism Behaviourism, Identity theory, and Functionalism Some of the important questions Are mental events distinct from physical events? Does thinking occur to us? What will happen if

More information