Some basic statistical tools. ABDBM Ron Shamir

Size: px
Start display at page:

Download "Some basic statistical tools. ABDBM Ron Shamir"

Transcription

1 Some basic statistical tools ABDBM Ron Shamir 1

2 Today s plan Multiple testing and FDR Survival analysis The Gene Ontology Enrichment analysis TANGO GSEA ABDBM Ron Shamir 2

3 Refresher: Hypothesis Testing ABDBM Ron Shamir 3

4 Hypothesis testing 101 Two alternatives for the distribution from which a sample was taken: H 0 the null hypothesis H 1 the alternative Q: Which of them is correct? Rejecting H 0 : The alternative is true Not rejecting H 0 / accepting H 1 : the null cannot be rejected A test: a range C of values for the sample outcome for which the null is rejected. C is called the rejection region ABDBM Ron Shamir 4

5 Error types Decision Reject Ho Accept Ho Truth Ho True Type 1 error correct H 1 True correct Type 2 error α = Pr(Type 1 error) = Pr H0 (C) = Pr(C H 0 true) β = Pr(Type 2 error) = Pr H1 ( C) Making one type of error can have much more harsh effect than the other. Power of a test: π=pr(reject H 0 when H 1 is true) =Pr(C H1 true) = 1- Pr H1 ( C) = 1- β ABDBM Ron Shamir 5

6 Tests of maximum power Fix α (the statistical significance of the test) Want: test that keeps Type 1 error < α and minimizes β Or: test with max power as long as Type 1 error < α Sample X={x 1, x n } from distribution P. H 0 : P=P 0, H 1 : P=P 1 Likelihood ratio: λ(x)= P 1 (X)/P 0 (X) Neyman-Pearson Lemma*: Max power test has the form C={λ(X)>K} where K is set to get significance α. Sort possible outcomes in decreasing order of λ. Put in C all outcomes as long as α is not exceeded ABDBM Ron Shamir 6 *Assumes hypotheses are simple uniquely determine the distribution.

7 P-value Sample test result : y p=prob (getting result y or more extreme Ho) reject if p α ABDBM Ron Shamir 7

8 The permutation test Input: Indep samples X=x1, xm~f1, Y=y1, yn~ F2 H0: F1=F2 H1: F1 F2 Assume a test statistic on the samples, e.g. T(x1, xm,y1, yn)= Ave(X)-Ave(Y). For our input T=t obs ; assume we reject for high T. Consider all N! permutations on the N=n+m elts Under H0 all are equally likely. Compute the values Ti for each permutation i. Permutation distribution: mass 1/N! on each Tj p-val = fraction of j for which Tj>t obs Impractical for real N. Sample instead to get an approximate/empirical p-val ABDBM Ron Shamir 8

9 Multiple testing problem Measure expression levels of 10K genes in 10 individuals, 5 sick in a disease (cases) and 5 healthy (controls) Is the level of gene #1 different between the groups? Use T and perm test to check if p-val < α But we are making 10K such tests. Chance of at least one false rejection is much higher! Setting: m hypotheses tested: H 0i vs H 1i i=1, m, p- values obtained p 1, p m ABDBM Ron Shamir 9

10 Bonferroni method Reject null hypothesis H 0i if p i < α/m Thm: prob falsely rejecting any null hypothesis < α Pf: R i : event of i-th hypothesis falsely rejected P( 1 false rejection) = P (U 1..m R i ) i P(R i ) = i (α/m) = α Highly conservative aims to avoid even one false pos error. Loses power. Assumes nothing on the distribution. ABDBM Ron Shamir 10

11 False Discovery Rate Suppose we reject all null hypotheses that fall below some threshold. Result: Decision Reject Ho Accept Ho Total Truth Ho True V U m0 H 1 True S T m1 Total R m-r m FD proportion: fraction of rejections that are incorrect. FDP = V/R (0 if R=0) FDR = E(FDP) ABDBM Ron Shamir 11

12 Benjamini-Hochberg method Reorder H 1,..H m s.t. p 1 < p 2 <. < p m Find max k s.t. p k < kα/m Reject the null hypotheses H 1,..H k Thm (BH 95): If the p-values are independent, The procedure guarantees that FDR < α Example: α =0.05., 1000 hypotheses. Bonferroni threshold: FDR: At hypothesis 20, 20 x 0.05/1000= Expect one false rejection out of the 20 ABDBM Ron Shamir 12

13 Example: m = 10, α = 0.05 i raw p FDR Thresh Bonferroni Thresh FDR significant Bonferroni significant ABDBM Ron Shamir 13

14 ABDBM Ron Shamir l/145/001/docs/lectures/nov12.html 14

15 Yoav Benjamini & Yosef Hochberg Generalization of FDR allow handling certain types of dependency between p-values. ABDBM Ron Shamir 15

16 Another viewpoint: adjusted p- values Bonferroni: pi* = pi x m FDR: (after sorting pi-s) pi* = pi x m / i In both cases check if pi* < α i raw p FDR adjusted Bonferroni adjusted ABDBM Ron Shamir 17

Types of Error Power of a Hypothesis Test. AP Statistics - Chapter 21

