Business Statistics PROBABILITY DISTRIBUTIONS

Size: px
Start display at page:

Download "Business Statistics PROBABILITY DISTRIBUTIONS"

Transcription

1 Business Statistics PROBABILITY DISTRIBUTIONS

2 CONTENTS Probability distribution functions (discrete) Characteristics of a discrete distribution Example: uniform (discrete) distribution Example: Bernoulli distribution Example: binomial distribution Probability density functions (continuous) Characteristics of a continuous distribution Example: uniform (continuous) distribution Example: normal (or Gaussian) distribution Example: standard normal distribution Back to the normal distribution Approximations to distributions Old exam question

3 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) A sample space is called discrete when its elements can be counted We will code the elements of a discrete sample space S as 1,2,3,, n or 0,1,2,, n 1 Examples die x 1,2,3,4,5,6, so S = 1,2,3,4,5,6 coin x 0,1 number of broken TV sets x 0,1,2,

4 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) Distribution function P x = P X = x the probability that the (discrete) random variable X assumes the value x alternative notation: P X x Note our convention: capital letters (X) for random variables lowercase letters (x) for values

5 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) Example die: P x = if x = 1 if x = 2 if x = 3 if x = 4 if x = 5 if x = 6 0 otherwise

6 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) Example: flipping a coin 3 times sample space S = HHH, HHH, HHH, TTT, define the random variable X = number of heads 1 if x = 0 distribution function P x = if x = 1 if x = 2 if x = 3 0 otherwise or: P X 0 = 1 8, P X 1 = 3 8, P X 2 = 3 8, P X 3 = 1 8

7 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) P x is a (discrete) probability distribution function (pdf or PDF) P x = P X = x expresses the probability that X = x A random variable X that is distributed with pdf P is written as X~P Some properties of the pdf: 0 P x 1 a probability is always between 0 and 1 x S P x = 1 the probabilities of all elementary outcomes add up to 1

8 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) A pdf may have one or more parameters to denote a collection of different but similar pdfs Example: a regular die with m faces P X = x; m = P X x; m = P x; m = 1 m X~P m (for x = 1,, m) m = 4 m = 6 m = 8 m = 12 m = 20

9 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) In addition to the (discrete) probability distribution function (pdf) P X = x = P X x = P x we define the (discrete) cumulative distribution function (cdf or CDF) F x = F X x = P X x and therefore x x F x = Depending on how we count, you may also start at k = 0 or k = 1 P X = k k= = P k k=

10 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) Example die: P X = 2 = 1, but P X 2 = P X = P X = 2 = 1 3 Some properties of the cdf: F = 0 and F = 1 monotonously increasing

11 PROBABILITY DISTRIBUTION FUNCTIONS (DISCRETE) pdf cdf

12 CHARACTERISTICS OF A DISCRETE DISTRIBUTION Expected value of X N N E X = x i P X = x i i=1 = x i P x i Example die with P 1 = P 2 = = P 6 = 1 6 E X = = 7 2 = Interpretation: mean (average) alternative notation: μ or μ X so E X = μ X Note difference between μ and the sample mean x e.g., rolling a specific die n = 100 times may return a mean x = 3.72 or 3.43 while μ = 7/2, always (property of die, property of population ) i=1

13 CHARACTERISTICS OF A DISCRETE DISTRIBUTION Variance N var X = x i E X i=1 2 P x i Interpretation: dispersion alternative notation: σ 2 2 or σ X or V X 2 so var X = σ X Note difference between σ 2 and the sample variance s 2 e.g., rolling a specific die 100 times may return a variance s 2 = 2.86 or 3.04 while σ 2 = 35, always (property of die, property of population ) 12 And of course: standard deviation σ X = var X

14 CHARACTERISTICS OF A DISCRETE DISTRIBUTION Transformation rules of random variable X and Y For means: E k + X = k + E X E aa = aa X E X + Y = E X + E Y For variances: var k + X = var X var ax = a 2 var X if X and Y independent: var X + Y = var X + var Y

15 EXAMPLE: UNIFORM DISTRIBUTION Generalization of fair die: equal probability of integer outcomes between a and b conditions: a, b Z, a < b zero probability elsewhere uniform discrete distribution pdf: P x; a, b = Examples: coin: a = 0, b = 1 die: a = 1, b = 6 Random variable: X~U a, b 1 b a+1 x Z and x a, b 0 otherwise

16 EXAMPLE: UNIFORM DISTRIBUTION

17 EXAMPLE: UNIFORM DISTRIBUTION Example: choose randomly a number between 1 and 100 with equal probability and denote in by X random variable: X~U 1,100 pdf: P x = P X = x = 1 cdf: F x = P X x = 100 x 100 (x 1,2,, 100 ) (x 1,2,, 100 ) expected value: E X = variance: var X = Sample (n = 1000): values (e.g.): 45, 96, 33, 7, 44, 96, 20, mean: x = (e.g.) variance: s x 2 = (e.g.)

18 EXAMPLE: BERNOULLI DISTRIBUTION Bernoulli experiment random experiment with 2 discrete outcomes (coin type) head, true, success, female: X = 1 tail, false, fail, male: X = 0 Bernoulli distribution Examples: winning a price in a lottery (buying one ticket) your luggage arrives in time at a destination Probability of success is parameter π (with 0 π 1) P 1 = P X = 1 = π P 0 = P X = 0 = 1 π Random variable X~BBBBBBBBB π or X~aaa π

19 EXAMPLE: BERNOULLI DISTRIBUTION Expected value E X = π (obviously!) Variance var X = π 1 π variance zero when π = 0 or π = 1 (obviously!) variance maximal when π = 1 π = 1 (obviously!) 2 π if x = 1 pdf: p x; π = 1 π if x = 0 0 otherwise cdf: (not so interesting)

