Professional Skills in Computer Science Lecture 8: Induction (2)

Size: px
Start display at page:

Download "Professional Skills in Computer Science Lecture 8: Induction (2)"

Transcription

1 Professional Skills in Computer Science Lecture 8: Induction (2) Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University of Liverpool Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 1

2 Ind. generalisation Statistical syllogism Ind. reasoning in CS Contents 1 Inductive generalisation Definition Hasty generalisation Overgeneralisation Biased sample Observation 2 Statistical syllogism Definition and examples Fallacy by accident Arguments from authority Fallacy by appeal to inappropriate authority Arguments from consensus 3 Inductive Reasoning in Computer Science Machine Learning Data Mining Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 2

3 Ind. generalisation Statistical syllogism Ind. reasoning in CS Today... Relevant learning outcomes: 1 Ability to describe and discuss economic, historic, organisational, research, and social aspects of computing as a discipline and computing in practice 2 To effectively retrieve information including the use of library and web sources and the evaluation of information retrieved from such sources 3 To recognise and employ sound reasoning and argumentation techniques as part of conducting basic research Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 3

4 Ind. generalisation Statistical syllogism Ind. reasoning in CS Causal induction / Causal inference Mill s five methods of induction / five methods of experimental inquiry 1 Method of agreement 2 Method of difference 3 Joint method of agreement and difference 4 Method of concomitant variations 5 Method of residue are methods for causal induction (or causal inference) Causal induction draws a conclusion about a causal connection based on the circumstances of the occurrence of an effect Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 4

5 Ind. generalisation Statistical syllogism Ind. reasoning in CS Causal induction: Example In 1695, Edmond Halley was computing the orbits of a set of comets for inclusion in Newton s Principia Mathematica He noticed that comets that were observed in 1531, 1607, and 1682 took very similar paths across the sky Also, the observations were years apart (suggesting a regular interval) Newton had already established (by induction) that comets follow certain paths, e.g. a parabolic path or an elliptic orbit Halley inferred by induction that the three sightings were caused by the same comet orbiting the sun on a highly elliptic orbit Note: This could be seen as hasty generalisation, but we now know that the comet has been observed since 240 BC by Chinese and Babylonian astronomers (Source: T. L. Griffiths and J. B. Tenenbaum: Theory-Based Causal Induction. Psychological Review 116(4): , 2009.) Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 5

6 Ind. generalisation Statistical syllogism Ind. reasoning in CS Other forms of inductive reasoning Causal induction is only one form of inductive reasoning In particular, we were looking for reasoning that from observations like draws a conclusion like All the crows I ve ever seen were black All crows are black This does not appear to be causal induction Instead this form of inductive reasoning is based on 1 Inductive generalisation 2 Statistical syllogism Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 6

7 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Hasty Overgeneral Bias Observation Inductive generalisation An inductive generalisation takes a sample of a population and draws a conclusion about the entire population: Proportion X of sample S have property P therefore Proportion X of the entire population have property P Example: You have a box with 100 balls in it, some black, some white You draw a sample of 5 balls out of the box, 4 of them are black, i.e., 80%, and 1 is white, i.e., 20% Inductive generalisation: 80% of all the balls in the box are black and 20% are white Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 7

8 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Hasty Overgeneral Bias Observation Inductive generalisation A special case of inductive generalisation occurs when the proportion X of the sample represents the whole sample: Every instance of sample S has property P therefore Every instance of the entire population has property P Example: Every crow that I have ever seen was black therefore Every crow in the entire world is black This was exactly the kind of inductive reasoning that we were looking for Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 8

9 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Hasty Overgeneral Bias Observation Hasty generalisation Inductive generalisation requires a sample that is sufficiently large and unbiased A sample that is too small can lead to a hasty generalisation Example: You have a box with 100 balls in it, some black, some white, some red You draw a sample of 2 balls out of the box, 1 of them is black, i.e., 50%, and 1 is white, i.e., 50% Generalisation: 50% of all the balls in the box are black and 50% are white, there are no red balls in the box A sample of 2 balls could never have been representative given that there are 3 colours involved Note that this generalisation might still be correct! Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 9

10 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Hasty Overgeneral Bias Observation Overgeneralisation A special instance of hasty generalisation is overgeneralisation Overgeneralisation occurs if you draw an overly-general conclusion that is unwarranted by the sample Instances Salad Fish Meat Chicken Sick Andy yes yes yes yes yes Dave yes yes yes Frank yes yes yes yes Eve yes yes yes Jack yes yes yes yes Betty yes yes yes Causal induction: This particular salad makes you sick Overgeneralisation: Salad is bad for you Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 10

11 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Hasty Overgeneral Bias Observation Biased sample A biased sample occurs when a sample is collected in such a way that some members of the intended population are less likely to be included than others A biased sample is again not a sound basis for inductive generalisation Example: The average age of people studying or working at the University is 28 years Generalisation: The average age of the UK population is 28 years In reality, the average age of the UK population is 38 years The sample of people studying and working at the University is biased towards younger people Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 11

12 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Hasty Overgeneral Bias Observation Insufficient Range of Observational Circumstances Example: We observe that a fellow student, Michael, is grumpy on Wednesday, 2nd November, Wednesday, 9th November, Wednesday, 16th November, Wednesday, 23rd November We conclude that Michael is always grumpy on Wednesdays We failed to recognise that these dates coincide with COMP101 coursework deadlines and that this is the cause for Michael s grumpiness As soon as COMP101 is over Michael will be grumpy on a different day of the week Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 12

13 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Accident Authority Statistical syllogism A statistical syllogism proceeds from a generalisation to a conclusion about an individual Proportion X of the population have property P (where X is large) Individual I is a member of that population Therefore, I has property P Syllogism means conclusion or inference Beware: Some dictionaries define a syllogism as a deductive scheme or deductive reasoning Statistical syllogism is not a form of deductive reasoning It is a form of inductive reasoning Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 13