Types of Error Power of a Hypothesis Test. AP Statistics - Chapter 21 Types of Power of a Hypothesis Test AP Statistics - Chapter 21 We make decisions based on a probability but what if we re WRONG?!? When we perform a hypothesis test: In real life... In our hypothesis...

More information

About Type I and Type II Errors: Examples

About Type I and Type II Errors: Examples About Type I and Type II Errors: Examples TABLE OF CONTENTS Type I Error Example...Error! Bookmark not defined. Type II Error Example... 2 Summary Quiz... 3 About Type I and Type II Errors: Examples Type

More information

Torah Code Cluster Probabilities

Torah Code Cluster Probabilities Torah Code Cluster Probabilities Robert M. Haralick Computer Science Graduate Center City University of New York 365 Fifth Avenue New York, NY 006 haralick@netscape.net Introduction In this note we analyze

More information

MITOCW watch?v=4hrhg4euimo

MITOCW watch?v=4hrhg4euimo MITOCW watch?v=4hrhg4euimo The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high-quality educational resources for free. To

More information

CS485/685 Lecture 5: Jan 19, 2016

CS485/685 Lecture 5: Jan 19, 2016 CS485/685 Lecture 5: Jan 19, 2016 Statistical Learning [RN]: Sec 20.1, 20.2, [M]: Sec. 2.2, 3.2 CS485/685 (c) 2016 P. Poupart 1 Statistical Learning View: we have uncertain knowledge of the world Idea:

More information

Scientific errors should be controlled, not prevented. Daniel Eindhoven University of Technology

Scientific errors should be controlled, not prevented. Daniel Eindhoven University of Technology Scientific errors should be controlled, not prevented Daniel Lakens @Lakens Eindhoven University of Technology 1) Error control is the central aim of empirical science. 2) We need statistical decision

More information

Same-different and A-not A tests with sensr. Same-Different and the Degree-of-Difference tests. Outline. Christine Borgen Linander

Same-different and A-not A tests with sensr. Same-Different and the Degree-of-Difference tests. Outline. Christine Borgen Linander Same-different and -not tests with sensr Christine Borgen Linander DTU Compute Section for Statistics Technical University of Denmark chjo@dtu.dk huge thank to a former colleague of mine Rune H B Christensen.

More information

Project: The Power of a Hypothesis Test

Project: The Power of a Hypothesis Test Project: The Power of a Hypothesis Test Let s revisit the basics of hypothesis testing for a bit here, shall we? Any hypothesis test contains two mutually exclusive hypotheses, H 0 and H 1 (AKA, H A ).

More information

ECE 5424: Introduction to Machine Learning