20 EXAMPLE: BINOMIAL DISTRIBUTION Repeating a Bernoulli experiment n times X is total number of successes P X = x is probality of x successes in sample X = X 1 + X X n where X i is the outcome of Bernoulli experiment number i = 1,2,, n X has a binomial distribution

21 EXAMPLE: BINOMIAL DISTRIBUTION Example flip a coin 10 times:x is number of heads up roll 100 dice: X is number of sixes produce 1000 TV sets: X is number of broken sets What is important? the number of repitions (n) the probability of success (π) per item the constancy of π the independence of the experiments

22 EXAMPLE: BINOMIAL DISTRIBUTION Expected value E X = nn (obviously!) Variance var X = nn 1 π minimum (0) when π = 0 or π = 1 (obviously!) maximum for given n when π = 1 π = 1 2 (obviously!) pdf: p x; n, π = cdf: F x; n, π = n! x! n x! πx 1 π n x (x 0,1,2,, n ) x k=0 p x; n, π Random variable: X~bbb n, π or X~bbbbb n, π Recall the factorial function: 5! =

23 EXAMPLE: BINOMIAL DISTRIBUTION Example: roll 10 dice: what is the distribution of X = number of sixes? What is the probability model? you repeat an experiment 10 times (n = 10) with a probability π = 1 6 of success and a probability 1 π = 5 6 experiment What is the probability distribution? of failure per X~bbb 10, 1 6 where the random variable X represents the total number of sixes so X is not the outcome of a roll of the die! E X = = so we expect on average var X = = sixes in 10 rolls

24 EXAMPLE: BINOMIAL DISTRIBUTION

25 EXAMPLE: BINOMIAL DISTRIBUTION Calculating pdf and cdf values Example: binomial distrbution with n = 8, π = 0.5 what is P 3 what is F 3 Different methods: using the formula using a table using Excel using online calculators = P X = 3 (pdf)? = P X 3 (cdf)?

26 EXAMPLE: BINOMIAL DISTRIBUTION pdf solution 1: using the formula P 3; 8,0.5 = 8! 3! 8 3! = or P 3; 8,0.5 = = using the binomial coefficient n k = C k n = n! k! n k!

27 EXAMPLE: BINOMIAL DISTRIBUTION pdf solution 2: using the table in Appendix A P 3; 8,0.50 =

28 EXAMPLE: BINOMIAL DISTRIBUTION pdf solution 3: using Excel (or similar software) BBBBB. DDDD 3; 8; 0.5; FFFFF =

29 EXAMPLE: BINOMIAL DISTRIBUTION pdf solution 4: using an online calculator

30 EXAMPLE: BINOMIAL DISTRIBUTION At the exam: tables (solution 2) But: how to do the cdf? with calculator or Excel, OK and with formula or table? Use the definition: F x = P X x = P X = k k=0 P X 3 = P X = 0 + P X = 1 + P X = 2 + P X = 3 use table, four times x

31 EXAMPLE: BINOMIAL DISTRIBUTION Example F 3; 8,0.50 = Note that this table gives a pdf, not a cdf

32 EXAMPLE: BINOMIAL DISTRIBUTION Note that cdf is F x = P X x How to find P X < x? use P X x 1 = F x 1 How to find P X > x? use 1 P X x = 1 F x Etc.

33 EXAMPLE: BINOMIAL DISTRIBUTION Use such rules to efficiently use the (pdf) table (n = 8) P X 7 = F 7 = P 0 + P P 7 Much easier: P X 7 = F 7 = 1 P 8

34 EXAMPLE: BINOMIAL DISTRIBUTION Example: Context: on average, 20% of the emergency room patients at Greenwood General Hospital lack health insurance In a random sample of 4 patients, what is the probability that at least 2 will be uninsured?

35 EXAMPLE: BINOMIAL DISTRIBUTION Binomial model (patient is uninsured or not, π uninsured = 0.20) X is number of uninsured patients in sample P X 2 = P X = 2 + P X = 3 + P X = 4 = = Note that this table gives a pdf, not a cdf

36 PROBABILITY DENSITY FUNCTION (CONTINUOUS) Discrete distributions probability distribution function (pdf): P x = P X = x probability of obtaining the value x Continuous distributions the probability of obtaining the value x is 0 define probability density function (pdf): f x b P a X b = f x dd a probability of obtaining a value between a and b Compare with the probability distribution function (pdf) P X = x for the discrete case The red curve is the pdf, f x The integral is the grey area under the pdf

37 PROBABILITY DENSITY FUNCTION (CONTINUOUS) So pdf refers to two distinct but related things: probability distribution function P x (discrete case) probability density function f x (continuous case) Note also that the dimensions are different P is a dimensionless probability example: if X is in kg, the discrete pdf P X is dimensionless while the continuous pdf f x is in 1/kg Because f x dd should be dimensionless, and dd is in in kg

38 PROBABILITY DENSITY FUNCTION (CONTINUOUS) In addition to the probability density function... P x = P X x... we define the cumulative distribution function (cdf or CDF) F x = P X x = Some properties of the cdf: F = 0 and F = 1 monotonously increasing x f y dd Compare with F x = P X x = x k= for the discrete case F x x P X = k

39 PROBABILITY DENSITY FUNCTION (CONTINUOUS) pdf P 70 X = f x dd 70 cdf P 70 X 75 = F 75 F 70

40 CHARACTERISTICS OF A CONTINUOUS DISTRIBUTION Expected value E X = xx x dd Example: let f x = 1 for x 0,1 1 E X = xxx 0 = 1 2 x2 0 1 = 1 2 Interpretation: mean (average) alternative notation for E X : μ or μ X Compare with n E X = x i P x i=1 for the discrete case

41 CHARACTERISTICS OF A CONTINUOUS DISTRIBUTION Variance var X = x E X 2 f x dd Interpretation: dispersion alternative notation for V X : σ 2 or σ X 2 Compare with n var X = x i E X i=1 for the discrete case 2 P x i