14 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Accident Authority Statistical syllogism A statistical syllogism proceeds from a generalisation to a conclusion about an individual Proportion X of the population have property P (where X is large) Individual I is a member of that population Therefore, I has property P Example: 90% of university students have above average intelligence You are a university student Therefore, you have above average intelligence Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 14

15 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Accident Authority Statistical syllogism: Fallacy by accident Fallacy by accident: a generalisation is applied when circumstances suggest that there should be an exception Example: Exceeding the speed limit is (almost always) an offence The driver of an ambulance has exceeded the speed limit Therefore, the driver has committed an offence Obviously, we should realise that an ambulance may be exempted from obeying the speed limit Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 15

16 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Accident Authority Statistical syllogism: Arguments from authority Arguments from authority can be seen as a version of statistical syllogism: Statistical syllogism Proportion X of the population have property P (where X is large) Individual I is a member of that population Therefore, I has property P Argument from authority Most of what authority A says on subject matter S is correct X is something that A says in the context of S Therefore, X is true Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 16

17 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Accident Authority Arguments from authority: Appeal to inappropriate authority Arguments from authority are best avoided in science If you still feel the need to use such an argument, make sure that you avoid the fallacy of appeal to inappropriate authority where the authority and subject matter does not satisfy all of the following conditions: 1 The authority is a recognised expert on the subject matter 2 There is general agreement among authorities on questions / statements relating to that subject matter 3 There is no good reason to suspect that the authority is biased on the subject matter or the particular question Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 17

18 Ind. generalisation Statistical syllogism Ind. reasoning in CS Definition Accident Authority Statistical syllogism: Arguments from consensus Arguments from consensus can be seen as a version of statistical syllogism: Argument from consensus Most of the claims that most of the people agree upon are true X is a claim that most people agree upon Therefore, X is true Even worse than arguments from authority But admissible when the subject matter is public opinion or strongly influenced by public opinion Example: If opinion polls suggest that a considerable majority believes that there will be a change of government at the next election, then there will be a change of government Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 18

19 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Inductive reasoning: Summary and applications Our motivation for considering inductive reasoning was the question What is the right proto-theory/hypothesis/model in a particular situation? We have seen that, for example, the method of difference may also help us with the question What is the right experiment to conduct? Both of these questions relate to the conduct of Research in general and the conduct of Computer Science Research in particular A central question of Computer Science Research is So, a natural question is What can be (efficiently) automated (described as an algorithmic process)? Can inductive reasoning be automated? Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 19

20 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Computational Scientific Discovery Can inductive reasoning be automated? Computational Scientific Discovery is the branch of Artificial Intelligence that is concerned with providing answers to this question An early example of a scientific discovery system is Meta-Dendral B. G. Buchanan and E. A. Feigenbaum: Dendral and Meta-Dendral. Artificial Intelligence 11(1 2):5 24, 1978 System for rule discovery in the area of chemical analysis via mass spectrometry Motivated by applications in space exploration Experiments and analysis may need to be conducted without human involvement Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 20

21 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining BACON Another early example of a scientific discovery system is BACON (Langley et al, ) Named after Francis Bacon ( ), a pioneer of the scientific method BACON was a system for the discovery of (scientific) numeric laws, that is, laws of the form y = F (x) BACON was able to rediscover Ohm s law, Boyle s gas law, Kepler s law of planetary motion, Galileo s law of uniform acceleration Uses the plan-generate-test approach using a number of simple inference rules / rules of thumb for the generation of F Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 21

22 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining BACON: Example We have the following data for the period of revolution (P) of four of Jupiter s moons in relation to their mean distance (D) to the planet Moon Distance (D) Period (P) A B C D The task is to find a function F linking P to D Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 22

23 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining BACON: Example We have the following data for the period of revolution (P) of four of Jupiter s moons in relation to their mean distance (D) to the planet Moon Distance (D) Period (P) (D/P) (D 2 /P) (D 3 /P 2 ) A B C D The task is to find a function F linking P to D Solution: D 3 /P 2 = or D 3 / = P We have rediscovered Kepler s third law: The square of the orbital period of a planet is directly proportional to the cube of the semi-major axis of its orbit. Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 23

24 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Robot Scientist Developed by the University of Aberystwyth Experiments can be designed by intelligent software and executed by the robot The results are analysed automatically by the software and are fed back into the next round of hypothesis formation and experimentation Theory generation uses inductive reasoning Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 24

25 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Machine Learning Inductive reasoning is not only useful for research, but for learning in general Machine Learning is the branch of Artificial Intelligence that is concerned with the development of algorithms that learn rules, behaviours, etc using inductive reasoning based on data (or using abductive reasoning) Important subcategories of machine learning: Learning to classify Pattern recognition Example applications: Recognition of faces, crop blights, mal-manufactured items Intelligent non-player characters in computer games Classification of DNA sequences Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 25

26 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Data Mining Machine learning is a key component of Data Mining Typically associated with the analysis of large amounts of data Additionally involves storing large amounts of data, data cleansing, data visualisation Aims to find previously unknown patterns (cluster analysis) unusual data records (anomaly detection) interdependencies in the data (association rule mining) Example applications: Advertising: To which offer/advertisement is a potential customer most likely to respond Basket analysis: What items are customers most likely to buy together Sensitive data: Finding a user s religious affiliations, political leanings, sexual orientation via analysis of social networking data Serious privacy concerns Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 26

27 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Data Mining: Example (People Analytics) Google applied data mining to the question Answer: 1 Be a good coach What makes a good team leader? 2 Empower your teams and don t micromanage 3 Express interest in team member s success and personal well-being 4 Don t be a sissy: be productive and results orientated 5 Be a good communicator and listen to your team 6 Help your employees with career development 7 Have a clear vision and strategy for the team 8 Have key technical skills so you can help your team ( 8 ) is the only surprise contradicts that good managers can manage anything also contradicts that technicals skills are the most important skills for a manager Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 27