ECE 5424: Introduction to Machine Learning ECE 5424: Introduction to Machine Learning Topics: Probability Review Readings: Barber 8.1, 8.2 Stefan Lee Virginia Tech Project Groups of 1-3 we prefer teams of 2 Deliverables: Project proposal (NIPS

More information

Clustering. ABDBM Ron Shamir

Clustering. ABDBM Ron Shamir Clustering ABDBM Ron Shamir 1 Topics Introduction K-means Self-organizing maps ABDBM Ron Shamir 2 How would you cluster these dogs? ABDBM Ron Shamir 3 What is a Cluster? A set of entities that are alike;

More information

Computational Learning Theory: Agnostic Learning

Computational Learning Theory: Agnostic Learning Computational Learning Theory: Agnostic Learning Machine Learning Fall 2018 Slides based on material from Dan Roth, Avrim Blum, Tom Mitchell and others 1 This lecture: Computational Learning Theory The

More information

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras

Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Introduction to Statistical Hypothesis Testing Prof. Arun K Tangirala Department of Chemical Engineering Indian Institute of Technology, Madras Lecture 09 Basics of Hypothesis Testing Hello friends, welcome

More information

Statistical Inference Without Frequentist Justifications

Statistical Inference Without Frequentist Justifications Statistical Inference Without Frequentist Justifications Jan Sprenger November 29, 2008 Abstract Statistical inference is often justified by long-run properties of the sampling distributions, such as the

More information

Family Studies Center Methods Workshop

Family Studies Center Methods Workshop oncentral Family Studies Center Methods Workshop Temple University ovember 14, 2014 (Temple University) ovember 14, 2014 1 / 47 oncentral Understand the role of statistical power analysis in family studies

More information

Appendix 1. Towers Watson Report. UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team

Appendix 1. Towers Watson Report. UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team Appendix 1 1 Towers Watson Report UMC Call to Action Vital Congregations Research Project Findings Report for Steering Team CALL TO ACTION, page 45 of 248 UMC Call to Action: Vital Congregations Research

More information

A Layperson s Guide to Hypothesis Testing By Michael Reames and Gabriel Kemeny ProcessGPS

A Layperson s Guide to Hypothesis Testing By Michael Reames and Gabriel Kemeny ProcessGPS A Layperson s Guide to Hypothesis Testing By Michael Reames and Gabriel Kemeny ProcessGPS In a recent Black Belt Class, the partners of ProcessGPS had a lively discussion about the topic of hypothesis

More information

This report is organized in four sections. The first section discusses the sample design. The next

This report is organized in four sections. The first section discusses the sample design. The next 2 This report is organized in four sections. The first section discusses the sample design. The next section describes data collection and fielding. The final two sections address weighting procedures

More information

INTRODUCTION TO HYPOTHESIS TESTING. Unit 4A - Statistical Inference Part 1

INTRODUCTION TO HYPOTHESIS TESTING. Unit 4A - Statistical Inference Part 1 1 INTRODUCTION TO HYPOTHESIS TESTING Unit 4A - Statistical Inference Part 1 Now we will begin our discussion of hypothesis testing. This is a complex topic which we will be working with for the rest of

More information

It is One Tailed F-test since the variance of treatment is expected to be large if the null hypothesis is rejected.

It is One Tailed F-test since the variance of treatment is expected to be large if the null hypothesis is rejected. EXST 7014 Experimental Statistics II, Fall 2018 Lab 10: ANOVA and Post ANOVA Test Due: 31 st October 2018 OBJECTIVES Analysis of variance (ANOVA) is the most commonly used technique for comparing the means

More information

NPTEL NPTEL ONLINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture 31

NPTEL NPTEL ONLINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture 31 NPTEL NPTEL ONLINE CERTIFICATION COURSE Introduction to Machine Learning Lecture 31 Prof. Balaraman Ravindran Computer Science and Engineering Indian Institute of Technology Madras Hinge Loss Formulation

More information

Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons

Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons Grade 7 Math Connects Suggested Course Outline for Schooling at Home 132 lessons I. Introduction: (1 day) Look at p. 1 in the textbook with your child and learn how to use the math book effectively. DO:

More information

A FIRST COURSE IN PARAMETRIC INFERENCE BY B. K. KALE DOWNLOAD EBOOK : A FIRST COURSE IN PARAMETRIC INFERENCE BY B. K. KALE PDF

A FIRST COURSE IN PARAMETRIC INFERENCE BY B. K. KALE DOWNLOAD EBOOK : A FIRST COURSE IN PARAMETRIC INFERENCE BY B. K. KALE PDF A FIRST COURSE IN PARAMETRIC INFERENCE BY B. K. KALE DOWNLOAD EBOOK : A FIRST COURSE IN PARAMETRIC INFERENCE BY B. K. Click link bellow and free register to download ebook: A FIRST COURSE IN PARAMETRIC

More information

CHAPTER FIVE SAMPLING DISTRIBUTIONS, STATISTICAL INFERENCE, AND NULL HYPOTHESIS TESTING

CHAPTER FIVE SAMPLING DISTRIBUTIONS, STATISTICAL INFERENCE, AND NULL HYPOTHESIS TESTING CHAPTER FIVE SAMPLING DISTRIBUTIONS, STATISTICAL INFERENCE, AND NULL HYPOTHESIS TESTING OBJECTIVES To lay the groundwork for the procedures discussed in this book by examining the general theory of data

More information

Agnostic KWIK learning and efficient approximate reinforcement learning

Agnostic KWIK learning and efficient approximate reinforcement learning Agnostic KWIK learning and efficient approximate reinforcement learning István Szita Csaba Szepesvári Department of Computing Science University of Alberta Annual Conference on Learning Theory, 2011 Szityu

More information

Why Good Science Is Not Value-Free

Why Good Science Is Not Value-Free Why Good Science Is Not Value-Free Karim Bschir, Dep. of Humanities, Social and Political Sciences, ETH Zurich FPF 2017 Workshop, Zurich Scientific Challenges in the Risk Assessment of Food Contact Materials

More information

MISSOURI S FRAMEWORK FOR CURRICULAR DEVELOPMENT IN MATH TOPIC I: PROBLEM SOLVING

MISSOURI S FRAMEWORK FOR CURRICULAR DEVELOPMENT IN MATH TOPIC I: PROBLEM SOLVING Prentice Hall Mathematics:,, 2004 Missouri s Framework for Curricular Development in Mathematics (Grades 9-12) TOPIC I: PROBLEM SOLVING 1. Problem-solving strategies such as organizing data, drawing a

More information

Results of fuzzy verification methods with COSMO over Switzerland and Germany

Results of fuzzy verification methods with COSMO over Switzerland and Germany Federal Department of Home Affairs FDHA Federal Office of Meteorology and Climatology MeteoSwiss Results of fuzzy verification methods with COSMO over Switzerland and Germany work by Felix Ament, Tatjana

More information

Outline. The argument from so many arguments. Framework. Royall s case. Ted Poston

Outline. The argument from so many arguments. Framework. Royall s case. Ted Poston Outline The argument from so many arguments Ted Poston poston@southalabama.edu University of South Alabama Plantinga Workshop Baylor University Nov 6-8, 2014 1 Measuring confirmation Framework Log likelihood

More information

Supplement to: Aksoy, Ozan Motherhood, Sex of the Offspring, and Religious Signaling. Sociological Science 4:

Supplement to: Aksoy, Ozan Motherhood, Sex of the Offspring, and Religious Signaling. Sociological Science 4: Supplement to: Aksoy, Ozan. 2017. Motherhood, Sex of the Offspring, and. Sociological Science 4: 511-527. S1 Online supplement for Motherhood, Sex of the Offspring, and A: A simple model of veiling as

More information

CHAPTER 17: UNCERTAINTY AND RANDOM: WHEN IS CONCLUSION JUSTIFIED?

CHAPTER 17: UNCERTAINTY AND RANDOM: WHEN IS CONCLUSION JUSTIFIED? CHAPTER 17: UNCERTAINTY AND RANDOM: WHEN IS CONCLUSION JUSTIFIED? INTERPRETATION AND CONCLUSIONS Deduction the use of facts to reach a conclusion seems straightforward and beyond reproach. The reality

More information

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21

6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 6.041SC Probabilistic Systems Analysis and Applied Probability, Fall 2013 Transcript Lecture 21 The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare

More information

A Statistical Scientist Meets a Philosopher of Science: A Conversation between Sir David Cox and Deborah Mayo (as recorded, June, 2011)

A Statistical Scientist Meets a Philosopher of Science: A Conversation between Sir David Cox and Deborah Mayo (as recorded, June, 2011) RMM Vol. 2, 2011, 103 114 Special Topic: Statistical Science and Philosophy of Science Edited by Deborah G. Mayo, Aris Spanos and Kent W. Staley http://www.rmm-journal.de/ Sir David Cox and Deborah Mayo

More information

Exersices and solutions ANOVA tests for d-primes in sensr

Exersices and solutions ANOVA tests for d-primes in sensr Exersices and solutions ANOVA tests for d-primes in sensr Rune Haubo B Christensen September 10, 2013 file: exercisethursday2.rnw Topics: ANOVA tests for d values from Triangle, Duo-Trio, Tetrad, 2-AFC

More information

Chapter 20 Testing Hypotheses for Proportions

Chapter 20 Testing Hypotheses for Proportions Chapter 20 Testing Hypotheses for Proportions A hypothesis proposes a model for the world. Then we look at the data. If the data are consistent with that model, we have no reason to disbelieve the hypothesis.

More information

Sociology Exam 1 Answer Key February 18, 2011

Sociology Exam 1 Answer Key February 18, 2011 Sociology 63993 Exam 1 Answer Key February 18, 2011 I. True-False. (20 points) Indicate whether the following statements are true or false. If false, briefly explain why. 1. A data set contains a few extreme

More information

Discussion Notes for Bayesian Reasoning

Discussion Notes for Bayesian Reasoning Discussion Notes for Bayesian Reasoning Ivan Phillips - http://www.meetup.com/the-chicago-philosophy-meetup/events/163873962/ Bayes Theorem tells us how we ought to update our beliefs in a set of predefined

More information

The World Wide Web and the U.S. Political News Market: Online Appendices

The World Wide Web and the U.S. Political News Market: Online Appendices The World Wide Web and the U.S. Political News Market: Online Appendices Online Appendix OA. Political Identity of Viewers Several times in the paper we treat as the left- most leaning TV station. Posner

More information

ECE 5424: Introduction to Machine Learning

ECE 5424: Introduction to Machine Learning ECE 5424: Introduction to Machine Learning Topics: (Finish) Model selection Error decomposition Bias-Variance Tradeoff Classification: Naïve Bayes Readings: Barber 17.1, 17.2, 10.1-10.3 Stefan Lee Virginia

More information

PROBABILITY DISTRIBUTIONSOF THE VERSES, WORDS, AND LETTERS OF THE HOLY QURAN

PROBABILITY DISTRIBUTIONSOF THE VERSES, WORDS, AND LETTERS OF THE HOLY QURAN International Journal of Mathematics and Computer Applications Research (IJMCAR) ISSN 2249-6955 Vol.2, Issue 3 Sep 2012 27-34 TJPRC Pvt. Ltd., PROBABILITY DISTRIBUTIONSOF THE VERSES, WORDS, AND LETTERS

More information

SUMMARY COMPARISON of 6 th grade Math texts approved for 2007 local Texas adoption

SUMMARY COMPARISON of 6 th grade Math texts approved for 2007 local Texas adoption How much do these texts stress... reinventing more efficiently memorized? calculator dependence over mental training? estimation over exact answers? ; develops concepts incrementally suggested for 34 problems,

More information

Module - 02 Lecturer - 09 Inferential Statistics - Motivation

Module - 02 Lecturer - 09 Inferential Statistics - Motivation Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

CSSS/SOC/STAT 321 Case-Based Statistics I. Introduction to Probability

CSSS/SOC/STAT 321 Case-Based Statistics I. Introduction to Probability CSSS/SOC/STAT 321 Case-Based Statistics I Introduction to Probability Christopher Adolph Department of Political Science and Center for Statistics and the Social Sciences University of Washington, Seattle

More information

Now you know what a hypothesis is, and you also know that daddy-long-legs are not poisonous.

Now you know what a hypothesis is, and you also know that daddy-long-legs are not poisonous. Objectives: Be able to explain the basic process of scientific inquiry. Be able to explain the power and limitations of scientific inquiry. Be able to distinguish a robust hypothesis from a weak or untestable

More information

Statistics for Experimentalists Prof. Kannan. A Department of Chemical Engineering Indian Institute of Technology - Madras

Statistics for Experimentalists Prof. Kannan. A Department of Chemical Engineering Indian Institute of Technology - Madras Statistics for Experimentalists Prof. Kannan. A Department of Chemical Engineering Indian Institute of Technology - Madras Lecture - 23 Hypothesis Testing - Part B (Refer Slide Time: 00:22) So coming back

More information

A Deep Survey on Sole and Essence of Hand Mudra(s)

A Deep Survey on Sole and Essence of Hand Mudra(s) A Deep Survey on Sole and Essence of Hand Mudra(s) 1 Nagarajan M, 2 Mayuranathan M, 3 Jayanthi S 1 Programmer, 2 Assistant Professor, 3 Assistant Professor 1 Department of Computer Science and Engineering

More information

The Millennial Inventory: A New Instrument to Identify Pre- Versus Post-Millennialist Orientation

The Millennial Inventory: A New Instrument to Identify Pre- Versus Post-Millennialist Orientation The Millennial Inventory: A New Instrument to Identify Pre- Versus Post-Millennialist Orientation David W. Staves, Brigham Young University Hawaii, United States, Kyle Madsen, Brigham Young University

More information

Module 02 Lecture - 10 Inferential Statistics Single Sample Tests

Module 02 Lecture - 10 Inferential Statistics Single Sample Tests Introduction to Data Analytics Prof. Nandan Sudarsanam and Prof. B. Ravindran Department of Management Studies and Department of Computer Science and Engineering Indian Institute of Technology, Madras

More information

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking

NPTEL NPTEL ONINE CERTIFICATION COURSE. Introduction to Machine Learning. Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking NPTEL NPTEL ONINE CERTIFICATION COURSE Introduction to Machine Learning Lecture-59 Ensemble Methods- Bagging,Committee Machines and Stacking Prof. Balaraman Ravindran Computer Science and Engineering Indian

More information

Sins of the Epistemic Probabilist Exchanges with Peter Achinstein

Sins of the Epistemic Probabilist Exchanges with Peter Achinstein Sins of the Epistemic Probabilist Exchanges with Peter Achinstein Deborah G. Mayo 1 Achinstein s Sins As Achinstein notes, he and I agree on several key requirements for an adequate account of evidence:

More information

You are Not a Beautiful and Unique Snowflake

You are Not a Beautiful and Unique Snowflake Devin Howard You are Not a Beautiful and Unique Snowflake My project began last summer while at Shad Valley Calgary, a summer enrichment program for grades 11-12. It was there that I heard the phrase emergence

More information

Tests of Homogeneity and Independence

Tests of Homogeneity and Independence Tests of Homogeneity and Independence Lecture 52 Sections 14.5 Robb T. Koether Hampden-Sydney College Mon, Apr 26, 2010 Robb T. Koether (Hampden-Sydney College) Tests of Homogeneity and Independence Mon,

More information

Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients

Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients Radiomics for Disease Characterization: An Outcome Prediction in Cancer Patients Magnuson, S. J., Peter, T. K., and Smith, M. A. Department of Biostatistics University of Iowa July 19, 2018 Magnuson, Peter,

More information

Georgia Quality Core Curriculum

Georgia Quality Core Curriculum correlated to the Grade 8 Georgia Quality Core Curriculum McDougal Littell 3/2000 Objective (Cite Numbers) M.8.1 Component Strand/Course Content Standard All Strands: Problem Solving; Algebra; Computation

More information

Introductory Statistics Day 25. Paired Means Test

Introductory Statistics Day 25. Paired Means Test Introductory Statistics Day 25 Paired Means Test 4.4 Paired Tests Find the data set textbooks.xlsx on the Moodle page. This data set is from OpenIntro Stats. In this data set we have 73 textbooks that

More information

Christians Say They Do Best At Relationships, Worst In Bible Knowledge

Christians Say They Do Best At Relationships, Worst In Bible Knowledge June 14, 2005 Christians Say They Do Best At Relationships, Worst In Bible Knowledge (Ventura, CA) - Nine out of ten adults contend that their faith is very important in their life, and three out of every

More information

Evidence for evolution

Evidence for evolution Evidence for evolution Prior to the late 1700's biologists thought life to be unchanging Plato and the allegory of the cave platonic ideals (DOG vs dogs) Judaic/Christian/Islamic Biblical creation of organisms

More information

Working Paper No Two National Surveys of American Jews, : A Comparison of the NJPS and AJIS

Working Paper No Two National Surveys of American Jews, : A Comparison of the NJPS and AJIS Working Paper No. 501 Two National Surveys of American Jews, 2000 01: A Comparison of the NJPS and AJIS by Joel Perlmann The Levy Economics Institute of Bard College May 2007 The Levy Economics Institute

More information

Key words and phrases: Genesis, equidistant letter sequences, cylindrical representations, statistical analysis.

Key words and phrases: Genesis, equidistant letter sequences, cylindrical representations, statistical analysis. APPENDIX Statistical Science 1994, Vol. 9, No. 3, 429-438 (abridged) Equidistant Letter Sequences in the Book of Genesis Doron Witztum, Eliyahu Rips and Yoav Rosenberg Abstract. It has been noted that

More information

Reasoning and Decision-Making under Uncertainty

Reasoning and Decision-Making under Uncertainty Reasoning and Decision-Making under Uncertainty 3. Termin: Uncertainty, Degrees of Belief and Probabilities Prof. Dr.-Ing. Stefan Kopp Center of Excellence Cognitive Interaction Technology AG A Intelligent

More information

Falsification or Confirmation: From Logic to Psychology

Falsification or Confirmation: From Logic to Psychology Falsification or Confirmation: From Logic to Psychology Roman Lukyanenko Information Systems Department Florida international University rlukyane@fiu.edu Abstract Corroboration or Confirmation is a prominent

More information

The Problem of Induction and Popper s Deductivism

The Problem of Induction and Popper s Deductivism The Problem of Induction and Popper s Deductivism Issues: I. Problem of Induction II. Popper s rejection of induction III. Salmon s critique of deductivism 2 I. The problem of induction 1. Inductive vs.

More information

Social Perception Survey. Do people make prejudices based on appearance/stereotypes? We used photos as a bias to test this.

Social Perception Survey. Do people make prejudices based on appearance/stereotypes? We used photos as a bias to test this. SOCIAL PERCEPTIONS Social Perception Survey Do people make prejudices based on appearance/stereotypes? We used photos as a bias to test this. Randomization Using the master schedule, our group immediately

More information

TIME SERIES ANALYSIS OF U.S. AND CANADIAN INFLATION AND UNEMPLOYMENT: A TEST OF A FIELD-THEORETIC HYPOTHESIS

TIME SERIES ANALYSIS OF U.S. AND CANADIAN INFLATION AND UNEMPLOYMENT: A TEST OF A FIELD-THEORETIC HYPOTHESIS PAPER403 TIME SERIES ANALYSIS OF U.S. AND CANADIAN INFLATION AND UNEMPLOYMENT: A TEST OF A FIELD-THEORETIC HYPOTHESIS KENNETH L. CAVANAUGH Department of Management and Public Affairs, Maharishi International

More information

FALL 2008 SMALL GROUP STUDY PACKET

FALL 2008 SMALL GROUP STUDY PACKET FALL 2008 SMALL GROUP STUDY PACKET Lesson One ROOTS: Vision The Rock Church: week of September 22, 2008 Icebreaker: What obstacles and difficulties did you face during the last two weeks? Read Genesis

More information

ARE JEWS MORE POLARISED IN THEIR SOCIAL ATTITUDES THAN NON-JEWS? EMPIRICAL EVIDENCE FROM THE 1995 JPR STUDY

ARE JEWS MORE POLARISED IN THEIR SOCIAL ATTITUDES THAN NON-JEWS? EMPIRICAL EVIDENCE FROM THE 1995 JPR STUDY Research note ARE JEWS MORE POLARISED IN THEIR SOCIAL ATTITUDES THAN NON-JEWS? EMPIRICAL EVIDENCE FROM THE 1995 JPR STUDY Stephen H Miller Numerous studies have reported differences between the attitudes

More information

Brandeis University Maurice and Marilyn Cohen Center for Modern Jewish Studies

Brandeis University Maurice and Marilyn Cohen Center for Modern Jewish Studies Brandeis University Maurice and Marilyn Cohen Center for Modern Jewish Studies Millennial Children of Intermarriage: Touchpoints and Trajectories of Jewish Engagement Technical Appendices Theodore Sasson

More information

Why the Hardest Logic Puzzle Ever Cannot Be Solved in Less than Three Questions

Why the Hardest Logic Puzzle Ever Cannot Be Solved in Less than Three Questions J Philos Logic (2012) 41:493 503 DOI 10.1007/s10992-011-9181-7 Why the Hardest Logic Puzzle Ever Cannot Be Solved in Less than Three Questions Gregory Wheeler & Pedro Barahona Received: 11 August 2010

More information

From the Greek Oikos = House Ology = study of

From the Greek Oikos = House Ology = study of Chapter 1 - Introduction to Ecology What is Ecology??? From the Greek Oikos = House Ology = study of Ecology = the study of the relationship between organisms and their environment quite a large area of

More information

Knowledge, Trade-Offs, and Tracking Truth

Knowledge, Trade-Offs, and Tracking Truth Knowledge, Trade-Offs, and Tracking Truth Peter Godfrey-Smith Harvard University 1. Introduction There are so many ideas in Roush's dashing yet meticulous book that it is hard to confine oneself to a manageable

More information

Quantifying Certainty: the p-value

Quantifying Certainty: the p-value Ursinus College Digital Commons @ Ursinus College Statistics and Probability Transforming Instruction in Undergraduate Mathematics via Primary Historical Sources (TRIUMPHS) Fall 2017 Quantifying Certainty:

More information

Religious Beliefs of Higher Secondary School Teachers in Pathanamthitta District of Kerala State

Religious Beliefs of Higher Secondary School Teachers in Pathanamthitta District of Kerala State IOSR Journal Of Humanities And Social Science (IOSR-JHSS) Volume 22, Issue 11, Ver. 10 (November. 2017) PP 38-42 e-issn: 2279-0837, p-issn: 2279-0845. www.iosrjournals.org Religious Beliefs of Higher Secondary

More information

Content Area Variations of Academic Language

Content Area Variations of Academic Language Academic Expressions for Interpreting in Language Arts 1. It really means because 2. The is a metaphor for 3. It wasn t literal; that s the author s way of describing how 4. The author was trying to teach

More information

1. Envisioning the Future of Church Life & Ministries (February) 2. Developing Future Directions (March) 3. Designing New Initiatives (May)

1. Envisioning the Future of Church Life & Ministries (February) 2. Developing Future Directions (March) 3. Designing New Initiatives (May) 1. Envisioning the Future of Church Life & Ministries (February) 2. Developing Future Directions (March) 3. Designing New Initiatives (May) 1 1. The Changing Context: Forces Influencing Church Life & Ministries

More information

Grade 6 correlated to Illinois Learning Standards for Mathematics

Grade 6 correlated to Illinois Learning Standards for Mathematics STATE Goal 6: Demonstrate and apply a knowledge and sense of numbers, including numeration and operations (addition, subtraction, multiplication, division), patterns, ratios and proportions. A. Demonstrate

More information

Tuen Mun Ling Liang Church

Tuen Mun Ling Liang Church NCD insights Quality Characteristic ti Analysis & Trends for the Natural Church Development Journey of Tuen Mun Ling Liang Church January-213 Pastor for 27 years: Mok Hing Wan "Service attendance" "Our

More information

I also occasionally write for the Huffington Post: knoll/

I also occasionally write for the Huffington Post:  knoll/ I am the John Marshall Harlan Associate Professor of Politics at Centre College. I teach undergraduate courses in political science, including courses that focus on the intersection of identity, religion,

More information

Biometrics Prof. Phalguni Gupta Department of Computer Science and Engineering Indian Institute of Technology, Kanpur. Lecture No.

Biometrics Prof. Phalguni Gupta Department of Computer Science and Engineering Indian Institute of Technology, Kanpur. Lecture No. Biometrics Prof. Phalguni Gupta Department of Computer Science and Engineering Indian Institute of Technology, Kanpur Lecture No. # 13 (Refer Slide Time: 00:16) So, in the last class, we were discussing

More information

POLS 205 Political Science as a Social Science. Making Inferences from Samples

POLS 205 Political Science as a Social Science. Making Inferences from Samples POLS 205 Political Science as a Social Science Making Inferences from Samples Christopher Adolph University of Washington, Seattle May 10, 2010 Chris Adolph (UW) Making Inferences from Samples May 10,

More information

Lecture 6 Keynes s Concept of Probability

Lecture 6 Keynes s Concept of Probability Lecture 6 Keynes s Concept of Probability Patrick Maher Scientific Thought II Spring 2010 John Maynard Keynes 1883: Born in Cambridge, England 1904: B.A. Cambridge University 1914 18: World War I 1919:

More information

The Science-Faith Debate in Higher Education Mary E. Carrington and Gary L. Lyon

The Science-Faith Debate in Higher Education Mary E. Carrington and Gary L. Lyon The Science-Faith Debate in Higher Education Mary E. Carrington and Gary L. Lyon Mary E. Carrington, Assistant Professor, Science Division, Governors State University Gary L. Lyon, Associate Professor,

More information

Ability, Schooling Inputs and Earnings: Evidence from the NELS

Ability, Schooling Inputs and Earnings: Evidence from the NELS Ability, Schooling Inputs and Earnings: Evidence from the NELS Ozkan Eren University of Nevada, Las Vegas June 2008 Introduction I The earnings dispersion among individuals for a given age, education level,

More information

Marcello Pagano [JOTTER WEEK 5 SAMPLING DISTRIBUTIONS ] Central Limit Theorem, Confidence Intervals and Hypothesis Testing

Marcello Pagano [JOTTER WEEK 5 SAMPLING DISTRIBUTIONS ] Central Limit Theorem, Confidence Intervals and Hypothesis Testing Marcello Pagano [JOTTER WEEK 5 SAMPLING DISTRIBUTIONS ] Central Limit Theorem, Confidence Intervals and Hypothesis Testing Inference This is when the magic starts happening. Statistical Inference Use of

More information

Fusion Confusion? Comments on Nancy Reid: BFF Four Are we Converging?

Fusion Confusion? Comments on Nancy Reid: BFF Four Are we Converging? Fusion Confusion? Comments on Nancy Reid: BFF Four Are we Converging? Deborah G. Mayo The Fourth Bayesian, Fiducial and Frequentist Workshop (BFF4): Harvard University May 2, 2017 I m delighted to

More information

Grade 6 Math Connects Suggested Course Outline for Schooling at Home

Grade 6 Math Connects Suggested Course Outline for Schooling at Home Grade 6 Math Connects Suggested Course Outline for Schooling at Home I. Introduction: (1 day) Look at p. 1 in the textbook with your child and learn how to use the math book effectively. DO: Scavenger

More information

St. Matthew Catholic School. 6 th Grade Curriculum Overview

St. Matthew Catholic School. 6 th Grade Curriculum Overview St. Matthew Catholic School 6 th Grade Curriculum Overview 6 th Grade Religion Textbook on ipad: Sadlier - We Believe Love of God for his people is woven throughout history and in our world today The Liturgical

More information

Alphabet Smash A-Z Bible Verse Copy work:

Alphabet Smash A-Z Bible Verse Copy work: Alphabet Smash A-Z Bible Verse Copy work: This printable is meant to compliment the Alphabet Smash curriculum and can be used to encourage Bible verse memory for your child and strengthen handwriting skills.

More information

Sampling Conditions for Conforming Voronoi Meshing by the VoroCrust Algorithm

Sampling Conditions for Conforming Voronoi Meshing by the VoroCrust Algorithm Sampling Conditions for Conforming Voronoi Meshing by the VoroCrust Algorithm Ahmed Abdelkader 1, Chandrajit Bajaj 2, Mohamed Ebeida 3, Ahmed Mahmoud 4, Scott Mitchell 3, John Owens 4 and Ahmad Rushdi

More information

Divine exchanges: Applying social exchange theory to religious behavior

Divine exchanges: Applying social exchange theory to religious behavior 492306RSS25310.1177/1043463113492306Rationality and SocietyCorcoran 2013 Article Divine exchanges: Applying social exchange theory to religious behavior Rationality and Society 25(3) 335 369 The Author(s)

More information

Chapter 2 Science as a Way of Knowing: Critical Thinking about the Environment

Chapter 2 Science as a Way of Knowing: Critical Thinking about the Environment Chapter 2 Science as a Way of Knowing: Critical Thinking about the Environment Understanding What Science Is Scientific understanding of life and its environment is based on scientific method. Science

More information

PHILOSOPHY OF LOGIC AND LANGUAGE OVERVIEW LOGICAL CONSTANTS WEEK 5: MODEL-THEORETIC CONSEQUENCE JONNY MCINTOSH

PHILOSOPHY OF LOGIC AND LANGUAGE OVERVIEW LOGICAL CONSTANTS WEEK 5: MODEL-THEORETIC CONSEQUENCE JONNY MCINTOSH PHILOSOPHY OF LOGIC AND LANGUAGE WEEK 5: MODEL-THEORETIC CONSEQUENCE JONNY MCINTOSH OVERVIEW Last week, I discussed various strands of thought about the concept of LOGICAL CONSEQUENCE, introducing Tarski's

More information

VERY FAVOR TOTAL FAVOR. 06. Donald Trump % 36% 56% 46% 8%

VERY FAVOR TOTAL FAVOR. 06. Donald Trump % 36% 56% 46% 8% EPIC MRA STATEWIDE POLL OF ACTIVE AND LIKELY NOVEMBER 2018 VOTERS [FREQUENCY REPORT OF SURVEY RESPONSES - 600 SAMPLE - ERROR ±4.0%] Polling Dates: April 30, 2018 through May 3, 2018 Conducted by live interviewers

More information

A Linear Programming Approach to Complex Games: An Application to Nuclear Exchange Models

A Linear Programming Approach to Complex Games: An Application to Nuclear Exchange Models INSTITUTE FOR DEFENSE ANALYSES A Linear Programming Approach to Complex Games: An Application to Nuclear Exchange Models I. C. Oelrich, Project Leader August 2002 Approved for public release; distribution

More information

Does your church know its neighbours?

Does your church know its neighbours? Does your church know its neighbours? A Community Opportunity Scan will help a church experience God at work in the community and discover how it might join Him. Is your church involved in loving its neighbours?

More information

Stewardship Activities: Myths and Realities

Stewardship Activities: Myths and Realities Stewardship Activities: Myths and Realities Dr. Charles Zech Villanova University Center for the Study of Church Management Permeate Question 1- True or False? While no church is entirely satisfied with

More information

Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL Dennessa Gooden/ Samantha Okegbe COM 631/731 Spring 2018 Data: Film & TV Usage 2015 I. MODEL.

Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL Dennessa Gooden/ Samantha Okegbe COM 631/731 Spring 2018 Data: Film & TV Usage 2015 I. MODEL. Multiple Regression-FORCED-ENTRY HIERARCHICAL MODEL Dennessa Gooden/ Samantha Okegbe COM 6/7 Spring 08 Data: Film & TV Usage 05 IVs Block : Demographics Q: Age Q: Education Q: Income I. MODEL Block : Movie

More information

Science is Judgment, Not Only Calculation: A Reply to Aris Spanos

Science is Judgment, Not Only Calculation: A Reply to Aris Spanos 1 Science is Judgment, Not Only Calculation: A Reply to Aris Spanos Stephen T. Ziliak and Deirdre N. McCloskey 1 Forthcoming Dec. 2008, Erasmus Journal of Philosophy and Economics Over the past century

More information

Logical (formal) fallacies

Logical (formal) fallacies Fallacies in academic writing Chad Nilep There are many possible sources of fallacy an idea that is mistakenly thought to be true, even though it may be untrue in academic writing. The phrase logical fallacy

More information

Lecture 9. A summary of scientific methods Realism and Anti-realism

Lecture 9. A summary of scientific methods Realism and Anti-realism Lecture 9 A summary of scientific methods Realism and Anti-realism A summary of scientific methods and attitudes What is a scientific approach? This question can be answered in a lot of different ways.

More information

This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form...

This is certainly a time series. We can see very strong patterns in the correlation matrix. This comes out in this form... Gas Price regression... This is based on data file GasolineMarket.mpj. Here is a schematic of the data file: Year Expenditure Population GasPrice Income NewCars UsedCars Public Trans Durables Nondurables

More information

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Lecture No. #05 Review of Probability and Statistics I Good afternoon, it is Tapan Bagchi again. I have

More information