42 EXAMPLE: UNIFORM (CONTINUOUS) DISTRIBUTION Analogy with uniform discrete distribution equal density for all outcomes between a and b condition: a < b zero probability elsewhere uniform continuous distribution pdf: f x; a, b = 1 b a or easier: f x; a, b = 1 b a x a, b 0 otherwise (x a, b ) Examples: standard uniform deviate: a = 0, b = 1

43 EXAMPLE: UNIFORM (CONTINUOUS) DISTRIBUTION Example: let X be exam grade of randomly selected student assume uniform distribution: X~U 1,10 what is P X 6.5? Solution use P X 6.5 = 1 P X < 6.5 = 1 P X 6.5 cdf: P X x = F x = f y dd uniform continuous with a = 1 and b = 10 pdf: f x = 1 (x 1,10 ) 9 x cdf: P X x = 1 dd = 1 1 x answer: P X 6.5 = or: area of black rectangle P X 6.5 is the black area x For a continuous distribution P X < x = P X x because P X = x =

44 EXAMPLE: UNIFORM (CONTINUOUS) DISTRIBUTION Expected value E X = a+b 2 Variance vvv X = b a 2 12 b a ( x a+b b a dd pdf f x = 1 b a cdf F X = x a b a Random variable X~U a, b or X~hoo 0, θ or X~hoo θ etc. = b a 2 12 )

45 EXAMPLE: NORMAL (OR GAUSSIAN) DISTRIBUTION pdf f x; μ, σ = 1 σ 2π e 1 2 cdf F x = x x μ σ f y; μ, σ dd Expected value E X = μ Variance var X = σ 2 Random variable X~N μ, σ or X~N μ, σ 2 2 =??? Now, π = Remember notation μ for expected value and σ 2 for variance. So here μ = μ and σ 2 = σ 2. This is no coincedence! In a concrete case indicate the parameter s symbol: N 12, σ = 2 or N 12, σ 2 = 4

46 EXAMPLE: NORMAL (OR GAUSSIAN) DISTRIBUTION Some characteristics range: x, pdf has maximum at x = μ pdf is symmetric around x = μ not too interesting for x < μ 3σ and for x > μ + 3σ

47 EXAMPLE: STANDARD NORMAL DISTRIBUTION Normal distribution with μ = 0 and σ = 1 so a 0-parameter distribution: standard normal pdf cdf f x = 1 2π e 1 2 x2 x F x = f y dd =??? = Φ x with Φ = 0, Φ = 1, Φ 0 = 0.5, dd Expected value E X = 0 Variance var X = 1 Random variable X~N 0,1, we often write Z~N 0,1 dd = f x Remember the trick: if you don t know something, just give it a name

48 EXAMPLE: STANDARD NORMAL DISTRIBUTION Important because any normally distributed variable can be standardized to standard normal distribution Methods for determing the values of Φ x : using a table (different types!) using Excel using a graphical calculator

49 EXAMPLE: STANDARD NORMAL DISTRIBUTION Calculating the value of the cdf with a table P Z 1.36 = Φ 1.36 table C-2 (p.768): P Z 1.36 =

50 EXAMPLE: STANDARD NORMAL DISTRIBUTION Calculating the value of the cdf with Excel Φ 1.36 = P Z 1.36 =

51 EXAMPLE: STANDARD NORMAL DISTRIBUTION Note that cdf is P Z x How to find P Z < x? use P Z x (why?) How to find P Z > x? use 1 P Z x (why?) or use P Z > x = P Z < x (why?) How to find P Z x? is easy now... How to find P x Z y? use P Z y P Z x Etc. Scale for standard normal, but this applies to any continuous distribution =

52 EXAMPLE: STANDARD NORMAL DISTRIBUTION Inverse lookup P X x = Φ x = 0.90 table C-2 (p.768): x 1.28

53 BACK TO THE NORMAL DISTRIBUTION Note: X~N μ, σ 2 X μ~n 0, σ 2 X μ Standardization x z = x μ and X Z = X μ σ σ If X~N μ, σ 2, how to determine P X x? P X x = P X μ x μ = P X μ Example suppose X~N 180, σ 2 = 25 P X 190 = P Z P X x = 0.90 = P Z x σ σ x μ σ ~N 0,1 = P Z 2 = x = P Z x μ σ = 1.28 x = This is our way of doing normalcdf and invnorm if you don t have a graphical calculator!

54 BACK TO THE NORMAL DISTRIBUTION Finding P X x with X~N μ, σ 2 standardizing + table of standard normal distribution Excel graphical calculator At the exam!

55 BACK TO THE NORMAL DISTRIBUTION What is normal about the normal distribution? it has quite a weird pdf formula and an even weirder cdf formula But it is unimodal it is symmetric very often empirical distributions look normal a quantity is approximately normal if it is influenced by many additive factors, none of which is dominating several statistics (mean, sum,...) are normally distributed You ll learn that soon when we discuss the Central Limit Theorem

56 PROPERTIES OF THE NORMAL DISTRIBUTION Scaling If X~N μ X, σ X 2 then ax + b~n aμ X + b, a 2 σ X 2 Additivity If X~N μ X, σ X 2 and Y~N μ Y, σ Y 2 and X, Y independent, then X + Y~N μ X + μ Y, σ X 2 + σ Y 2 pdf of X pdf of 0.825X + 11