28 Ind. generalisation Statistical syllogism Ind. reasoning in CS Machine Learning Data Mining Further reading For more on Inductive Reasoning see W. Hughes, J. Lavery, and K. Doran: Critical Thinking: An Introduction to the Basic Skills (6th revised ed). Broadview Press, Chapter 10 Ullrich Hustadt COMP110 Professional Skills in Computer Science L8 28

COMP 516 Research Methods in Computer Science. COMP 516 Research Methods in Computer Science. Research Process Models: Sequential (1)

COMP 516 Research Methods in Computer Science. COMP 516 Research Methods in Computer Science. Research Process Models: Sequential (1) COMP 516 Research Methods in Computer Science Dominik Wojtczak Department of Computer Science University of Liverpool COMP 516 Research Methods in Computer Science Lecture 9: Research Process Models Dominik

More information

L6: Overview. with side orders of lecture revision, pokemon, and silly experiments. Dani Navarro

L6: Overview. with side orders of lecture revision, pokemon, and silly experiments. Dani Navarro L6: Overview with side orders of lecture revision, pokemon, and silly experiments Dani Navarro Part 1: Dani Navarro L1: Introduction L2: Attention L3: Similarity L4: Reasoning L5: A case study Part 2:

More information

CAUSING OTHERS TO WANT YOUR LEADERSHIP

CAUSING OTHERS TO WANT YOUR LEADERSHIP CAUSING OTHERS TO WANT YOUR LEADERSHIP...for Administrators 2nd edition ROBERT L. DEBRUYN AUTHOR OF THE MASTER TEACHER Table of ConTenTs INTRODUCTION...vii Part one You and PeoPle ChaPter 1. What LeaDershIP

More information

Chapter 02. Basic Research Methodology

Chapter 02. Basic Research Methodology Chapter 02 Basic Research Methodology Definition RESEARCH Research is a quest for knowledge through diligent search or investigation or experimentation aimed at the discovery and interpretation of new

More information

Inferencing in Artificial Intelligence and Computational Linguistics

Inferencing in Artificial Intelligence and Computational Linguistics Inferencing in Artificial Intelligence and Computational Linguistics (http://www.dfki.de/~horacek/infer-ai-cl.html) no classes on 28.5., 18.6., 25.6. 2-3 extra lectures will be scheduled Helmut Horacek

More information

Chapter 11 Decision Making. Syllogism. The Logic

Chapter 11 Decision Making. Syllogism. The Logic Chapter 11 Decision Making Syllogism All men are mortal. (major premise) Socrates is a man. (minor premise) (therefore) Socrates is mortal. (conclusion) The Logic Mortal Socrates Men 1 An Abstract Syllogism

More information

Hypothesis-Driven Research

Hypothesis-Driven Research Hypothesis-Driven Research Research types Descriptive science: observe, describe and categorize the facts Discovery science: measure variables to decide general patterns based on inductive reasoning Hypothesis-driven

More information

Neuroscience and Generalized Empirical Method Go Three Rounds

Neuroscience and Generalized Empirical Method Go Three Rounds Bruce Anderson, Neuroscience and Generalized Empirical Method Go Three Rounds: Review of Robert Henman s Global Collaboration: Neuroscience as Paradigmatic Journal of Macrodynamic Analysis 9 (2016): 74-78.

More information

I. Logical Argument (argument) appeals to reason and intellect.

I. Logical Argument (argument) appeals to reason and intellect. Page 1 of 5 Argument strategies for manipulating others to agree with your opinion, premise or idea; i.e. to convince others. Argumentative writing has a different motivation from expository writing, in

More information

What is a logical argument? What is inductive reasoning? Fundamentals of Academic Writing

What is a logical argument? What is inductive reasoning? Fundamentals of Academic Writing What is a logical argument? What is inductive reasoning? Fundamentals of Academic Writing Logical relations Deductive logic Claims to provide conclusive support for the truth of a conclusion Valid argument,

More information

Lecture 12A: Chapter 9, Section 1 Inference for Categorical Variable: Confidence Intervals

Lecture 12A: Chapter 9, Section 1 Inference for Categorical Variable: Confidence Intervals Looking Back: Review Lecture 12A: Chapter 9, Section 1 Inference for Categorical Variable: Confidence Intervals! Probability vs. Confidence! Constructing Confidence Interval! Sample Size; Level of Confidence!

More information

Science, Society, and Social Research (1) Benjamin Graham

Science, Society, and Social Research (1) Benjamin Graham Science, Society, and Social Research (1) Nuts and Bolts My computer croaked, so no clickers today We will start collecting clicker data for grades next Thurs Discussion sections start next week Homework

More information

2017 학년도수능연계수능특강 영어영역영어. Lecture 03. 요지추론 - 본문. The negative effects of extrinsic motivators such as grades

2017 학년도수능연계수능특강 영어영역영어. Lecture 03. 요지추론 - 본문. The negative effects of extrinsic motivators such as grades 다음글의요지로가장적절한것은? The negative effects of extrinsic motivators such as grades have been documented with students from different cultures. Although this matter is more complex than simply regarding all extrinsic

More information

The Scientific Method

The Scientific Method Course "Empirical Evaluation in Informatics" The Scientific Method Prof. Dr. Lutz Prechelt Freie Universität Berlin, Institut für Informatik http://www.inf.fu-berlin.de/inst/ag-se/ Science and insight

More information

Lecture III. Is s/he an expert in the particular issue? Does s/he have an interest in the issue?

Lecture III. Is s/he an expert in the particular issue? Does s/he have an interest in the issue? 1 Introduction to Critical Thinking Lecture III 2 Appeal to Authority I m becoming a vegetarian. I.B. Singer said it is the ethical thing to do, and he won the Nobel Prize! I m buying a Bumpster mountain

More information

Appendix A: NAPLaN Reading Skills by Proficiency Band

Appendix A: NAPLaN Reading Skills by Proficiency Band Appendix A: NAPLaN Reading Skills by Proficiency Band NAPLaN Comprehension Skills by Proficiency Band PB Finds clearly stated information in the first sentence of an illustrated information text. 1 Locates

More information

Design Methodology. 4th year 1 nd Semester. M.S.C. Madyan Rashan. Room No Academic Year

Design Methodology. 4th year 1 nd Semester. M.S.C. Madyan Rashan. Room No Academic Year College of Engineering Department of Interior Design Design Methodology 4th year 1 nd Semester M.S.C. Madyan Rashan Room No. 313 Academic Year 2018-2019 Course Name Course Code INDS 315 Lecturer in Charge

More information

Programme Specification. MSc/PGDip Forensic and Legal Psychology

Programme Specification. MSc/PGDip Forensic and Legal Psychology Entry Requirements: Programme Specification MSc/PGDip Forensic and Legal Psychology Applicants for the MSc must have a good Honours degree (2:1 or better) in Psychology or a related discipline (e.g. Criminology,

More information

Module Two: Review Questions

Module Two: Review Questions 1. What is the difference between deductive and inductive reasoning? a) Deductive reasoning is based on observations b) Deductive reasoning is used to form a hypothesis c) Inductive reasoning is used to

