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

Size: px
Start display at page:

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

Transcription

1 Same-different and -not tests with sensr Christine Borgen Linander DTU Compute Section for Statistics Technical University of Denmark huge thank to a former colleague of mine Rune H B Christensen. ugust 20th 2015 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 1 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 2 / 23 Outline Outline Same-Different and the Degree-of-Difference tests 1 2 The -not protocol 3 Measures of sensitivity 4 The -not with sureness protocol 2 products 2 confusable stimuli: Chocolate bar (standard) B Chocolate bar with less saturated fat Setting: One pair of samples evaluated at each trial Question: re the samples the same or different? Stimuli: Same stimuli pairs: and BB Different stimuli pairs: B and B Same-Different test: Same Different Degree-of-Difference test: Same Different Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 3 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 4 / 23

2 Characteristics of the DOD test Giving answers τ criteria and the decision rule Same-Different: B Intensity B > τ different n unspecified test (like Triangle, Duo-Trio, Tetrad) Only 2 samples compared at each trial Easily understood test (by consumers) (O Mahony and Rousseau, 2002) No prior knowledge of products required (unlike -not ) Response bias (like -not ) τ τ Degree of difference: B Intensity B Intensity τ 1 τ 2 τ 3 B < τ same Rating scale: Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 5 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 6 / 23 Thurstonian model for the DOD test Thurstonian distributions: Difference distributions different same τ 3 τ 2 τ 1 τ 1 τ 2 different τ 3, BB 0.3 B σ 2 = B, B Same-different example Examples in R difference and similarity assessments δ Probability of answer in the j th category: P( j Same-pair) = f s (τ ) P( j Different-pair) = f d (τ, δ) Maximum likelihood estimation of parameters: likelihood f s (τ ) + f d (τ, δ) 0 δ Sample Response Same Different Total Same Different Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 7 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 8 / 23

3 The -not protocol The -not protocol The -not protocol Example: the -not test Situation: 2 products: and B ( not ) ssessors are familiarized with samples (and sometimes B samples as well) ssessors are served one sample either or B Question: Is the sample an or a not sample? Known as the yes-no method in Signal Detection Theory (Macmillan and Creelman, 2005) Example data: Sample Response Not- Total Not Null hypothesis, H 0 : products are similar lternative hypothesis, H : products are different Problem: There are many tests to choose from. What is the p-value? Can we reject H 0? Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 9 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 10 / 23 The -not protocol The Thurstonian model for the -not test The -not protocol Estimation of d with sensr Density θ d' Not Estimation of d with sensr: > library(sensr) > not(26, 55, 14, 55) Call: not(x1 = 26, n1 = 55, x2 = 14, n2 = 55) Results for the -Not test: Estimate Std. Error Lower Upper P-value d-prime Psychological continuuum d : Sensory difference θ: Decision threshold Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 11 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 12 / 23

4 The -not protocol Likelihood confidence intervals for -not tests Similarity testing The -not protocol > (ana <- not(26, 55, 14, 55)) Call: not(x1 = 26, n1 = 55, x2 = 14, n2 = 55) Results for the -Not test: Estimate Std. Error Lower Upper P-value d-prime Standard normal based confidence intervals: CI 95% = d ± 1.96se(d ) Improved likelihood based confidence intervals: > confint(ana) 2.5 % 97.5 % threshold d.prime im: Prove that products are identical Prove that products are identical Establish similarity within a similarity bound at some α-level How: Interchange the roles of the hypotheses: Example: H 0 : d is larger than 1 H : d is less than 1 Huge practical challenge: How to choose the similarity bound? Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 13 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 14 / 23 The -not protocol Similarity testing with d for -not tests Measures of sensitivity Discrimination measures in equal-variance models Use d for similarity testing: Hypotheses: H 0 : d is larger than 1 H : d is less than 1 p-value = P(Z < (d d 0 )/se(d ) H 0 ): > ## The Wald statistic: > statistic <- ( )/ > ## Compute p-value: > pnorm(statistic, lower.tail=true) [1] d = (µ 2 µ 1 )/σ is the (relative) distance between normal distributions λ = 2Φ( d /2) is the distribution overlap (0 < λ 1) Sensitivity, S = P(x 1 < x 2 ) = Φ(d / 2) is the probability that a random sample from the low-intensity distribution has a lower intensity than a random sample from the high-intensity distribution overlap d.prime UC Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 15 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 16 / 23