57 APPROXIMATIONS TO DISTRIBUTIONS Sometimes, we can approximate a difficult distribution by a simpler one Important case: binomial normal example 1: flipping a coin (π = 0.50, X = #heads) very often

58 APPROXIMATIONS TO DISTRIBUTIONS But also when π 0.50 example 2: flipping a biased coin (π = 0.30, X = #heads) very often n = 10; π =.30 n = 20; π =.30 n = 40; π =.30

59 APPROXIMATIONS TO DISTRIBUTIONS binomial normal bbb n, π N μ, σ 2 using μ =??? and σ 2 =??? We know that when X~bbb n, π E X = nn var X = nn 1 π So, replace μ = nn σ 2 = nn 1 π So, bii n, π N nn, nn 1 π rule: allowed when nn 5 and n 1 π 5 The book says 10 instead of 5

60 APPROXIMATIONS TO DISTRIBUTIONS Example binomial normal roll a die n = 900 times study the occurrence of sixes (so π = 1 ) 6 what is the probability of no more then 170 sixes? Exact: P bbb n=900;π=1/6 X 170 =? Two problems: need to add 171 pdf-terms (P X = 0 until P X = 170 ) 900! gives an ERROR Approximation: P N μ=150;σ 2 =125 X 170 = P Z Z = Φ 125 Z

61 APPROXIMATIONS TO DISTRIBUTIONS Now take X~bbb 18,0.5 In a binomial context P X 11 = P X < 12 But in a normal context P X 11 = P X < 11 So, take care about using integers Safest: go half-way: P X 11.5 = P X < 11.5 This is the continuity correction

62 APPROXIMATIONS TO DISTRIBUTIONS The intuitive notion of the continuity correction when approximating a discrete distribution by a continuous distribution P bbb X 7 P N X P bbb X 7 P N X 6 1 2

63 APPROXIMATIONS TO DISTRIBUTIONS Improving previous result without continuity correction P bbb n=900;π=1/6 X 170 = P N μ=150;σ 2 =125 P Z Z = Φ Z with continuity correction P bbb n=900;π=1/6 X 170 = P N μ=150;σ 2 =125 P Z Z = Φ Z X 170 = X =

64 OLD EXAM QUESTION 30 June 2014, Q1d

65 OLD EXAM QUESTION 30 June 2014, Q1f

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution

Random Variable. Discrete Random Variable. Continuous Random Variable. Discrete Random Variable. Discrete Probability Distribution Random Variable Theoretical Probability Distribution Random Variable Discrete Probability Distributions A variable that assumes a numerical description for the outcome of a random eperiment (by chance).

More information

Part 3: Parametric Models

Part 3: Parametric Models Part 3: Parametric Models Matthew Sperrin and Juhyun Park August 19, 2008 1 Introduction There are three main objectives to this section: 1. To introduce the concepts of probability and random variables.

More information

Why should you care?? Intellectual curiosity. Gambling. Mathematically the same as the ESP decision problem we discussed in Week 4.

Why should you care?? Intellectual curiosity. Gambling. Mathematically the same as the ESP decision problem we discussed in Week 4. I. Probability basics (Sections 4.1 and 4.2) Flip a fair (probability of HEADS is 1/2) coin ten times. What is the probability of getting exactly 5 HEADS? What is the probability of getting exactly 10

More information

Random Variables. Statistics 110. Summer Copyright c 2006 by Mark E. Irwin

Random Variables. Statistics 110. Summer Copyright c 2006 by Mark E. Irwin Random Variables Statistics 110 Summer 2006 Copyright c 2006 by Mark E. Irwin Random Variables A Random Variable (RV) is a response of a random phenomenon which is numeric. Examples: 1. Roll a die twice

More information

Chapter 5. Means and Variances

Chapter 5. Means and Variances 1 Chapter 5 Means and Variances Our discussion of probability has taken us from a simple classical view of counting successes relative to total outcomes and has brought us to the idea of a probability

More information

Review of probability

Review of probability Review of probability Computer Sciences 760 Spring 2014 http://pages.cs.wisc.edu/~dpage/cs760/ Goals for the lecture you should understand the following concepts definition of probability random variables

More information

Random variables. DS GA 1002 Probability and Statistics for Data Science.

Random variables. DS GA 1002 Probability and Statistics for Data Science. Random variables DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Motivation Random variables model numerical quantities

More information

Part 3: Parametric Models

Part 3: Parametric Models Part 3: Parametric Models Matthew Sperrin and Juhyun Park April 3, 2009 1 Introduction Is the coin fair or not? In part one of the course we introduced the idea of separating sampling variation from a

More information

Chapter 2. Random Variable. Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance.

Chapter 2. Random Variable. Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance. Chapter 2 Random Variable CLO2 Define single random variables in terms of their PDF and CDF, and calculate moments such as the mean and variance. 1 1. Introduction In Chapter 1, we introduced the concept

More information

Probability. Table of contents

Probability. Table of contents Probability Table of contents 1. Important definitions 2. Distributions 3. Discrete distributions 4. Continuous distributions 5. The Normal distribution 6. Multivariate random variables 7. Other continuous

More information

Review of Probability Mark Craven and David Page Computer Sciences 760.

Review of Probability Mark Craven and David Page Computer Sciences 760. Review of Probability Mark Craven and David Page Computer Sciences 760 www.biostat.wisc.edu/~craven/cs760/ Goals for the lecture you should understand the following concepts definition of probability random

More information

Introductory Probability

Introductory Probability Introductory Probability Bernoulli Trials and Binomial Probability Distributions Dr. Nguyen nicholas.nguyen@uky.edu Department of Mathematics UK February 04, 2019 Agenda Bernoulli Trials and Probability

More information

ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables

ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 2 Discrete Random Variables Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Random Variable Discrete Random

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan Introduction The markets can be thought of as a complex interaction of a large number of random processes,

More information

Discrete Probability Distributions

Discrete Probability Distributions Discrete Probability Distributions Data Science: Jordan Boyd-Graber University of Maryland JANUARY 18, 2018 Data Science: Jordan Boyd-Graber UMD Discrete Probability Distributions 1 / 1 Refresher: Random

More information

P [(E and F )] P [F ]

P [(E and F )] P [F ] CONDITIONAL PROBABILITY AND INDEPENDENCE WORKSHEET MTH 1210 This worksheet supplements our textbook material on the concepts of conditional probability and independence. The exercises at the end of each

More information

CISC 1100/1400 Structures of Comp. Sci./Discrete Structures Chapter 7 Probability. Outline. Terminology and background. Arthur G.

CISC 1100/1400 Structures of Comp. Sci./Discrete Structures Chapter 7 Probability. Outline. Terminology and background. Arthur G. CISC 1100/1400 Structures of Comp. Sci./Discrete Structures Chapter 7 Probability Arthur G. Werschulz Fordham University Department of Computer and Information Sciences Copyright Arthur G. Werschulz, 2017.

More information

The random variable 1

The random variable 1 The random variable 1 Contents 1. Definition 2. Distribution and density function 3. Specific random variables 4. Functions of one random variable 5. Mean and variance 2 The random variable A random variable

More information

Binomial and Poisson Probability Distributions

Binomial and Poisson Probability Distributions Binomial and Poisson Probability Distributions Esra Akdeniz March 3, 2016 Bernoulli Random Variable Any random variable whose only possible values are 0 or 1 is called a Bernoulli random variable. What

More information

Midterm Exam 1 Solution

Midterm Exam 1 Solution EECS 126 Probability and Random Processes University of California, Berkeley: Fall 2015 Kannan Ramchandran September 22, 2015 Midterm Exam 1 Solution Last name First name SID Name of student on your left:

More information

Random Variables Example:

Random Variables Example: Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

18.05 Practice Final Exam

18.05 Practice Final Exam No calculators. 18.05 Practice Final Exam Number of problems 16 concept questions, 16 problems. Simplifying expressions Unless asked to explicitly, you don t need to simplify complicated expressions. For

More information

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2 Probability Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application. However, probability models underlie

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

CMPSCI 240: Reasoning Under Uncertainty

CMPSCI 240: Reasoning Under Uncertainty CMPSCI 240: Reasoning Under Uncertainty Lecture 5 Prof. Hanna Wallach wallach@cs.umass.edu February 7, 2012 Reminders Pick up a copy of B&T Check the course website: http://www.cs.umass.edu/ ~wallach/courses/s12/cmpsci240/

More information

Math 151. Rumbos Fall Solutions to Review Problems for Exam 2. Pr(X = 1) = ) = Pr(X = 2) = Pr(X = 3) = p X. (k) =

Math 151. Rumbos Fall Solutions to Review Problems for Exam 2. Pr(X = 1) = ) = Pr(X = 2) = Pr(X = 3) = p X. (k) = Math 5. Rumbos Fall 07 Solutions to Review Problems for Exam. A bowl contains 5 chips of the same size and shape. Two chips are red and the other three are blue. Draw three chips from the bowl at random,