More information

Induction Induction general conclusion from incomplete evidence.

Induction Induction general conclusion from incomplete evidence. Induction Induction is the process of drawing a general conclusion from incomplete evidence. You consider facts you have observed to draw a general conclusion about things you have not seen or heard..

More information

CHARTER FOR INVOLVEMENT. National Involvement Network

CHARTER FOR INVOLVEMENT. National Involvement Network CHARTER FOR INVOLVEMENT National Involvement Network 1 What is the Charter? 2 Who has written the Charter? 4 Why is there a tiger on the front? 5 What is the aim of the Charter? 8 The 12 Statements 46

More information

The Scientific Method

The Scientific Method The Scientific Method Prelab Thoroughly explore the website Understanding Science: How Science Really Works at http://undsci.berkeley.edu. Answer the following five questions based on your textbook and

More information

Introduction to the Scientific Method. Knowledge and Methods. Methods for gathering knowledge. method of obstinacy

Introduction to the Scientific Method. Knowledge and Methods. Methods for gathering knowledge. method of obstinacy Introduction to Research Methods COGS 160 (COGS 14A) Dept. of Cognitive Science Prof. Rafael Núñez R Introduction to the Scientific Method ~ Chapter 1 Knowledge and Methods Method (Merriam-Webster) a procedure

More information

E=MC 2 The Relativity of Sustainability

E=MC 2 The Relativity of Sustainability E=MC 2 The Relativity of Sustainability Presented by J. R. McGee Managing Partner and CEO Company Proprietary Company Information Proprietary Information A Great Idea Ain t Enough! What Is The Average

More information

ORGANISATIONAL BEHAVIOUR

ORGANISATIONAL BEHAVIOUR ORGANISATIONAL BEHAVIOUR LECTURE 3, CHAPTER 6 A process through which Individuals organize and interpret their sensory impressions in order to give meaning to their environment. PERCEPTION Why is Perception

More information

Understanding the True Realities of Influencing. What do you need to do in order to be Influential?

Understanding the True Realities of Influencing. What do you need to do in order to be Influential? Understanding the True Realities of Influencing. What do you need to do in order to be Influential? Background and why Influencing is increasingly important? At Oakwood Learning we have carried out our

More information

VISA to (W)hole Personal Leadership

VISA to (W)hole Personal Leadership VISA to (W)hole Personal Leadership This questionnaire uses VISA to help you explore your leadership style preference, and will provide you with your personal VISA leadership profile. Structure Action

More information

Introduction to Research Methods

Introduction to Research Methods Introduction to Research Methods 8-10% of the AP Exam Psychology is an empirical discipline. Psychologists develop knowledge by doing research. Research provides guidance for psychologists who develop

More information

society. The social perspective is a way of looking at society. It sees society as something over and above the very people who are in that society.

society. The social perspective is a way of looking at society. It sees society as something over and above the very people who are in that society. What is sociology? The systematic study of human society. What is the sociological perspective? The social perspective is a way of looking at society. It sees society as something over and above the very

More information

Function Well Personalised Health & Fitness Training Systems. All Rights Reserved

Function Well Personalised Health & Fitness Training Systems. All Rights Reserved Mindset Steps To Success By Darren Bain Function Well Personalised Health & Fitness Training Systems. All Rights Reserved Page 1 How to Achieve Results! In my 10 years in the industry I've rarely seen

More information

15.301/310, Managerial Psychology Prof. Dan Ariely Recitation 8: T test and ANOVA

15.301/310, Managerial Psychology Prof. Dan Ariely Recitation 8: T test and ANOVA 15.301/310, Managerial Psychology Prof. Dan Ariely Recitation 8: T test and ANOVA Statistics does all kinds of stuff to describe data Talk about baseball, other useful stuff We can calculate the probability.

More information

SPECIAL REPORT. BEHIND THE SCENES with a Former FDA Inspector

SPECIAL REPORT. BEHIND THE SCENES with a Former FDA Inspector SPECIAL REPORT BEHIND THE SCENES with a Former FDA Inspector 34627 Copyright 2012 All Rights Reserved DISCLAIMER: This special report is intended for educational purposes only. Consumers should never disregard

More information

