Section 8.1 - Distributions of Random Variables

Total Page:16

File Type:pdf, Size:1020Kb

Section 8.1 - Distributions of Random Variables c Kendra Kilmer March 22, 2010 Section 8.1 - Distributions of Random Variables Definition:A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could define the random variable X to represent the number of times we get tails. Example 2: Suppose we roll a die until a 5 is facing up. Then we could define the random variable Y to represent the number of times we rolled the die. Example 3: Suppose a flashlight is left on until the battery runs out. Then we could define the random variable Z to represent the amount of time that passed. Types of Random Variables 1. A finite discrete random variable is one which can only take on a limited number of values that can be listed. 2. An infinite discrete random variable is one which can take on an unlimited number of values that can be listed in some sort of sequence. 3. A continuous random variable is one which takes on any of the infinite number of values in some interval of real numbers. (i.e. usually measurements) Example 4: Referring to Example 1, find the probability distribution of the random variable X. 1 c Kendra Kilmer March 22, 2010 Example 5: The number of cars waiting in line at the beginning of 2-minute intervals at a certain bank was observed. The following data was collected: Number of cars 0 1 2 3 4 Frequency of occurence 2 2 16 8 2 Let X represent the number of cars observed waiting in line and find the probability distribution of X We use histograms to represent the probability distributions of random variables. We place the possible values for the random variable X on the horizontal axis. We then center a bar around each x value and let its height be equal to the probability of that x value. Example 6: Referring to Example 5, a) Draw the histogram for the random variable X b) Find P(X ≥ 2) 2 c Kendra Kilmer March 22, 2010 Section 8.2 - Expected Value Example 1: Records kept by the chief dietitian at the university caferteria over a 25-wk period show the following weekly consumption of milk (in gallons): Milk 200 201 202 203 204 Weeks 4 6 8 5 2 Find the average number of gallons of milk consumed per week in the cafeteria. Definition: Let X denote a random variable that assumes the values x1;x2;:::;xn, with associated probabilites p1; p2;:::; pn, respectively. Then the expected value of X, E(X), is given by: E(X) = x1 p1 + x2 p2 + ···xn pn Example 2: Referring to Example 1, let the random variable X denote the number of gallons of milk consumed in a week at the cafeteria. a) Find the probability distribution of X. b) Compute E(X) c) Draw a histogram for the random variable X Note: If we think of placing the histogram on a see-saw, the expected value occurs where we would put the fulcrum to balance it. 3 c Kendra Kilmer March 22, 2010 Example 3: In a lottery, 3000 tickets are sold for $1 each. One first prize of $5000, 1 second prize of $1000, 3 third prizes of $100, and 10 consolation prizes of $10 are to be awarded. What are the expected net earnings of a person who buys one ticket? Example 4: A woman purchased a $15,000 1-year term-life inusrance policy for $200. Assuming that the probability that she will live another year is 0:994, find the company’s expected net gain. 4 c Kendra Kilmer March 22, 2010 Definition:A fair game means that the expected value of the player’s net winnings is zero. (E(X) = 0) Example 5: Mike and Bill play a card game with a standard deck of 52 cards. Mike selects a card from a well- shuffled deck and receives A dollars from Bill if the card selected is a diamond; otherwise, Mike pays Bill one dollar. Determine the value of A if the game is to be fair. Definition: If P(E) is the probability of an event E occuring, then a) The odds in favor of E occuring are P(E) P(E) = [P(E) 6= 1] 1 − P(E) P(Ec) b) The odds against E occuring are 1 − P(E) P(Ec) = [P(E) 6= 0] P(E) P(E) Example 6: The probability of an event E occurring is :8. a) What are the odds in favor of E occurring? b) What are the odds against E occurring? Definition: If the odds in favor of an event E occuring are a to b, then the probability of E occurring is a P(E) = a + b Example 7: If a sports forecaster states that the odds of a certain boxer winning a match are 4 to 3, what is the probability that the boxer will win the match? 5 c Kendra Kilmer March 22, 2010 Definition: The median is the middle value in a set of data arranged in increasing or decreasing order (when there is an odd number of entries). If there is an even number of entries, the median is the average of the two middle numbers. Definition The mode is the value that occurs most frequently in a set of data. Example 8: In each of the following cases, find the mean, median, and mode. 6 c Kendra Kilmer March 22, 2010 Section 8.3 - Variance and Standard Deviation Example 1: Draw the histograms for the random variables X and Y that have the following probability distribu- tions: x P(X = x) y P(Y = y) 1 :1 1 :3 2 :1 2 :1 3 :6 3 :2 4 :1 4 :1 5 :1 5 :3 Definition: Suppose a random variable X has the following probability distribution: x P(X = x) x1 p1 x2 p2 · · · · · · xn pn 2 and expected value E(X) = m. Then the variance of the random variable X is Var(X)=p1(x1 − m) + p2(x2 − 2 2 m) + ··· + pn(xn − m) . Definition: The standard deviation of a random variable X, s, is defined by: p s = Var(X) 7 c Kendra Kilmer March 22, 2010 Finding expected value and standard deviation using the calculator: • Enter the x-values into L1 and the corresponding probabilities into L2 (STAT!1:Edit) • On the homescreen type 1-Var Stats L1 , L2 (STAT!CALC!1:1-Var Stats) • x¯ is the expected value (mean) • sx is the standard deviation • To find variance, you would need to recall that Var(X) = s 2 Example 2: Referring to Example 1, a) Find the variance and standard deviation of X. b) Find the variance and standard deviation of Y. Example 3: The percent of the voting age population who cast ballots in presidential election years from 1980 through 2000 are given below: Election Year 1980 1984 1988 1992 1996 2000 Turnout Percentage 53 53 50 55 49 51 Find the mean and standard deviation of the voter turnout. 8 c Kendra Kilmer March 22, 2010 Chebychev’s Inequality: Let X be a random variable with expected value m and standard deviation s. Then, the 1 probability that a randomly chosen outcome of the experiment lies between m −ks and m +ks is at least 1 − k2 ; that is: 1 P(m − ks ≤ X ≤ m + ks) ≥ 1 − k2 Example 4: A probability distribution has a mean of 10 and a standard deviation of 1:5. Use Chebychev’s inequality to estimate the probability that an outcome of the experiment lies between 7 and 13 Example 5: A probability distribution has a mean of 70 and a standard deviation of 3:2. Use Chebychev’s Inequality to find the value of c that guarantees that the probability is at least 0:984375 that an outcome of the experiment lies between 70 − c and 70 + c. 9 c Kendra Kilmer March 22, 2010 Section 8.4 - The Binomial Distribution Binomial Experiments have the following properties: 1. The number of trials in the experiment is fixed. 2. There are 2 possible outcomes in each trial: “success” and “failure” 3. The probability of success in each trial is the same. 4. Trials are independent of each other. Calculating a Binomial Probability: 1. Determine if the experiment is binomial. 2. Determine the number of trials (n). 3. Define “success” in the experiment and determine the probability of that success occuring (p). 4. Determine the number of “successes” desired (r). 5. Calculate the desired probability: (a) By hand, the probability is found by doing the following calculation: P(X = r) = C(n;r)pr(1 − p)(n−r) (b) We can use the calculator functions binompdf( or binomcdf( to do these calculations for us. Example 1: What is the probability of exactly 3 successes in 6 trials of a binomial experiment in which p = 1=2? Example 2: A fair die is cast 4 times. Compute the probability of obtaining exactly one 6 in the four throws. 10 c Kendra Kilmer March 22, 2010 Example 3: A biology quiz consists of 8 multiple choice questions. Each question has five choices of which only one is correct. If a student randomly guesses on each question, what is the probability of a) getting at most 3 questions right? b) getting at least 2 questions right? c) getting more than 2 but less than 6 questions right? Example 4: Studies have shown that 30% of babies are delivered by C-section.
Recommended publications
  • Descriptive Statistics (Part 2): Interpreting Study Results
    Statistical Notes II Descriptive statistics (Part 2): Interpreting study results A Cook and A Sheikh he previous paper in this series looked at ‘baseline’. Investigations of treatment effects can be descriptive statistics, showing how to use and made in similar fashion by comparisons of disease T interpret fundamental measures such as the probability in treated and untreated patients. mean and standard deviation. Here we continue with descriptive statistics, looking at measures more The relative risk (RR), also sometimes known as specific to medical research. We start by defining the risk ratio, compares the risk of exposed and risk and odds, the two basic measures of disease unexposed subjects, while the odds ratio (OR) probability. Then we show how the effect of a disease compares odds. A relative risk or odds ratio greater risk factor, or a treatment, can be measured using the than one indicates an exposure to be harmful, while relative risk or the odds ratio. Finally we discuss the a value less than one indicates a protective effect. ‘number needed to treat’, a measure derived from the RR = 1.2 means exposed people are 20% more likely relative risk, which has gained popularity because of to be diseased, RR = 1.4 means 40% more likely. its clinical usefulness. Examples from the literature OR = 1.2 means that the odds of disease is 20% higher are used to illustrate important concepts. in exposed people. RISK AND ODDS Among workers at factory two (‘exposed’ workers) The probability of an individual becoming diseased the risk is 13 / 116 = 0.11, compared to an ‘unexposed’ is the risk.
    [Show full text]
  • Teacher Guide 12.1 Gambling Page 1
    TEACHER GUIDE 12.1 GAMBLING PAGE 1 Standard 12: The student will explain and evaluate the financial impact and consequences of gambling. Risky Business Priority Academic Student Skills Personal Financial Literacy Objective 12.1: Analyze the probabilities involved in winning at games of chance. Objective 12.2: Evaluate costs and benefits of gambling to Simone, Paula, and individuals and society (e.g., family budget; addictive behaviors; Randy meet in the library and the local and state economy). every afternoon to work on their homework. Here is what is going on. Ryan is flipping a coin, and he is not cheating. He has just flipped seven heads in a row. Is Ryan’s next flip more likely to be: Heads; Tails; or Heads and tails are equally likely. Paula says heads because the first seven were heads, so the next one will probably be heads too. Randy says tails. The first seven were heads, so the next one must be tails. Lesson Objectives Simone says that it could be either heads or tails Recognize gambling as a form of risk. because both are equally Calculate the probabilities of winning in games of chance. likely. Who is correct? Explore the potential benefits of gambling for society. Explore the potential costs of gambling for society. Evaluate the personal costs and benefits of gambling. © 2008. Oklahoma State Department of Education. All rights reserved. Teacher Guide 12.1 2 Personal Financial Literacy Vocabulary Dependent event: The outcome of one event affects the outcome of another, changing the TEACHING TIP probability of the second event. This lesson is based on risk.
    [Show full text]
  • Odds: Gambling, Law and Strategy in the European Union Anastasios Kaburakis* and Ryan M Rodenberg†
    63 Odds: Gambling, Law and Strategy in the European Union Anastasios Kaburakis* and Ryan M Rodenberg† Contemporary business law contributions argue that legal knowledge or ‘legal astuteness’ can lead to a sustainable competitive advantage.1 Past theses and treatises have led more academic research to endeavour the confluence between law and strategy.2 European scholars have engaged in the Proactive Law Movement, recently adopted and incorporated into policy by the European Commission.3 As such, the ‘many futures of legal strategy’ provide * Dr Anastasios Kaburakis is an assistant professor at the John Cook School of Business, Saint Louis University, teaching courses in strategic management, sports business and international comparative gaming law. He holds MS and PhD degrees from Indiana University-Bloomington and a law degree from Aristotle University in Thessaloniki, Greece. Prior to academia, he practised law in Greece and coached basketball at the professional club and national team level. He currently consults international sport federations, as well as gaming operators on regulatory matters and policy compliance strategies. † Dr Ryan Rodenberg is an assistant professor at Florida State University where he teaches sports law analytics. He earned his JD from the University of Washington-Seattle and PhD from Indiana University-Bloomington. Prior to academia, he worked at Octagon, Nike and the ATP World Tour. 1 See C Bagley, ‘What’s Law Got to Do With It?: Integrating Law and Strategy’ (2010) 47 American Business Law Journal 587; C
    [Show full text]
  • 3. Probability Theory
    Ismor Fischer, 5/29/2012 3.1-1 3. Probability Theory 3.1 Basic Ideas, Definitions, and Properties POPULATION = Unlimited supply of five types of fruit, in equal proportions. O1 = Macintosh apple O4 = Cavendish (supermarket) banana O2 = Golden Delicious apple O5 = Plantain banana O3 = Granny Smith apple … … … … … … Experiment 1: Randomly select one fruit from this population, and record its type. Sample Space: The set S of all possible elementary outcomes of an experiment. S = {O1, O2, O3, O4, O5} #(S) = 5 Event: Any subset of a sample space S. (“Elementary outcomes” = simple events.) A = “Select an apple.” = {O1, O2, O3} #(A) = 3 B = “Select a banana.” = {O , O } #(B) = 2 #(Event) 4 5 #(trials) 1/1 1 3/4 2/3 4/6 . Event P(Event) A 3/5 0.6 1/2 A 3/5 = 0.6 0.4 B 2/5 . 1/3 2/6 1/4 B 2/5 = 0.4 # trials of 0 experiment 1 2 3 4 5 6 . 5/5 = 1.0 e.g., A B A A B A . P(A) = 0.6 “The probability of randomly selecting an apple is 0.6.” As # trials → ∞ P(B) = 0.4 “The probability of randomly selecting a banana is 0.4.” Ismor Fischer, 5/29/2012 3.1-2 General formulation may be facilitated with the use of a Venn diagram: Experiment ⇒ Sample Space: S = {O1, O2, …, Ok} #(S) = k A Om+1 Om+2 O2 O1 O3 Om+3 O 4 . Om . Ok Event A = {O1, O2, …, Om} ⊆ S #(A) = m ≤ k Definition: The probability of event A, denoted P(A), is the long-run relative frequency with which A is expected to occur, as the experiment is repeated indefinitely.
    [Show full text]
  • Probability Cheatsheet V2.0 Thinking Conditionally Law of Total Probability (LOTP)
    Probability Cheatsheet v2.0 Thinking Conditionally Law of Total Probability (LOTP) Let B1;B2;B3; :::Bn be a partition of the sample space (i.e., they are Compiled by William Chen (http://wzchen.com) and Joe Blitzstein, Independence disjoint and their union is the entire sample space). with contributions from Sebastian Chiu, Yuan Jiang, Yuqi Hou, and Independent Events A and B are independent if knowing whether P (A) = P (AjB )P (B ) + P (AjB )P (B ) + ··· + P (AjB )P (B ) Jessy Hwang. Material based on Joe Blitzstein's (@stat110) lectures 1 1 2 2 n n A occurred gives no information about whether B occurred. More (http://stat110.net) and Blitzstein/Hwang's Introduction to P (A) = P (A \ B1) + P (A \ B2) + ··· + P (A \ Bn) formally, A and B (which have nonzero probability) are independent if Probability textbook (http://bit.ly/introprobability). Licensed and only if one of the following equivalent statements holds: For LOTP with extra conditioning, just add in another event C! under CC BY-NC-SA 4.0. Please share comments, suggestions, and errors at http://github.com/wzchen/probability_cheatsheet. P (A \ B) = P (A)P (B) P (AjC) = P (AjB1;C)P (B1jC) + ··· + P (AjBn;C)P (BnjC) P (AjB) = P (A) P (AjC) = P (A \ B1jC) + P (A \ B2jC) + ··· + P (A \ BnjC) P (BjA) = P (B) Last Updated September 4, 2015 Special case of LOTP with B and Bc as partition: Conditional Independence A and B are conditionally independent P (A) = P (AjB)P (B) + P (AjBc)P (Bc) given C if P (A \ BjC) = P (AjC)P (BjC).
    [Show full text]
  • Understanding Relative Risk, Odds Ratio, and Related Terms: As Simple As It Can Get Chittaranjan Andrade, MD
    Understanding Relative Risk, Odds Ratio, and Related Terms: As Simple as It Can Get Chittaranjan Andrade, MD Each month in his online Introduction column, Dr Andrade Many research papers present findings as odds ratios (ORs) and considers theoretical and relative risks (RRs) as measures of effect size for categorical outcomes. practical ideas in clinical Whereas these and related terms have been well explained in many psychopharmacology articles,1–5 this article presents a version, with examples, that is meant with a view to update the knowledge and skills to be both simple and practical. Readers may note that the explanations of medical practitioners and examples provided apply mostly to randomized controlled trials who treat patients with (RCTs), cohort studies, and case-control studies. Nevertheless, similar psychiatric conditions. principles operate when these concepts are applied in epidemiologic Department of Psychopharmacology, National Institute research. Whereas the terms may be applied slightly differently in of Mental Health and Neurosciences, Bangalore, India different explanatory texts, the general principles are the same. ([email protected]). ABSTRACT Clinical Situation Risk, and related measures of effect size (for Consider a hypothetical RCT in which 76 depressed patients were categorical outcomes) such as relative risks and randomly assigned to receive either venlafaxine (n = 40) or placebo odds ratios, are frequently presented in research (n = 36) for 8 weeks. During the trial, new-onset sexual dysfunction articles. Not all readers know how these statistics was identified in 8 patients treated with venlafaxine and in 3 patients are derived and interpreted, nor are all readers treated with placebo. These results are presented in Table 1.
    [Show full text]
  • Random Variables and Applications
    Random Variables and Applications OPRE 6301 Random Variables. As noted earlier, variability is omnipresent in the busi- ness world. To model variability probabilistically, we need the concept of a random variable. A random variable is a numerically valued variable which takes on different values with given probabilities. Examples: The return on an investment in a one-year period The price of an equity The number of customers entering a store The sales volume of a store on a particular day The turnover rate at your organization next year 1 Types of Random Variables. Discrete Random Variable: — one that takes on a countable number of possible values, e.g., total of roll of two dice: 2, 3, ..., 12 • number of desktops sold: 0, 1, ... • customer count: 0, 1, ... • Continuous Random Variable: — one that takes on an uncountable number of possible values, e.g., interest rate: 3.25%, 6.125%, ... • task completion time: a nonnegative value • price of a stock: a nonnegative value • Basic Concept: Integer or rational numbers are discrete, while real numbers are continuous. 2 Probability Distributions. “Randomness” of a random variable is described by a probability distribution. Informally, the probability distribution specifies the probability or likelihood for a random variable to assume a particular value. Formally, let X be a random variable and let x be a possible value of X. Then, we have two cases. Discrete: the probability mass function of X specifies P (x) P (X = x) for all possible values of x. ≡ Continuous: the probability density function of X is a function f(x) that is such that f(x) h P (x < · ≈ X x + h) for small positive h.
    [Show full text]
  • Medical Statistics PDF File 9
    M249 Practical modern statistics Medical statistics About this module M249 Practical modern statistics uses the software packages IBM SPSS Statistics (SPSS Inc.) and WinBUGS, and other software. This software is provided as part of the module, and its use is covered in the Introduction to statistical modelling and in the four computer books associated with Books 1 to 4. This publication forms part of an Open University module. Details of this and other Open University modules can be obtained from the Student Registration and Enquiry Service, The Open University, PO Box 197, Milton Keynes MK7 6BJ, United Kingdom (tel. +44 (0)845 300 60 90; email [email protected]). Alternatively, you may visit the Open University website at www.open.ac.uk where you can learn more about the wide range of modules and packs offered at all levels by The Open University. To purchase a selection of Open University materials visit www.ouw.co.uk, or contact Open University Worldwide, Walton Hall, Milton Keynes MK7 6AA, United Kingdom for a brochure (tel. +44 (0)1908 858779; fax +44 (0)1908 858787; email [email protected]). Note to reader Mathematical/statistical content at the Open University is usually provided to students in printed books, with PDFs of the same online. This format ensures that mathematical notation is presented accurately and clearly. The PDF of this extract thus shows the content exactly as it would be seen by an Open University student. Please note that the PDF may contain references to other parts of the module and/or to software or audio-visual components of the module.
    [Show full text]
  • Generalized Naive Bayes Classifiers
    Generalized Naive Bayes Classifiers Kim Larsen Concord, California [email protected] ABSTRACT This paper presents a generalization of the Naive Bayes Clas- sifier. The method is called the Generalized Naive Bayes This paper presents a generalization of the Naive Bayes Clas- Classifier (GNBC) and extends the NBC by relaxing the sifier. The method is specifically designed for binary clas- assumption of conditional independence between the pre- sification problems commonly found in credit scoring and dictors. This reduces the bias in the estimated class prob- marketing applications. The Generalized Naive Bayes Clas- abilities and improves the fit, while greatly enhancing the sifier turns out to be a powerful tool for both exploratory descriptive value of the model. The generalization is done in and predictive analysis. It can generate accurate predictions a fully non-parametric fashion without putting any restric- through a flexible, non-parametric fitting procedure, while tions on the relationship between the independent variables being able to uncover hidden patterns in the data. In this and the dependent variable. This makes the GNBC much paper, the Generalized Naive Bayes Classifier and the orig- more flexible than traditional linear and non-linear regres- inal Bayes Classifier will be demonstrated. Also, important sion, and allows it to uncover hidden patterns in the data. ties to logistic regression, the Generalized Additive Model Moreover, the GNBC retains the additive structure of the (GAM), and Weight Of Evidence will be discussed. NBC which means that it does not suffer from the prob- lems of dimensionality that are common with other non- 1. INTRODUCTION parametric techniques.
    [Show full text]
  • A Guide Odds
    THE HOUSE ADVANTAGE A Guide to Understanding The Odds AMERICAN GAMING ASSOCIATION 1299 Pennsylvania Avenue, NW Suite 1175 Washington, DC 20004 202-552-2675 www.americangaming.org ©2011 American Gaming Association. All rights reserved. Whether you play slots, craps, blackjack, roulette or any other game in a casino, it is important to remember that games of chance are based on random outcomes and always favor the casino. These games of chance are a form of entertainment, at a price to you, the player. Casino gaming should not be considered a way to make money. This booklet provides information about the advantage the casino has in various games — also known as the “house advantage.” Beyond mathematical probabilities, it covers other factors a player should take into account, such as the amount wagered, length of time spent playing a game and, to a degree, the level of a player’s skill at certain games. Finally, the booklet discusses some of the common myths associated with gambling that should be understood before betting on any casino games. We encourage you to play responsibly by betting within your limits and by recognizing that over time the house will come out ahead. The American Gaming Association would like to thank Olaf Vancura, Ph.D. for the generous contribution of his time and expertise in the development of this brochure. 1 Understanding the Other Factors Behind House Advantage Winning and Losing Casino games are designed with a house While the house advantage is useful for advantage. Mathematically, the house advantage is understanding the casino’s expected win (or a a measure of how much the house expects to win, player’s expected loss) per bet, there are other expressed as a percentage of the player’s wager.
    [Show full text]
  • Classification with Naive Bayes
    Classification with Naive Bayes Benjamin Roth (Many thanks to Helmut Schmid for parts of the slides) Centrum fur¨ Informations- und Sprachverarbeitung Ludwig-Maximilian-Universit¨at Munchen¨ [email protected] Benjamin Roth (Many thanks to Helmut Schmid forClassification parts of the slides) with Naive (CIS) Bayes 1 / 50 Mathematical basics Benjamin Roth (Many thanks to Helmut Schmid forClassification parts of the slides) with Naive (CIS) Bayes 2 / 50 Random experiment Statistics is about the probability of events: Example: How likely is it to have six correct numbers in the lottery? Random experiment: Experiment (trial) with several possible outputs (throw of two dices) Outcome: Result of an experiment (3 eyes on dice 1 and 4 eyes on dice 2) Sample space Ω: Set of all possible outcomes Event: Subset of the sample space (7 eyes on two dices) Sample: Series of results in a repeated experiment Benjamin Roth (Many thanks to Helmut Schmid forClassification parts of the slides) with Naive (CIS) Bayes 3 / 50 Probability distribution Probability distribution: Function that assigns a value between 0 and 1 to each outcome, such that X p(o) = 1 o2Ω The probability of a event is the sum of the probabilities of the corresponding outcomes. Example: probability that the number of eyes when throwing a dice is an even number Benjamin Roth (Many thanks to Helmut Schmid forClassification parts of the slides) with Naive (CIS) Bayes 4 / 50 Conditional and a priori probability Conditional probability: Probability of an event A, if the event B is known: P(A \ B) P(AjB) = P(B) Example: Probability that the number of points in a dice is even if the number of points is greater than 3 A priori probability P(A): Probability of event A without knowing event B Benjamin Roth (Many thanks to Helmut Schmid forClassification parts of the slides) with Naive (CIS) Bayes 5 / 50 Random variables Random variable: Function that assigns a real number to each outcome.
    [Show full text]
  • Caveant Omnes David H
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by PennState, The Dickinson School of Law: Penn State Law eLibrary Penn State Law eLibrary Journal Articles Faculty Works 1987 The aliditV y of Tests: Caveant Omnes David H. Kaye Penn State Law Follow this and additional works at: http://elibrary.law.psu.edu/fac_works Part of the Evidence Commons, and the Science and Technology Law Commons Recommended Citation David H. Kaye, The Validity of Tests: Caveant Omnes, 27 Jurimetrics J. 349 (1987). This Article is brought to you for free and open access by the Faculty Works at Penn State Law eLibrary. It has been accepted for inclusion in Journal Articles by an authorized administrator of Penn State Law eLibrary. For more information, please contact [email protected]. I RFLETIOS THE VALIDITY OF TESTS: CAVEANT OMNES* D. H. Kayet It is a tale full of sound and fury, told by an idiot, signifying nothing. So spake Macbeth, lamenting the loss of his beloved but perfidious wife. The tale that I wish to write about is also full of sound and fury; however, it is not told by idiots. On the contrary, the protagonists of my tale are David T. Lykken, Pro- fessor of Psychiatry and Psychology at the University of Minnesota; David C. Raskin, Professor of Psychology at the University of Utah; and John C. Kir- cher, Assistant Professor of Educational Psychology at the University of Utah. In the last issue of this Journal, Dr. Lykken, a well-known (and well-qualified) critic of the polygraph test, argued that polygraphs could be invalid when ap- plied to a group in which the base rate for lying is low.' He made the same observation about drug tests and other screening tests.
    [Show full text]