More information

Chapter 3 Single Random Variables and Probability Distributions (Part 1)

Chapter 3 Single Random Variables and Probability Distributions (Part 1) Chapter 3 Single Random Variables and Probability Distributions (Part 1) Contents What is a Random Variable? Probability Distribution Functions Cumulative Distribution Function Probability Density Function

More information

Statistics for Economists. Lectures 3 & 4

Statistics for Economists. Lectures 3 & 4 Statistics for Economists Lectures 3 & 4 Asrat Temesgen Stockholm University 1 CHAPTER 2- Discrete Distributions 2.1. Random variables of the Discrete Type Definition 2.1.1: Given a random experiment with

More information

18.05 Exam 1. Table of normal probabilities: The last page of the exam contains a table of standard normal cdf values.

18.05 Exam 1. Table of normal probabilities: The last page of the exam contains a table of standard normal cdf values. Name 18.05 Exam 1 No books or calculators. You may have one 4 6 notecard with any information you like on it. 6 problems, 8 pages Use the back side of each page if you need more space. Simplifying expressions:

More information

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES

IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES IAM 530 ELEMENTS OF PROBABILITY AND STATISTICS LECTURE 3-RANDOM VARIABLES VARIABLE Studying the behavior of random variables, and more importantly functions of random variables is essential for both the

More information

Statistical Methods for the Social Sciences, Autumn 2012

Statistical Methods for the Social Sciences, Autumn 2012 Statistical Methods for the Social Sciences, Autumn 2012 Review Session 3: Probability. Exercises Ch.4. More on Stata TA: Anastasia Aladysheva anastasia.aladysheva@graduateinstitute.ch Office hours: Mon

More information

Example 1. The sample space of an experiment where we flip a pair of coins is denoted by:

Example 1. The sample space of an experiment where we flip a pair of coins is denoted by: Chapter 8 Probability 8. Preliminaries Definition (Sample Space). A Sample Space, Ω, is the set of all possible outcomes of an experiment. Such a sample space is considered discrete if Ω has finite cardinality.

More information

STAT2201. Analysis of Engineering & Scientific Data. Unit 3

STAT2201. Analysis of Engineering & Scientific Data. Unit 3 STAT2201 Analysis of Engineering & Scientific Data Unit 3 Slava Vaisman The University of Queensland School of Mathematics and Physics What we learned in Unit 2 (1) We defined a sample space of a random

More information

Discrete random variables and probability distributions

Discrete random variables and probability distributions Discrete random variables and probability distributions random variable is a mapping from the sample space to real numbers. notation: X, Y, Z,... Example: Ask a student whether she/he works part time or

More information

SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416)

SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416) SUMMARY OF PROBABILITY CONCEPTS SO FAR (SUPPLEMENT FOR MA416) D. ARAPURA This is a summary of the essential material covered so far. The final will be cumulative. I ve also included some review problems

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics February 26, 2018 CS 361: Probability & Statistics Random variables The discrete uniform distribution If every value of a discrete random variable has the same probability, then its distribution is called

More information

MATH 3C: MIDTERM 1 REVIEW. 1. Counting

MATH 3C: MIDTERM 1 REVIEW. 1. Counting MATH 3C: MIDTERM REVIEW JOE HUGHES. Counting. Imagine that a sports betting pool is run in the following way: there are 20 teams, 2 weeks, and each week you pick a team to win. However, you can t pick