CHIP-2. 12/Feb/2013. Part 0: Concepts and history in psychology. Recap of lecture 1. What kinds of data must psychology explain?

CHIP-2. 12/Feb/2013. Part 0: Concepts and history in psychology. Recap of lecture 1. What kinds of data must psychology explain? CHIP-2 Concepts and history in psychology Steve Draper, Glasgow University Part 0: Recap of lecture 1 What types of explanation and data does psychology use? CHIP-2 12 Feb 2013 1 2 Kinds of data / evidence

More information

The Nature of Science: What is Science? A Effective Synthesis for Science Instruction. What is Science, Really?

The Nature of Science: What is Science? A Effective Synthesis for Science Instruction. What is Science, Really? The Nature of : A Missing Foundation for Teaching and Learning International Education Conference Singapore 2006 William F. McComas, Ph.D. Parks Family Professor of Education College of Education and Health

More information

Artificial intelligence and judicial systems: The so-called predictive justice. 20 April

Artificial intelligence and judicial systems: The so-called predictive justice. 20 April Artificial intelligence and judicial systems: The so-called predictive justice 20 April 2018 1 Context The use of so-called artificielle intelligence received renewed interest over the past years.. Stakes

More information

EVIDENCE AND INVESTIGATION: Booklet 1

EVIDENCE AND INVESTIGATION: Booklet 1 EVIDENCE AND INVESTIGATION: Booklet 1 NAME: Key Questions: What is a detective? Detective: What is Forensic Science or Forensic Investigation: How can we use information and evidence to fight crime? Evidence:

More information

The mission of AIGA is to advance designing as a professional craft, strategic tool and vital cultural force. Mission statement

The mission of AIGA is to advance designing as a professional craft, strategic tool and vital cultural force. Mission statement How AIGA is organized AIGA is a nonprofit professional membership organization founded in 1914, incorporated in the state of New York and headquartered in New York City. It is a volunteer membership organization

More information

LEADER VS VICTIM. This is where coaching can help you create the life you want. But, if given the opportunity to change, would you want to?

LEADER VS VICTIM. This is where coaching can help you create the life you want. But, if given the opportunity to change, would you want to? LEADER VS VICTIM Most of us have felt victims at one point or another. Perhaps this was due to circumstances that were completely out of our control. Perhaps we knew deep down that we didn t want to feel

More information

CS 5306 INFO 5306: Crowdsourcing and. Human Computation. Lecture 9. 9/19/17 Haym Hirsh

CS 5306 INFO 5306: Crowdsourcing and. Human Computation. Lecture 9. 9/19/17 Haym Hirsh CS 5306 INFO 5306: Crowdsourcing and Human Computation Lecture 9 9/19/17 Haym Hirsh No class Thursday, September 21 Last Time Infotopia, Chapter 1 The (Occasional) Power of Numbers Last Time Infotopia,

More information

Coach Zak Boisvert has put together some notes on the coaching philosophy of

Coach Zak Boisvert has put together some notes on the coaching philosophy of Coach Zak Boisvert has put together some notes on the coaching philosophy of Alabama Football Coach Nick Saban. I hope the notes can have a positive impact on your program. All coaches can learn something,

More information

The Gift of Change. about how sudden money is more about the change and transition than it is about

The Gift of Change. about how sudden money is more about the change and transition than it is about The Gift of Change One of our mantras at the Sudden Money Institute is: Change is a gift. We talk about how sudden money is more about the change and transition than it is about the money. Everyone focuses

More information

Example documents to help you:

Example documents to help you: Example documents to help you: Survey Flyer Agenda for your first meeting Minutes for a meeting Equal opportunities statement A model constitution Code of conduct Example survey 1) Would you be interested

More information

MSc Psychological Research Methods/ MPsych Advanced Psychology Module Catalogue / 2018

MSc Psychological Research Methods/ MPsych Advanced Psychology Module Catalogue / 2018 MSc Psychological Research Methods/ MPsych Advanced Psychology Module Catalogue - 2017 / 2018 PSY555: Communication of Research for Psychology (Semester 2) 10 credits core PRM, option MPsych This module

More information

* In math: proof (nothing else accepted) * In Science, medicine, etc.: replicability, randomized control trial, meta-analysis, systematic review

* In math: proof (nothing else accepted) * In Science, medicine, etc.: replicability, randomized control trial, meta-analysis, systematic review Evidence: * In math: proof (nothing else accepted) * In Science, medicine, etc.: replicability, randomized control trial, meta-analysis, systematic review * Elsewhere: chaos; what is acceptable evidence

More information

CHAPTER 3. Methodology

CHAPTER 3. Methodology CHAPTER 3 Methodology The purpose of this chapter is to provide the research methodology which was designed to achieve the objectives of this study. It is important to select appropriate method to ensure

More information

Nature of Science Review

Nature of Science Review NOS Quiz 2 Revision 6 Nature of Science Review Name : Class : Date : 1. Marcia did an experiment to find out whether tulips grow faster under fluorescent lighting or incandescent lighting. Under flourescent

More information

AI and Philosophy. Gilbert Harman. Thursday, October 9, What is the difference between people and other animals?

AI and Philosophy. Gilbert Harman. Thursday, October 9, What is the difference between people and other animals? AI and Philosophy Gilbert Harman Thursday, October 9, 2008 A Philosophical Question about Personal Identity What is it to be a person? What is the difference between people and other animals? Classical

More information

Development. summary. Sam Sample. Emotional Intelligence Profile. Wednesday 5 April 2017 General Working Population (sample size 1634) Sam Sample

Development. summary. Sam Sample. Emotional Intelligence Profile. Wednesday 5 April 2017 General Working Population (sample size 1634) Sam Sample Development summary Wednesday 5 April 2017 General Working Population (sample size 1634) Emotional Intelligence Profile 1 Contents 04 About this report 05 Introduction to Emotional Intelligence 06 Your