5 Measures of sensitivity The Receiver Operating Characteristic (ROC) curve The -not with sureness protocol Basics of the -not with sureness protocol What is a ROC curve? visual description of the discriminative ability central concept in Signal Detection Theory ( plot of False positive ratio True positive ratio (alt. Hit rate False-alarm Rate) The real number of interest the area under the ROC curve, UC: Examples in R S = UC = Φ(d / 2) nswers are given on a sureness scale with J categories The model assumes J 1 thresholds are adopted by the assessors Multinomial response: several ordered response categories Many parameters: Thresholds, θ j and effect, δ Table: Soup data Reference Not Reference Product Sure Not Sure Guess Guess Not Sure Sure Reference Test Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 17 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 18 / 23 The -not with sureness protocol Thurstonian model for the -not with sureness protocol The -not with sureness protocol Unequal variances model θ 1 0 θ 2 δ σ θ 3 Psychological continuum Multiple thresholds (θ) parameters. NOT : σ 1 = 1 NOT : σ 2 = δ σ k Psychological continuum Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 19 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 20 / 23

6 The -not with sureness protocol n unequal-variance model in practice The -not with sureness protocol Cumulative link models for -not with sureness Reference Test products products N(0, 1) N(δ, σ 22 ) δ θ 1 θ 2 θ 3 θ 4 θ 5 Sensory intensity Reference Not Reference Product Sure Not Sure Guess Guess Not Sure Sure Reference Test Table: Discrimination of packet soup (Christensen, Cleaver and Brockhoff, 2011) Christensen showed that the -not protocol (with and without sureness) is a version of a cumulative link model: ( ) θj δ(prod P(S i θ j ) = Φ i ) σ(prod i ) where σ is the ratio of scales (std. dev). This provides (optimal) ML estimates of the parameters, standard errors etc. profile likelihood confidence intervals available with confint. > fm1 <- clm(sureness ~ prod, data=my_data, link="probit") > summary(fm1) ## print d-prime etc. > confint(fm1) ## likelihood confidence interval for d-prime Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 21 / 23 Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 22 / 23 The -not with sureness protocol Discrimination measures in unequal-variance models d = (µ 2 µ 1 )/σ (no change) Distribution overlap: use the overlap function. Sensitivity: S = Φ(d / 1 + σ 2 2 ) where σ 2 is the scale ratio of the high-intensity distribution relative to the low-intensity distribution. ll measureas are equivalent in the equal-variance model, but not so in the unequal-variance model. In the unequal-variance model d can be a poor measure of discrimination. Christine Borgen Linander (DTU) Same-different and -not tests Sensometrics Summer School 23 / 23

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Deconstructing Data Science

Deconstructing Data Science econstructing ata Science avid Bamman, UC Berkeley Info 290 Lecture 11: Topic models Feb 29, 2016 Topic models Latent variables A latent variable is one that s unobserved, either because: e are predicting

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

Particle Sizes and Clumps from Stellar Occultations

Particle Sizes and Clumps from Stellar Occultations Particle Sizes and Clumps from Stellar Occultations Josh Colwell, Richard Jerousek, and James Cooney (UCF) Larry Esposito and Miodrag Sremcevic (CU) UVIS Team Meeting June 4-6, 2013, St. George Utah Variance

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

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

Probability Distributions TEACHER NOTES MATH NSPIRED

Probability Distributions TEACHER NOTES MATH NSPIRED Math Objectives Students will compare the distribution of a discrete sample space to distributions of randomly selected outcomes from that sample space. Students will identify the structure that emerges

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

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

Some basic statistical tools. ABDBM Ron Shamir

Some basic statistical tools. ABDBM Ron Shamir Some basic statistical tools ABDBM Ron Shamir 1 Today s plan Multiple testing and FDR Survival analysis The Gene Ontology Enrichment analysis TANGO GSEA ABDBM Ron Shamir 2 Refresher: Hypothesis Testing

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

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

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

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

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

Introduction to Inference

Introduction to Inference Introduction to Inference Confidence Intervals for Proportions 1 On the one hand, we can make a general claim with 100% confidence, but it usually isn t very useful; on the other hand, we can also make

More information

occasions (2) occasions (5.5) occasions (10) occasions (15.5) occasions (22) occasions (28)

occasions (2) occasions (5.5) occasions (10) occasions (15.5) occasions (22) occasions (28) 1 Simulation Appendix Validity Concerns with Multiplying Items Defined by Binned Counts: An Application to a Quantity-Frequency Measure of Alcohol Use By James S. McGinley and Patrick J. Curran This appendix

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

Introduction Chapter 1 of Social Statistics

Introduction Chapter 1 of Social Statistics Introduction p.1/22 Introduction Chapter 1 of Social Statistics Chris Lawrence cnlawren@olemiss.edu Introduction p.2/22 Introduction In this chapter, we will discuss: What statistics are Introduction p.2/22

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

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

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

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

Report about the Latest Results of Precipitation Verification over Italy

Report about the Latest Results of Precipitation Verification over Italy 5 Working Group on Verification and Case Studies 37 Report about the Latest Results of Precipitation Verification over Italy Elena Oberto, Marco Turco ARPA PIEMONTE, Torino, Italy 1 Introduction In the

More information

McDougal Littell High School Math Program. correlated to. Oregon Mathematics Grade-Level Standards

McDougal Littell High School Math Program. correlated to. Oregon Mathematics Grade-Level Standards Math Program correlated to Grade-Level ( in regular (non-capitalized) font are eligible for inclusion on Oregon Statewide Assessment) CCG: NUMBERS - Understand numbers, ways of representing numbers, relationships

More information

The distinctive should of assertability

The distinctive should of assertability PHILOSOPHICAL PSYCHOLOGY, 2017 http://dx.doi.org/10.1080/09515089.2017.1285013 The distinctive should of assertability John Turri Department of Philosophy, University of Waterloo, Waterloo, Canada ABSTRACT

More information

EXPERIMENTAL PSYCHOLOGY NST PART IB PBS PART 2A TIMETABLE (DRAFT COPY) Course Organiser: Dr GJ Davis (

EXPERIMENTAL PSYCHOLOGY NST PART IB PBS PART 2A TIMETABLE (DRAFT COPY) Course Organiser: Dr GJ Davis ( NB: Lectures and practical classes in italics intended ONLY for NST students taking NST IB Experimental Psychology LECTURES (Michaelmas) PRACTICALS (Michaelmas) 1 Thursday 6 Oct Dr Plaisted-Grant Introduction

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

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

PSY 202 Sample 2. Question/Prompt: It is logical that others see us differently than we see ourselves, and there is

PSY 202 Sample 2. Question/Prompt: It is logical that others see us differently than we see ourselves, and there is PSY 202 Sample 2 Title: Wise Men Know Best Section #10 Due Date: Thursday, February 11th Question/Prompt: It is logical that others see us differently than we see ourselves, and there is research to back

More information

The following content is provided under a Creative Commons license. Your support

The following content is provided under a Creative Commons license. Your support MITOCW Lecture 15 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 make a

More information

August Parish Life Survey. Saint Benedict Parish Johnstown, Pennsylvania

August Parish Life Survey. Saint Benedict Parish Johnstown, Pennsylvania August 2018 Parish Life Survey Saint Benedict Parish Johnstown, Pennsylvania Center for Applied Research in the Apostolate Georgetown University Washington, DC Parish Life Survey Saint Benedict Parish

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

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

A Path Forward for NDE Reliability

A Path Forward for NDE Reliability 5 th European-American Workshop on Reliability of NDE Lecture 1 A Path Forward for NDE Reliability Ward D. RUMMEL * * D & W Enterprises, Ltd., 8776 W. Mountainview Lane, Littleton, Colorado 80125, USA

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

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

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

How many imputations do you need? A two stage calculation using a quadratic rule

How many imputations do you need? A two stage calculation using a quadratic rule Sociological Methods and Research, in press 2018 How many imputations do you need? A two stage calculation using a quadratic rule Paul T. von Hippel University of Texas, Austin Abstract 0F When using multiple

More information

Who wrote the Letter to the Hebrews? Data mining for detection of text authorship

Who wrote the Letter to the Hebrews? Data mining for detection of text authorship Who wrote the Letter to the? Data mining for detection of text authorship Madeleine Sabordo a, Shong Y. Chai a, Matthew J. Berryman a, and Derek Abbott a a Centre for Biomedical Engineering and School

More information

Experimental Design. Introduction

Experimental Design. Introduction Ecologists generally, and marine biologists in particular, do not spend sufficient time, at least according to the available literature, in introspection about the nature of the science that they do Underwood

More information

1. Introduction Formal deductive logic Overview

1. Introduction Formal deductive logic Overview 1. Introduction 1.1. Formal deductive logic 1.1.0. Overview In this course we will study reasoning, but we will study only certain aspects of reasoning and study them only from one perspective. The special

More information

Belief in the Claim of an Argument Increases Perceived Argument Soundness

Belief in the Claim of an Argument Increases Perceived Argument Soundness Discourse Processes ISSN: 0163-853X (Print) 1532-6950 (Online) Journal homepage: http://www.tandfonline.com/loi/hdsp20 Belief in the Claim of an Argument Increases Perceived Argument Soundness Michael

More information

In Our Own Words 2000 Research Study

In Our Own Words 2000 Research Study The Death Penalty and Selected Factors from the In Our Own Words 2000 Research Study Prepared on July 25 th, 2001 DEATH PENALTY AND SELECTED FACTORS 2 WHAT BRINGS US TOGETHER: A PRESENTATION OF THE IOOW

More information

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

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

Factors related to students focus on God

Factors related to students focus on God The Christian Life Survey 2014-2015 Administration at 22 Christian Colleges tucse.taylor.edu Factors related to students focus on God Introduction Every year tens of thousands of students arrive at Christian

More information

and Voting for Evangelicals in Latin America Appendix

and Voting for Evangelicals in Latin America Appendix Skeletons Under the Altar: Authoritarian Stereotypes and Voting for Evangelicals in Latin America Appendix Taylor C. Boas, Boston University April 10, 2015 1 Representativeness In Chile, the online sample

More information

ANSWER SHEET FINAL EXAM MATH 111 SPRING 2009 (PRINT ABOVE IN LARGE CAPITALS) CIRCLE LECTURE HOUR 10AM 2PM FIRST NAME: (PRINT ABOVE IN CAPITALS)

ANSWER SHEET FINAL EXAM MATH 111 SPRING 2009 (PRINT ABOVE IN LARGE CAPITALS) CIRCLE LECTURE HOUR 10AM 2PM FIRST NAME: (PRINT ABOVE IN CAPITALS) ANSWER SHEET FINAL EXAM MATH 111 SPRING 2009 FRIDAY 1 MAY 2009 LAST NAME: (PRINT ABOVE IN LARGE CAPITALS) CIRCLE LECTURE HOUR 10AM 2PM FIRST NAME: (PRINT ABOVE IN CAPITALS) CIRCLE LAB DAY: TUESDAY THURSDAY

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

TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS. Twenty-Fifth Session Sibiu, Romania, September 3 to 6, 2007

TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS. Twenty-Fifth Session Sibiu, Romania, September 3 to 6, 2007 E TWC/25/13 ORIGINAL: English DATE: August 14, 2007 INTERNATIONAL UNION FOR THE PROTECTION OF NEW VARIETIES OF PLANTS GENEVA TECHNICAL WORKING PARTY ON AUTOMATION AND COMPUTER PROGRAMS Twenty-Fifth Session

More information

MITOCW watch?v=ogo1gpxsuzu

MITOCW watch?v=ogo1gpxsuzu MITOCW watch?v=ogo1gpxsuzu 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

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

Overview of College Board Noncognitive Work Carol Barry

Overview of College Board Noncognitive Work Carol Barry Overview of College Board Noncognitive Work Carol Barry Background The College Board is well known for its work in successfully developing and validating cognitive measures to assess students level of

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

Observation and categories. Phil 12: Logic and Decision Making Fall 2010 UC San Diego 10/8/2010

Observation and categories. Phil 12: Logic and Decision Making Fall 2010 UC San Diego 10/8/2010 Observation and categories Phil 12: Logic and Decision Making Fall 2010 UC San Diego 10/8/2010 Review: Confirmation Argument form for confirming hypotheses: If the hypothesis were not approximately true

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

Bounded Rationality. Gerhard Riener. Department of Economics University of Mannheim. WiSe2014

Bounded Rationality. Gerhard Riener. Department of Economics University of Mannheim. WiSe2014 Bounded Rationality Gerhard Riener Department of Economics University of Mannheim WiSe2014 Gerhard Riener (University of Mannheim) Bounded Rationality WiSe2014 1 / 18 Bounded Rationality We have seen in

More information

ECE 5424: Introduction to Machine Learning

ECE 5424: Introduction to Machine Learning ECE 5424: Introduction to Machine Learning Topics: (Finish) Regression Model selection, Cross-validation Error decomposition Readings: Barber 17.1, 17.2 Stefan Lee Virginia Tech Administrative Project

More information

Leadership Survey Report for Adventist Review Russian Edition

Leadership Survey Report for Adventist Review Russian Edition Leadership Survey Report for Adventist Review Russian Edition Conducted for the Office of Archives, Statistics and Research General Conference of Seventh-day Adventists By the Center for Creative Ministry

More information

AN EXPLORATORY SURVEY EXAMINING THE FAMILIARITY WITH AND ATTITUDES TOWARD CRYONIC PRESERVATION. W. Scott Badger, Ph.D. ABSTRACT INTRODUCTION

AN EXPLORATORY SURVEY EXAMINING THE FAMILIARITY WITH AND ATTITUDES TOWARD CRYONIC PRESERVATION. W. Scott Badger, Ph.D. ABSTRACT INTRODUCTION Journal of Evolution and Technology. December 1998. Vol. 3 AN EXPLORATORY SURVEY EXAMINING THE FAMILIARITY WITH AND ATTITUDES TOWARD CRYONIC PRESERVATION W. Scott Badger, Ph.D. ABSTRACT A consumer survey

More information

Final Exam (PRACTICE-2) #2

Final Exam (PRACTICE-2) #2 Final Exam (PRACTICE-2) #2 Basic Math / FND M020 FA 14 10404-10N30FD04-Nap (Prof. Abdon) Student Name/ID: 1. Estimate by first rounding each number to the nearest hundred. 2. Give the digits in the thousands

More information

Studying Religion-Associated Variations in Physicians Clinical Decisions: Theoretical Rationale and Methodological Roadmap

Studying Religion-Associated Variations in Physicians Clinical Decisions: Theoretical Rationale and Methodological Roadmap Studying Religion-Associated Variations in Physicians Clinical Decisions: Theoretical Rationale and Methodological Roadmap Farr A. Curlin, MD Kenneth A. Rasinski, PhD Department of Medicine The University

More information

Overview of the ATLAS Fast Tracker (FTK) (daughter of the very successful CDF SVT) July 24, 2008 M. Shochet 1

Overview of the ATLAS Fast Tracker (FTK) (daughter of the very successful CDF SVT) July 24, 2008 M. Shochet 1 Overview of the ATLAS Fast Tracker (FTK) (daughter of the very successful CDF SVT) July 24, 2008 M. Shochet 1 What is it for? At the LHC design accelerator intensity: New phenomena: 0.05 Hz Total interaction

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

Survey of Pastors. Source of Data in This Report

Survey of Pastors. Source of Data in This Report Survey of Pastors Mega Study 1 North American Division of the Seventh day Adventist Church Source of Data in This Report A random sample of 500 local churches in the North American Division of the Seventh

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

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur. Lecture No. # 18 Acceptance Sampling

Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur. Lecture No. # 18 Acceptance Sampling Six Sigma Prof. Dr. T. P. Bagchi Department of Management Indian Institute of Technology, Kharagpur Lecture No. # 18 Acceptance Sampling Good afternoon, we begin today we continue with our session on Six

More information

Survey Report New Hope Church: Attitudes and Opinions of the People in the Pews

Survey Report New Hope Church: Attitudes and Opinions of the People in the Pews Survey Report New Hope Church: Attitudes and Opinions of the People in the Pews By Monte Sahlin May 2007 Introduction A survey of attenders at New Hope Church was conducted early in 2007 at the request

More information

I'm just curious, even before you got that diagnosis, had you heard of this disability? Was it on your radar or what did you think was going on?

I'm just curious, even before you got that diagnosis, had you heard of this disability? Was it on your radar or what did you think was going on? Hi Laura, welcome to the podcast. Glad to be here. Well I'm happy to bring you on. I feel like it's a long overdue conversation to talk about nonverbal learning disorder and just kind of hear your story

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

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

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

Recoding of Jews in the Pew Portrait of Jewish Americans Elizabeth Tighe Raquel Kramer Leonard Saxe Daniel Parmer Ryan Victor July 9, 2014

Recoding of Jews in the Pew Portrait of Jewish Americans Elizabeth Tighe Raquel Kramer Leonard Saxe Daniel Parmer Ryan Victor July 9, 2014 Recoding of Jews in the Pew Portrait of Jewish Americans Elizabeth Tighe Raquel Kramer Leonard Saxe Daniel Parmer Ryan Victor July 9, 2014 The 2013 Pew survey of American Jews (PRC, 2013) was one of the

More information

Identity and Curriculum in Catholic Education

Identity and Curriculum in Catholic Education Identity and Curriculum in Catholic Education Survey of teachers opinions regarding certain aspects of Catholic Education Executive summary A survey instrument (Appendix 1), designed by working groups

More information

Nigerian University Students Attitudes toward Pentecostalism: Pilot Study Report NPCRC Technical Report #N1102

Nigerian University Students Attitudes toward Pentecostalism: Pilot Study Report NPCRC Technical Report #N1102 Nigerian University Students Attitudes toward Pentecostalism: Pilot Study Report NPCRC Technical Report #N1102 Dr. K. A. Korb and S. K Kumswa 30 April 2011 1 Executive Summary The overall purpose of this

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

Young Adult Catholics This report was designed by the Center for Applied Research in the Apostolate (CARA) at Georgetown University for the

Young Adult Catholics This report was designed by the Center for Applied Research in the Apostolate (CARA) at Georgetown University for the Center Special for Applied Research in the Apostolate. Report Georgetown University. Washington, D.C. Serving Dioceses, Parishes, and Religious Communities Since 196 Fall 2002 Young Adult Catholics This

More information

January Parish Life Survey. Saint Paul Parish Macomb, Illinois

January Parish Life Survey. Saint Paul Parish Macomb, Illinois January 2018 Parish Life Survey Saint Paul Parish Macomb, Illinois Center for Applied Research in the Apostolate Georgetown University Washington, DC Parish Life Survey Saint Paul Parish Macomb, Illinois

More information

Summary of Research about Denominational Structure in the North American Division of the Seventh-day Adventist Church

Summary of Research about Denominational Structure in the North American Division of the Seventh-day Adventist Church Summary of Research about Denominational Structure in the North American Division of the Seventh-day Adventist Church Surveys and Studies Completed in 1995 by the NAD Office of Information & Research By

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

Factors Influencing on Peaceful Co-Existence: Christian s Living in Tehran

Factors Influencing on Peaceful Co-Existence: Christian s Living in Tehran Open Access Library Journal 2017, Volume 4, e2384 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Factors Influencing on Peaceful Co-Existence: Christian s Living in Tehran Mirzaei Farahnaz *, Hassan Ali

More information

Review Articles THE LOGIC OF STATISTICAL INFERENCE1

Review Articles THE LOGIC OF STATISTICAL INFERENCE1 Brit. J. Phil. Sci. 23 (1972), 123-190 Printed in Great Britain 123 Review Articles THE LOGIC OF STATISTICAL INFERENCE1 To review a book seven years after its publication is unusual. The distribution of

More information

Laboratory Exercise Saratoga Springs Temple Site Locator

Laboratory Exercise Saratoga Springs Temple Site Locator Brigham Young University BYU ScholarsArchive Engineering Applications of GIS - Laboratory Exercises Civil and Environmental Engineering 2017 Laboratory Exercise Saratoga Springs Temple Site Locator Jordi

More information

Statistical Inference Casella

Statistical Inference Casella Statistical Inference Casella 1 / 6 2 / 6 3 / 6 Statistical Inference Casella Title: Statistical Inference Author: George Casella, Roger L. Berger Created Date: 1/9/2009 7:22:33 PM Statistical Inference

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

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