More information

2.6 Tools for Counting sample points

2.6 Tools for Counting sample points 2.6 Tools for Counting sample points When the number of simple events in S is too large, manual enumeration of every sample point in S is tedious or even impossible. (Example) If S contains N equiprobable

More information

Statistics 100A Homework 5 Solutions

Statistics 100A Homework 5 Solutions Chapter 5 Statistics 1A Homework 5 Solutions Ryan Rosario 1. Let X be a random variable with probability density function a What is the value of c? fx { c1 x 1 < x < 1 otherwise We know that for fx to

More information

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 4-1 Overview 4-2 Fundamentals 4-3 Addition Rule Chapter 4 Probability 4-4 Multiplication Rule:

More information

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman.

Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman. Math 224 Fall 2017 Homework 1 Drew Armstrong Problems from Probability and Statistical Inference (9th ed.) by Hogg, Tanis and Zimmerman. Section 1.1, Exercises 4,5,6,7,9,12. Solutions to Book Problems.

More information

Math 493 Final Exam December 01

Math 493 Final Exam December 01 Math 493 Final Exam December 01 NAME: ID NUMBER: Return your blue book to my office or the Math Department office by Noon on Tuesday 11 th. On all parts after the first show enough work in your exam booklet

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

University of California, Berkeley, Statistics 134: Concepts of Probability. Michael Lugo, Spring Exam 1

University of California, Berkeley, Statistics 134: Concepts of Probability. Michael Lugo, Spring Exam 1 University of California, Berkeley, Statistics 134: Concepts of Probability Michael Lugo, Spring 2011 Exam 1 February 16, 2011, 11:10 am - 12:00 noon Name: Solutions Student ID: This exam consists of seven

More information

The Random Variable for Probabilities Chris Piech CS109, Stanford University

The Random Variable for Probabilities Chris Piech CS109, Stanford University The Random Variable for Probabilities Chris Piech CS109, Stanford University Assignment Grades 10 20 30 40 50 60 70 80 90 100 10 20 30 40 50 60 70 80 90 100 Frequency Frequency 10 20 30 40 50 60 70 80

More information

MTH302 Quiz # 4. Solved By When a coin is tossed once, the probability of getting head is. Select correct option:

MTH302 Quiz # 4. Solved By When a coin is tossed once, the probability of getting head is. Select correct option: MTH302 Quiz # 4 Solved By konenuchiha@gmail.com When a coin is tossed once, the probability of getting head is. 0.55 0.52 0.50 (1/2) 0.51 Suppose the slope of regression line is 20 and the intercept is

More information

Business Statistics Midterm Exam Fall 2015 Russell. Please sign here to acknowledge

Business Statistics Midterm Exam Fall 2015 Russell. Please sign here to acknowledge Business Statistics Midterm Exam Fall 5 Russell Name Do not turn over this page until you are told to do so. You will have hour and 3 minutes to complete the exam. There are a total of points divided into

More information

Senior Math Circles November 19, 2008 Probability II

Senior Math Circles November 19, 2008 Probability II University of Waterloo Faculty of Mathematics Centre for Education in Mathematics and Computing Senior Math Circles November 9, 2008 Probability II Probability Counting There are many situations where

More information

18.05 Final Exam. Good luck! Name. No calculators. Number of problems 16 concept questions, 16 problems, 21 pages

18.05 Final Exam. Good luck! Name. No calculators. Number of problems 16 concept questions, 16 problems, 21 pages Name No calculators. 18.05 Final Exam Number of problems 16 concept questions, 16 problems, 21 pages Extra paper If you need more space we will provide some blank paper. Indicate clearly that your solution

More information

DS-GA 1002 Lecture notes 2 Fall Random variables

DS-GA 1002 Lecture notes 2 Fall Random variables DS-GA 12 Lecture notes 2 Fall 216 1 Introduction Random variables Random variables are a fundamental tool in probabilistic modeling. They allow us to model numerical quantities that are uncertain: the

More information

Homework 4 Solution, due July 23

Homework 4 Solution, due July 23 Homework 4 Solution, due July 23 Random Variables Problem 1. Let X be the random number on a die: from 1 to. (i) What is the distribution of X? (ii) Calculate EX. (iii) Calculate EX 2. (iv) Calculate Var

More information

Introduction to Statistics. By: Ewa Paszek

Introduction to Statistics. By: Ewa Paszek Introduction to Statistics By: Ewa Paszek Introduction to Statistics By: Ewa Paszek Online: C O N N E X I O N S Rice University, Houston, Texas 2008 Ewa Paszek

More information

Statistics for Engineers Lecture 2

Statistics for Engineers Lecture 2 Statistics for Engineers Lecture 2 Antony Lewis http://cosmologist.info/teaching/stat/ Summary from last time Complements Rule: P A c = 1 P(A) Multiplication Rule: P A B = P A P B A = P B P(A B) Special

More information

Lecture Notes 2 Random Variables. Random Variable

Lecture Notes 2 Random Variables. Random Variable Lecture Notes 2 Random Variables Definition Discrete Random Variables: Probability mass function (pmf) Continuous Random Variables: Probability density function (pdf) Mean and Variance Cumulative Distribution

More information

Binomial Distribution. Collin Phillips

Binomial Distribution. Collin Phillips Mathematics Learning Centre Binomial Distribution Collin Phillips c 00 University of Sydney Thanks To Darren Graham and Cathy Kennedy for turning my scribble into a book and to Jackie Nicholas and Sue

More information

116 Chapter 3 Convolution

116 Chapter 3 Convolution 116 Chapter 3 Convolution This is a great combination of many of the things we ve developed to this point, and it will come up again. 9 Consider the left hand side as a function of x, say h(x) n e (x n)2

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables We have a probability space (S, Pr). A random variable is a function X : S V (X ) for some set V (X ). In this discussion, we must have V (X ) is the real numbers X induces a

More information

Practice Problems Section Problems

Practice Problems Section Problems Practice Problems Section 4-4-3 4-4 4-5 4-6 4-7 4-8 4-10 Supplemental Problems 4-1 to 4-9 4-13, 14, 15, 17, 19, 0 4-3, 34, 36, 38 4-47, 49, 5, 54, 55 4-59, 60, 63 4-66, 68, 69, 70, 74 4-79, 81, 84 4-85,

More information

Lecture 10: Probability distributions TUESDAY, FEBRUARY 19, 2019

Lecture 10: Probability distributions TUESDAY, FEBRUARY 19, 2019 Lecture 10: Probability distributions DANIEL WELLER TUESDAY, FEBRUARY 19, 2019 Agenda What is probability? (again) Describing probabilities (distributions) Understanding probabilities (expectation) Partial

More information

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 4.1-1

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 4.1-1 Lecture Slides Elementary Statistics Eleventh Edition and the Triola Statistics Series by Mario F. Triola 4.1-1 4-1 Review and Preview Chapter 4 Probability 4-2 Basic Concepts of Probability 4-3 Addition

More information

A brief review of basics of probabilities

A brief review of basics of probabilities brief review of basics of probabilities Milos Hauskrecht milos@pitt.edu 5329 Sennott Square robability theory Studies and describes random processes and their outcomes Random processes may result in multiple

More information

Lecture Notes 2 Random Variables. Discrete Random Variables: Probability mass function (pmf)

Lecture Notes 2 Random Variables. Discrete Random Variables: Probability mass function (pmf) Lecture Notes 2 Random Variables Definition Discrete Random Variables: Probability mass function (pmf) Continuous Random Variables: Probability density function (pdf) Mean and Variance Cumulative Distribution

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables An Undergraduate Introduction to Financial Mathematics J. Robert Buchanan 2014 Introduction The markets can be thought of as a complex interaction of a large number of random

More information

Review of probabilities

Review of probabilities CS 1675 Introduction to Machine Learning Lecture 5 Density estimation Milos Hauskrecht milos@pitt.edu 5329 Sennott Square Review of probabilities 1 robability theory Studies and describes random processes

More information

Conditional Probability

Conditional Probability Conditional Probability Idea have performed a chance experiment but don t know the outcome (ω), but have some partial information (event A) about ω. Question: given this partial information what s the

More information

Common ontinuous random variables

Common ontinuous random variables Common ontinuous random variables CE 311S Earlier, we saw a number of distribution families Binomial Negative binomial Hypergeometric Poisson These were useful because they represented common situations:

More information

Chapter 3 Discrete Random Variables

Chapter 3 Discrete Random Variables MICHIGAN STATE UNIVERSITY STT 351 SECTION 2 FALL 2008 LECTURE NOTES Chapter 3 Discrete Random Variables Nao Mimoto Contents 1 Random Variables 2 2 Probability Distributions for Discrete Variables 3 3 Expected

More information

Week 1 Quantitative Analysis of Financial Markets Distributions A

Week 1 Quantitative Analysis of Financial Markets Distributions A Week 1 Quantitative Analysis of Financial Markets Distributions A Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg : 6828 0364 : LKCSB 5036 October

More information

7 Random samples and sampling distributions

7 Random samples and sampling distributions 7 Random samples and sampling distributions 7.1 Introduction - random samples We will use the term experiment in a very general way to refer to some process, procedure or natural phenomena that produces

More information

Discrete Random Variable

Discrete Random Variable Discrete Random Variable Outcome of a random experiment need not to be a number. We are generally interested in some measurement or numerical attribute of the outcome, rather than the outcome itself. n

More information

STA 247 Solutions to Assignment #1

STA 247 Solutions to Assignment #1 STA 247 Solutions to Assignment #1 Question 1: Suppose you throw three six-sided dice (coloured red, green, and blue) repeatedly, until the three dice all show different numbers. Assuming that these dice

More information

Relationship between probability set function and random variable - 2 -

Relationship between probability set function and random variable - 2 - 2.0 Random Variables A rat is selected at random from a cage and its sex is determined. The set of possible outcomes is female and male. Thus outcome space is S = {female, male} = {F, M}. If we let X be

More information

Business Statistics. Lecture 3: Random Variables and the Normal Distribution

Business Statistics. Lecture 3: Random Variables and the Normal Distribution Business Statistics Lecture 3: Random Variables and the Normal Distribution 1 Goals for this Lecture A little bit of probability Random variables The normal distribution 2 Probability vs. Statistics Probability:

More information

Statistical Concepts. Distributions of Data

Statistical Concepts. Distributions of Data Module : Review of Basic Statistical Concepts. Understanding Probability Distributions, Parameters and Statistics A variable that can take on any value in a range is called a continuous variable. Example:

More information

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or Expectations Expectations Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or µ X, is E(X ) = µ X = x D x p(x) Expectations

More information

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

What is a random variable

What is a random variable OKAN UNIVERSITY FACULTY OF ENGINEERING AND ARCHITECTURE MATH 256 Probability and Random Processes 04 Random Variables Fall 20 Yrd. Doç. Dr. Didem Kivanc Tureli didemk@ieee.org didem.kivanc@okan.edu.tr

More information

3 Multiple Discrete Random Variables

3 Multiple Discrete Random Variables 3 Multiple Discrete Random Variables 3.1 Joint densities Suppose we have a probability space (Ω, F,P) and now we have two discrete random variables X and Y on it. They have probability mass functions f

More information

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS

EXAM. Exam #1. Math 3342 Summer II, July 21, 2000 ANSWERS EXAM Exam # Math 3342 Summer II, 2 July 2, 2 ANSWERS i pts. Problem. Consider the following data: 7, 8, 9, 2,, 7, 2, 3. Find the first quartile, the median, and the third quartile. Make a box and whisker

More information

BINOMIAL DISTRIBUTION

BINOMIAL DISTRIBUTION BINOMIAL DISTRIBUTION The binomial distribution is a particular type of discrete pmf. It describes random variables which satisfy the following conditions: 1 You perform n identical experiments (called

More information

Carleton University. Final Examination Fall DURATION: 2 HOURS No. of students: 223

Carleton University. Final Examination Fall DURATION: 2 HOURS No. of students: 223 Carleton University Final Examination Fall 2016 DURATION: 2 HOURS No. of students: 223 Department Name & Course Number: Computer Science COMP 2804A Course Instructor: Michiel Smid Authorized memoranda:

More information

Discrete Distributions

Discrete Distributions Discrete Distributions STA 281 Fall 2011 1 Introduction Previously we defined a random variable to be an experiment with numerical outcomes. Often different random variables are related in that they have

More information

X = X X n, + X 2

X = X X n, + X 2 CS 70 Discrete Mathematics for CS Fall 2003 Wagner Lecture 22 Variance Question: At each time step, I flip a fair coin. If it comes up Heads, I walk one step to the right; if it comes up Tails, I walk

More information

What does independence look like?

What does independence look like? What does independence look like? Independence S AB A Independence Definition 1: P (AB) =P (A)P (B) AB S = A S B S B Independence Definition 2: P (A B) =P (A) AB B = A S Independence? S A Independence

More information

MAT Mathematics in Today's World

MAT Mathematics in Today's World MAT 1000 Mathematics in Today's World Last Time We discussed the four rules that govern probabilities: 1. Probabilities are numbers between 0 and 1 2. The probability an event does not occur is 1 minus

More information

Lecture #13 Tuesday, October 4, 2016 Textbook: Sections 7.3, 7.4, 8.1, 8.2, 8.3

Lecture #13 Tuesday, October 4, 2016 Textbook: Sections 7.3, 7.4, 8.1, 8.2, 8.3 STATISTICS 200 Lecture #13 Tuesday, October 4, 2016 Textbook: Sections 7.3, 7.4, 8.1, 8.2, 8.3 Objectives: Identify, and resist the temptation to fall for, the gambler s fallacy Define random variable

More information

Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Note 15. Random Variables: Distributions, Independence, and Expectations

Discrete Mathematics and Probability Theory Fall 2014 Anant Sahai Note 15. Random Variables: Distributions, Independence, and Expectations EECS 70 Discrete Mathematics and Probability Theory Fall 204 Anant Sahai Note 5 Random Variables: Distributions, Independence, and Expectations In the last note, we saw how useful it is to have a way of

More information

Discrete probability and the laws of chance

Discrete probability and the laws of chance Chapter 7 Discrete probability and the laws of chance 7.1 Introduction In this chapter we lay the groundwork for calculations and rules governing simple discrete probabilities 24. Such skills are essential

More information

Chapter 8: An Introduction to Probability and Statistics

Chapter 8: An Introduction to Probability and Statistics Course S3, 200 07 Chapter 8: An Introduction to Probability and Statistics This material is covered in the book: Erwin Kreyszig, Advanced Engineering Mathematics (9th edition) Chapter 24 (not including

More information

Counting principles, including permutations and combinations.

Counting principles, including permutations and combinations. 1 Counting principles, including permutations and combinations. The binomial theorem: expansion of a + b n, n ε N. THE PRODUCT RULE If there are m different ways of performing an operation and for each

More information

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Topic -2 Probability Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Probability Experiments Experiment : An experiment is an act that can be repeated under given condition. Rolling a

More information

Exam 2 Review Math 118 Sections 1 and 2

Exam 2 Review Math 118 Sections 1 and 2 Exam 2 Review Math 118 Sections 1 and 2 This exam will cover sections 2.4, 2.5, 3.1-3.3, 4.1-4.3 and 5.1-5.2 of the textbook. No books, notes, calculators or other aids are allowed on this exam. There

More information

Chapter 2 Random Variables

Chapter 2 Random Variables Stochastic Processes Chapter 2 Random Variables Prof. Jernan Juang Dept. of Engineering Science National Cheng Kung University Prof. Chun-Hung Liu Dept. of Electrical and Computer Eng. National Chiao Tung

More information

Unit 4 Probability. Dr Mahmoud Alhussami

Unit 4 Probability. Dr Mahmoud Alhussami Unit 4 Probability Dr Mahmoud Alhussami Probability Probability theory developed from the study of games of chance like dice and cards. A process like flipping a coin, rolling a die or drawing a card from

More information

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability?

Probability: Why do we care? Lecture 2: Probability and Distributions. Classical Definition. What is Probability? Probability: Why do we care? Lecture 2: Probability and Distributions Sandy Eckel seckel@jhsph.edu 22 April 2008 Probability helps us by: Allowing us to translate scientific questions into mathematical

More information

Week 12-13: Discrete Probability

Week 12-13: Discrete Probability Week 12-13: Discrete Probability November 21, 2018 1 Probability Space There are many problems about chances or possibilities, called probability in mathematics. When we roll two dice there are possible

More information

6.2 Introduction to Probability. The Deal. Possible outcomes: STAT1010 Intro to probability. Definitions. Terms: What are the chances of?

6.2 Introduction to Probability. The Deal. Possible outcomes: STAT1010 Intro to probability. Definitions. Terms: What are the chances of? 6.2 Introduction to Probability Terms: What are the chances of?! Personal probability (subjective) " Based on feeling or opinion. " Gut reaction.! Empirical probability (evidence based) " Based on experience

More information

Chapter 2: Discrete Distributions. 2.1 Random Variables of the Discrete Type

Chapter 2: Discrete Distributions. 2.1 Random Variables of the Discrete Type Chapter 2: Discrete Distributions 2.1 Random Variables of the Discrete Type 2.2 Mathematical Expectation 2.3 Special Mathematical Expectations 2.4 Binomial Distribution 2.5 Negative Binomial Distribution

More information