More information

Real Statistics: Your Antidote to Stat 101

Real Statistics: Your Antidote to Stat 101 Real Statistics: Your Antidote to Stat 101 Norm Matloff Department of Computer Science University of California at Davis http://heather.cs.ucdavis.edu/matloff.html Walnut Creek Library April 26, 2011 These

More information

Spotting Liars and Deception Detection skills - people reading skills in the risk context. Alan Hudson

Spotting Liars and Deception Detection skills - people reading skills in the risk context. Alan Hudson Spotting Liars and Deception Detection skills - people reading skills in the risk context Alan Hudson < AH Business Psychology 2016> This presentation has been prepared for the Actuaries Institute 2016

More information

IMPORTANT: Upcoming Test

IMPORTANT: Upcoming Test IMPORTANT: Upcoming Test one week from today Thursday January 29 in class, NatSci 1, at 12:00-1:50 worth 10% of course grade 40 multiple choice questions Test Yourself questions give you some idea of what

More information

STA Module 1 The Nature of Statistics. Rev.F07 1

STA Module 1 The Nature of Statistics. Rev.F07 1 STA 2023 Module 1 The Nature of Statistics Rev.F07 1 Learning Objectives 1. Classify a statistical study as either descriptive or inferential. 2. Identify the population and the sample in an inferential

More information

STA Rev. F Module 1 The Nature of Statistics. Learning Objectives. Learning Objectives (cont.

STA Rev. F Module 1 The Nature of Statistics. Learning Objectives. Learning Objectives (cont. STA 2023 Module 1 The Nature of Statistics Rev.F07 1 Learning Objectives 1. Classify a statistical study as either descriptive or inferential. 2. Identify the population and the sample in an inferential

More information

Scientific Thinking Handbook

Scientific Thinking Handbook Making Observations An observation is an act of noting and recording an event, characteristic, behavior, or anything else detected with an instrument or with the senses. Observations allow you to make

More information

Noise in Cities. Past research focused on noise level (measured in decibels) and people s responses.

Noise in Cities. Past research focused on noise level (measured in decibels) and people s responses. Listening Practice Noise in Cities AUDIO - open this URL to listen to the audio: https://goo.gl/h37wne Questions 1-10 Complete the notes below. Write ONE WORD ONLY for each answer. Noise in Cities Past

More information

Data = collections of observations, measurements, gender, survey responses etc. Sample = collection of some members (a subset) of the population

Data = collections of observations, measurements, gender, survey responses etc. Sample = collection of some members (a subset) of the population Chapter 1: Basic Ideas 1.1 Sampling Statistics = the Science of Data By collecting a limited amount of data, we want to say something about the whole group that we want to study, i.e. we want to say something

More information

CSC2130: Empirical Research Methods for Software Engineering

CSC2130: Empirical Research Methods for Software Engineering CSC2130: Empirical Research Methods for Software Engineering Steve Easterbrook sme@cs.toronto.edu www.cs.toronto.edu/~sme/csc2130/ 2004-5 Steve Easterbrook. This presentation is available free for non-commercial

More information

Personal Growth Strategies

Personal Growth Strategies Personal Growth Strategies Dream Big Dreams Introduction It isn t what the book costs; it s what it will cost you if you don t read it. (Jim Rohn) Y our ability to think in big, broad, exciting terms about

More information

DOING SOCIOLOGICAL RESEARCH C H A P T E R 3

DOING SOCIOLOGICAL RESEARCH C H A P T E R 3 DOING SOCIOLOGICAL RESEARCH C H A P T E R 3 THE RESEARCH PROCESS There are various methods that sociologists use to do research. All involve rigorous observation and careful analysis These methods include:

More information

CHAPTER 1: Studying Human Sexuality

CHAPTER 1: Studying Human Sexuality CHAPTER 1: Studying Human Sexuality Total Assessment Guide (T.A.G.) Topic Introduction to Chapter Question Factual Conceptual Application Type Multiple Choice 1 3 2 True/False 1-2 Short Answer 1 Essay

More information

Social Biases and Pressures. Critical Thinking

Social Biases and Pressures. Critical Thinking Social Biases and Pressures Critical Thinking Humans are Social Animals We are very sensitive to what others do and think. Most of our deep-rooted beliefs and values come from family and society we grow

More information

Appendix I Teaching outcomes of the degree programme (art. 1.3)

Appendix I Teaching outcomes of the degree programme (art. 1.3) Appendix I Teaching outcomes of the degree programme (art. 1.3) The Master graduate in Computing Science is fully acquainted with the basic terms and techniques used in Computing Science, and is familiar

More information

5.8 Departure from cognitivism: dynamical systems

5.8 Departure from cognitivism: dynamical systems 154 consciousness, on the other, was completely severed (Thompson, 2007a, p. 5). Consequently as Thompson claims cognitivism works with inadequate notion of cognition. This statement is at odds with practical

More information

Fear messages in marketing

Fear messages in marketing Fear messages in marketing Given what we have agreed about the two-way nature of communication and the need for empathy and shared understanding, it seems inappropriate to ask generic questions about whether

More information

* Inductive Reasoning. * Deductive Reasoning * Patterns of Logical Development

* Inductive Reasoning. * Deductive Reasoning * Patterns of Logical Development ENGL 1302 Hasell 1 1.3. The Logical Appeal (Logos) When speaking of logic, we refer to the methods of reasoning being used by a speaker to convince an audience. The information presented to accomplish

More information

In this chapter we discuss validity issues for quantitative research and for qualitative research.

In this chapter we discuss validity issues for quantitative research and for qualitative research. Chapter 8 Validity of Research Results (Reminder: Don t forget to utilize the concept maps and study questions as you study this and the other chapters.) In this chapter we discuss validity issues for

More information

PHILOSOPHY OF ECONOMICS & POLITICS

PHILOSOPHY OF ECONOMICS & POLITICS PHILOSOPHY OF ECONOMICS & POLITICS LECTURE 12: EVIDENCE-BASED SOCIAL POLICY DATE 21 JANUARY 2019 LECTURER JULIAN REISS Today s agenda Recall Michael Young: segregation works obviously! But how do we know?

More information

THIS CHAPTER COVERS: The importance of sampling. Populations, sampling frames, and samples. Qualities of a good sample.

THIS CHAPTER COVERS: The importance of sampling. Populations, sampling frames, and samples. Qualities of a good sample. VII. WHY SAMPLE? THIS CHAPTER COVERS: The importance of sampling Populations, sampling frames, and samples Qualities of a good sample Sampling size Ways to obtain a representative sample based on probability

More information

CHIP-2. 7/Oct/2013. Part 0: Concepts and history in psychology. Recap of lecture 1. Preferring theories that address all 3 kinds of data

CHIP-2. 7/Oct/2013. Part 0: Concepts and history in psychology. Recap of lecture 1. Preferring theories that address all 3 kinds of data CHIP-2 Concepts and history in psychology Steve Draper, Glasgow University Part 0: Recap of lecture 1 What types of explanation and data does psychology use? http://www.psy.gla.ac.uk/~steve/courses/chip.html

More information

Oxford Foundation for Theoretical Neuroscience and Artificial Intelligence

Oxford Foundation for Theoretical Neuroscience and Artificial Intelligence Oxford Foundation for Theoretical Neuroscience and Artificial Intelligence Oxford Foundation for Theoretical Neuroscience and Artificial Intelligence For over two millennia, philosophers and scientists

More information

Lesson 1 Understanding Science

Lesson 1 Understanding Science Lesson 1 Student Labs and Activities Page Content Vocabulary 6 Lesson Outline 7 Content Practice A 9 Content Practice B 10 School to Home 11 Key Concept Builders 12 Enrichment 16 Challenge 17 Scientific

More information

FEEDBACK TUTORIAL LETTER

FEEDBACK TUTORIAL LETTER FEEDBACK TUTORIAL LETTER 1 ST SEMESTER 2017 ASSIGNMENT 2 ORGANISATIONAL BEHAVIOUR OSB611S 1 Page1 OSB611S - FEEDBACK TUTORIAL LETTER FOR ASSIGNMENT 2-2016 Dear student The purpose of this tutorial letter

More information

Chapter 2 Designing Observational Studies and Experiments Section 1 Simple Random Sampling

Chapter 2 Designing Observational Studies and Experiments Section 1 Simple Random Sampling Math 167 Pre-Statistics Chapter 2 Designing Observational Studies and Experiments Section 1 Simple Random Sampling Objectives 1. Identify the individuals, the variables, and the observations of a study.

More information

Cohen and the First Computer Virus. From: Wolfgang Apolinarski

Cohen and the First Computer Virus. From: Wolfgang Apolinarski Seminar Malware Daniel Loebenberger B-IT Bonn-Aachen International Center WS 2007/08 Cohen and the First Computer Virus From: What do we want to discuss today? Short biography of Fred Cohen Virus The theoretical

More information

CHAPTER 2 FOUNDATIONS OF INDIVIDUAL BEHAVIOR

CHAPTER 2 FOUNDATIONS OF INDIVIDUAL BEHAVIOR CHAPTER 2 FOUNDATIONS OF INDIVIDUAL BEHAVIOR "Intelligence is but one characteristic that people bring with them when they join an organization. In this chapter, we look at how biographical characteristics

More information

The Psychology of Inductive Inference

The Psychology of Inductive Inference The Psychology of Inductive Inference Psychology 355: Cognitive Psychology Instructor: John Miyamoto 05/24/2018: Lecture 09-4 Note: This Powerpoint presentation may contain macros that I wrote to help

More information

To conclude, a theory of error must be a theory of the interaction between human performance variability and the situational constraints.

To conclude, a theory of error must be a theory of the interaction between human performance variability and the situational constraints. The organisers have provided us with a both stimulating and irritating list of questions relating to the topic of the conference: Human Error. My first intention was to try to answer the questions one

More information

Teachers Notes Six. black dog books 15 Gertrude Street Fitzroy Victoria

Teachers Notes   Six. black dog books 15 Gertrude Street Fitzroy Victoria Six by Karen Tayleur About the book Six by Karen Tayleur takes the reader into the lives of six teenagers on the brink of adulthood. The story begins where it ends, in the aftermath of a terrible car accident.

More information

[E-BOOK] OBJECT RELATIONS THEORY AND CLINICAL PSYCHOANALYSIS ARCHIVE

[E-BOOK] OBJECT RELATIONS THEORY AND CLINICAL PSYCHOANALYSIS ARCHIVE 05 May, 2018 [E-BOOK] OBJECT RELATIONS THEORY AND CLINICAL PSYCHOANALYSIS ARCHIVE Document Filetype: PDF 209.89 KB 0 [E-BOOK] OBJECT RELATIONS THEORY AND CLINICAL PSYCHOANALYSIS ARCHIVE Object Relations

More information

Psychology of Dysfunctional Behaviour RESEARCH METHODS

Psychology of Dysfunctional Behaviour RESEARCH METHODS Psychology of Dysfunctional Behaviour RESEARCH METHODS The history of abnormal psychology shows that theories and treatment procedures may seem effective in some cases but prove useless and even harmful

More information

AI and Philosophy. Gilbert Harman. Tuesday, December 4, Early Work in Computational Linguistics (including MT Lab at MIT)

AI and Philosophy. Gilbert Harman. Tuesday, December 4, Early Work in Computational Linguistics (including MT Lab at MIT) AI and Philosophy Gilbert Harman Tuesday, December 4, 2007 My Background Web site http://www.princeton.edu/~harman Philosophy Early Work in Computational Linguistics (including MT Lab at MIT) Cognitive

More information

Cover Page. The handle holds various files of this Leiden University dissertation.

Cover Page. The handle  holds various files of this Leiden University dissertation. Cover Page The handle http://hdl.handle.net/1887/50156 holds various files of this Leiden University dissertation. Author: Dimov, D.W. Title: Crowdsourced online dispute resolution Issue Date: 2017-06-27

More information

Understanding of Sexual Harassment at the Workplace

Understanding of Sexual Harassment at the Workplace Understanding of Sexual Harassment at the Workplace Anis Farahwahida Mohd Karim a,b,*, Noraida Endut a a Centre for Research on Women and Gender (KANITA) Universiti Sains Malaysia (USM), Penang b School

More information

With you for the journey

With you for the journey With you for the journey not just for the assessment With you every step of the way Expert s Every journey begins with the first step The first movement FORWARD in the direction you want to travel Not

More information

The Scientific Method

The Scientific Method The Scientific Method Objectives 1. To understand the central role of hypothesis testing in the modern scientific process. 2. To design and conduct an experiment using the scientific method. 3. To learn

More information

Celebration, Leadership & Motivation

Celebration, Leadership & Motivation Celebration, Leadership & Motivation Why are we here? The future prosperity of South Africa is directly linked to the nation s ability to create a functioning education system that has functional schools

More information

Critical Thinking Assessment at MCC. How are we doing?

Critical Thinking Assessment at MCC. How are we doing? Critical Thinking Assessment at MCC How are we doing? Prepared by Maura McCool, M.S. Office of Research, Evaluation and Assessment Metropolitan Community Colleges Fall 2003 1 General Education Assessment

More information

AUTHORITIES & STATISTICS

AUTHORITIES & STATISTICS AUTHORITIES & STATISTICS I. AUTHORITIES What makes a person an AUTHORITY on a subject? Who is this person & why should I care what s/he has to say on this matter? I. AUTHORITIES (1) CREDENTIALS: A) EDUCATION:

More information

Below are the 2018 end of year targets for Year 1-6 students to achieve a satisfactory grade (C Grade) for Science.

Below are the 2018 end of year targets for Year 1-6 students to achieve a satisfactory grade (C Grade) for Science. End of Year Targets for Science 2018 Dear Parents and Carers, Below are the 2018 end of year targets for Year 1-6 students to achieve a satisfactory grade (C Grade) for Science. End of Year Targets for

More information

SAMPLE. 1. Explain how you would carry out an experiment into the effect playing video games has on alertness.

SAMPLE. 1. Explain how you would carry out an experiment into the effect playing video games has on alertness. OCR Research Methods Designing Your Own Investigation In section B (research design and response) of component 1, you will be required to design your own investigation, from a novel source provided. In

More information

Choosing and Using Quantitative Research Methods and Tools

Choosing and Using Quantitative Research Methods and Tools Choosing and Using Quantitative Research Methods and Tools PROF CME MCCRINDLE Research problem I ve noticed. Hypothesis I think. I wonder? Research question Testing theory This is the cause This is the

More information

Glossary of Research Terms Compiled by Dr Emma Rowden and David Litting (UTS Library)

Glossary of Research Terms Compiled by Dr Emma Rowden and David Litting (UTS Library) Glossary of Research Terms Compiled by Dr Emma Rowden and David Litting (UTS Library) Applied Research Applied research refers to the use of social science inquiry methods to solve concrete and practical

More information

A-LEVEL General Studies B

A-LEVEL General Studies B A-LEVEL General Studies B Unit 3 (GENB3) Power Mark scheme 2765 June 2015 Version V1 Final Mark Scheme Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant

More information

Chapter 1 Introduction to Educational Research

Chapter 1 Introduction to Educational Research Chapter 1 Introduction to Educational Research The purpose of Chapter One is to provide an overview of educational research and introduce you to some important terms and concepts. My discussion in this

More information

0457 GLOBAL PERSPECTIVES

0457 GLOBAL PERSPECTIVES CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education MARK SCHEME for the May/June 2014 series 0457 GLOBAL PERSPECTIVES 0457/33 Paper 3 (Written Paper), maximum

More information

MEN S HEALTH PERCEPTIONS FROM AROUND THE GLOBE

MEN S HEALTH PERCEPTIONS FROM AROUND THE GLOBE MEN S HEALTH PERCEPTIONS FROM AROUND THE GLOBE A SURVEY OF 16,000 ADULTS 1 MEN S HEALTH PERCEPTIONS FROM AROUND THE GLOBE CONTENTS Foreword from Global Action on Men s Health 4 Introduction 6 GLOBAL FINDINGS

More information

Test Code : RZI/RZII (Short Answer type) Junior Research Fellowship in Psychology

Test Code : RZI/RZII (Short Answer type) Junior Research Fellowship in Psychology Test Code : RZI/RZII (Short Answer type) 2008 Junior Research Fellowship in Psychology The candidates for Junior Research Fellowship in Psychology are required to take short answer type tests Research

More information

Assessment Information Brief: REVELIAN EMOTIONAL INTELLIGENCE ASSESSMENT (MSCEIT)

Assessment Information Brief: REVELIAN EMOTIONAL INTELLIGENCE ASSESSMENT (MSCEIT) Assessment Information Brief: REVELIAN EMOTIONAL INTELLIGENCE ASSESSMENT (MSCEIT) Prepared by: Revelian Psychology Team E: psych@revelian.com P: (AU) or +61 7 3552 www.revelian.com 1 www.revelian.com 2

More information