Chapter 2. Continuous random variables

Size: px
Start display at page:

Download "Chapter 2. Continuous random variables"

Transcription

1 Chapter 2 Continuous random variables

2 Outline Review of probability: events and probability Random variable Probability and Cumulative distribution function Review of discrete random variable Introduction to continuous random variable Expected values Variance and standard deviation Variance for 2-dim random variable Quantiles and Cumulative distribution function Standard continuous univariate distributions Uniform Exponential Normal

3 Review of Probability Probability considers an experiment before it is performed Probability is a measure of the chance that an event may occur in the experiment Tossing a coin or conducting an election survey is an example of an experiment An event is a subset of the sample space, the set of all possible outcomes Seeing tail in coin or a positive response from the survey is an event The legitimate questions are then: What is the probability of seeing tail in the experiment of tossing a coin, or what is the probability of getting a positive response in a survey?

4 The Axioms of Probability Mathematically, probability is a function P which assigns to each event A in the sample space Ω a number P(A) in [0,1] such that Axiom 1: P(A) 0 for all A Ω; Axiom 2: P(Ω) = 1; Axiom 3: P(A B) = P(A) + P(B) if A B = for any A,B Ω When an event has an associated probability to occur, this gives rise to uncertainty Uncertainty principle is the fundamental of statistical inference

5 An example of random variable A random variable X is a function from sample space Ω to real numbers R Exercise 221 (a) Experiment 1: In a presential election with two candidates M and O, the possible outcomes are Ω = {Candidate M wins, Candidate O wins} If we define a random variable X that maps from Ω to {0,1} Then the probability of the event {Candidate O wins} is equivalent to P(X = 1) (b) Experiment 2: A national air quality monitoring system automatically collects measurements of ozone level at designated sites The possible outcomes are Ω = {x : x 0} If we define a random variable X to be the numerical measurements, the probability that ozone level falls below a certain level c is given by P(X c)

6 Random variable A random variable X is a function that associates a unique number with each possible outcome of an experiment Associated with each random variable X is a probability distribution function that describes the chance of all possible outcomes of X Often in scientific investigation, X represents the variable of main interest that can be measured or observed All observable events are expressed in terms of a random variable

7 Distribution function In order to describe all possible outcomes of an experiment, we focus on an event of the basic form {X x} for fixed x, where x can take any value How how can one express a general event {a < X b} using the basic form with set operations? {a < X b} = {X b} {X a} c If we have a rule of assigning probability to an event of the basic form, then the probability of any event can be determined

8 Cumulative Distribution function For any univariate random variable X, cumulative distribution function, cdf, F X : R [0,1], is defined by F X (x) F(x) = P(X x) 1 F(b) F(a) Cumulative distribution function Moreover, F( ) = 0 and F( ) = 1 and F is a non-decreasing function An example is drawn in Figure 1 Note that for a b, 0 a b Figure: Example of cumulative distribution function x P(a < X b) = F(b) F(a) Why is it so?

9 Discrete random variable Discrete random variables are probability models describing the outcomes of experiments with countable sample space, often assigning only the integers or the non-negative integers Examples include college membership, exam grades(a,b,c,d,e), number of goals in a match, number of children in a family

10 Discrete random variable Discrete random variables are probability models describing the outcomes of experiments with countable sample space, often assigning only the integers or the non-negative integers Examples include college membership, exam grades(a,b,c,d,e), number of goals in a match, number of children in a family The probability distribution function F X (x) = P(X x) can be obtained by P(X x) = P(X int(x)) = int(x) k= P(X = x), where int(x) denotes the largest integer smaller than or equal to x, eg int(52) = 5, int(3) = 3, int(-21) = -2

11 Probability mass function The probability distribution of a discrete random variable X is characterised by probability mass function, pmf, p(x), where p(x) = P(X = x) The probability mass function p(x) satisfies 0 p(x) 1 for all x; x= p(x) = 1 For any event A, P(X A) = x A p(x) For example, P(a < X b) = P(X = a + 1) + P(X = a + 2) + + P(X = b) = p(a + 1) + p(a + 2) + + p(b)

12 Probability mass function P(a < X b) a x b Figure: Example of probability mass function Shaded area represents P(a < X b)

13 Example of discrete random variable Exercise 241 For a random variable X that takes values {0,1} with probabilities θ,1 θ, obtain P(X x) for all x 0 and plot the cumulative distribution function

14 0 if x < 0 P(X x) = θ if 0 x < 1 1 if x 1

15 Continuous random variable When the outcome of an experiment is a measurement on a continuous scale, such as ozone level measurements in the earlier example, the random variable is called continuous random variable Examples include

16 Continuous random variable When the outcome of an experiment is a measurement on a continuous scale, such as ozone level measurements in the earlier example, the random variable is called continuous random variable Examples include height, weight, direction, waiting times in the hospital, price of stock

17 Continuous random variable When the outcome of an experiment is a measurement on a continuous scale, such as ozone level measurements in the earlier example, the random variable is called continuous random variable Examples include height, weight, direction, waiting times in the hospital, price of stock Again, the cumulative distribution function is defined by F(x) = F X (x) = P(X x) However, if X is continuous random variable and hence P(X = x) = 0 for all x P(a < X < b) = P(a X < b) = P(a < X b) = P(a X b)

18 Probability density function The probability density function, pdf f (x) a continuous random variable X is defined by f (x) = d dx F X(x) so that it satisfies F X (x) = x f (u)du The probability density function f (x) satisfies f (x) 0 for all x; f (x)dx = 1 For any event A, P(X A) = x A f (x)dx

19 Interpretation of probability density function Due to results from calculus, P(a < X b) = F X (b) F X (a) = = b b a f (x)dx f (x)dx a f (x)dx

20 Probability density function f (x) P(a < X b) a b x Figure: Example of probability density function P(a < X b) is the area under the curve between x = a and x = b

21 Exercise 251 For a random variable X with cumulative distribution function { x if 0 x 1 F X (x) = 0 otherwise (a) Find P(03 < X 05) (b) Find the pdf of X

22 (a) P(03 < X 05) = F(05) F(03) = = 02 { 1 if 0 x 1 (b) f (x) = 0 if x < 0 or x > 1

23 Expectation If X is a discrete random variable with probability mass function p(x) on {0,1, }, then the expected value of X is µ X = E[X] = xp(x) x=0 If X is a continuous random variable with probability density function f (x) on (, ), then the expected value of X is µ X = E[X] = xf (x)dx

24 Expectations of functions of random variables Suppose Y = g(x) where g is a fixed function If X is a discrete random variable with probability mass function p(x) on {0,1, }, then the expected value of Y is µ Y = E[Y ] = g(x)p(x) x=0 If X is a continuous random variable with probability density function f (x) on (, ), then the expected value of Y is µ Y = E[Y ] = g(x)f (x)dx

25 Exercise 261 Let f (x) = exp( x) for all x 0 Find (i)e[x] (= µ X ) (ii)e[x 2 ] and (iii)e[(x µ X ) 2 ]

26 (i) µ X = E[X] = = [ x exp( x)] x exp( x)dx 0 exp( x) dx = 0 + [ exp( x)] 0 = 0 ( 1) = 1 (ii) E[X 2 ] = 0 x 2 exp( x)dx = [ x 2 exp( x)] 0 + 2x exp( x) dx = = 2 (iii) E[(X µ X ) 2 ] = = 0 (x 2 2x + 1)exp( x)dx = = (x 1) 2 exp( x)dx

27 Properties of Expected values Theorem If X has expectation E[X] and Y is a linear function of X as Y = ax + b then Y has expectation E[Y ] = ae[x] + b

28 Properties of Expected values Theorem If X has expectation E[X] and Y is a linear function of X as Y = ax + b then Y has expectation E[Y ] = ae[x] + b More generally, the following properties hold: E[g(X) + h(x)] = E[g(X)] + E[h(X)] (1) E[cg(X)] = ce[g(x)] (2) E[aX + b] = ae[x] + b (3) Note that we proved them in MATH 104 for discrete random variables

29 Using linear properties of expectation, we may compute E[(X a) 2 ] by E[(X a) 2 ] = E[X 2 2aX + a 2 ] = E[X 2 ] E[2aX] + E[a 2 ] = E[X 2 ] 2aE[X] + a 2

30 Variance and Standard Deviation If X is a random variable with expected value µ X = E[X], the variance of X is σx 2 = Var[X] = E[(X µ X ) 2 ] { = x=0 (x µ X) 2 p(x) discrete rv (x µ X) 2 f (x)dx continous rv The variance of X can be calculated as σ 2 X = E[X 2 ] µ 2 X The standard deviation of X is σ X = Var[X]

31 Variance and Standard Deviation: example Exercise 271 For f (x) = exp( x) for all x 0, Find σ X

32 From the previous example,σ 2 X = 1 so σ X = 1

33 Properties of Variance and Standard Deviation Theorem If Var[X] exists and Y = a + bx, then Var[Y ] = b 2 Var[X] Hence, the standard deviation of Y is σ Y = b σ X

34 Properties of Variance and Standard Deviation Theorem If Var[X] exists and Y = a + bx, then Var[Y ] = b 2 Var[X] Hence, the standard deviation of Y is σ Y = b σ X Why do you need to take the absolute value in the above expression?

35 Probability mass function Probability mass function y µ = 25 σ = 11 y µ = 083 σ = 083 x x Density Density µ = 25 σ = µ = 083 σ = x x Figure: Expectations and Standard deviations for discrete and continuous random variables

36 Correlation With multivariate data, we need to characterise dependence: The correlation between X and Y, denoted Corr(X,Y ), and defined as: The correlation between two random variables X and Y is Corr(X,Y ) = E[{X E[X]}{Y E[Y ]}] Var(X)Var(Y ) = E[(X µ X)(Y µ Y )] σ X σ Y

37 centre here spread spread Correlation near 0 loose clustering Correlation near 1 tight clustering centre here Figure: Mean and Variance are measures of location and scale; Correlation measures linear association between variables Measure of clustering around a straight line with a slope [ 1,1] Correlation is a scale free measure of linear dependence between two variables

38 Theorem If X and Y are independent, then Corr(X, Y ) = 0

39 Covariance Recall that the variance of a random variable X is given by Var(X) = E [ (X µ X ) 2] The covariance between two random variables X and Y is defined in a similar way: The covariance between random variables X and Y is Cov(X,Y ) = E [(X µ X )(Y µ Y )], so that Var(X) = Cov(X,X) and Cov(X,Y ) is the expected product of the deviations of each variable from its expected value

40 Covariance cont Exercise 281 Show that covariance is equivalent to Cov(X,Y ) = E[XY ] µ X µ Y

41 Cov(X,Y) = E[(X µ X )(Y µ Y )] = E[XY µ X Y µ Y X + µ X µ Y ] = E[XY ] µ X E[Y ] µ Y E[X] + µ X µ Y = E[XY ] µ X µ Y µ Y µ X + µ X µ Y = E[XY ] µ X µ Y

42 Cov(X,Y) = E[(X µ X )(Y µ Y )] = E[XY µ X Y µ Y X + µ X µ Y ] = E[XY ] µ X E[Y ] µ Y E[X] + µ X µ Y = E[XY ] µ X µ Y µ Y µ X + µ X µ Y = E[XY ] µ X µ Y We have the following interpretation: Cov(X,Y ) = ρσ X σ Y, where Corr(X,Y) = ρ, and σ X and σ Y are the square roots of the variances of X and Y respectively

43 Quantiles Often interest is in the values of a continuous random variable which are not exceeded with a given probability, eg income of lower 10% income tax payer or score of top 5% students Let X be a random variable and p any value such that 0 p 1 The the pth quantile of the distribution of X is the value x p that satisfies: P(X x p ) = p When p = 05, the quantitle x 05 is called median

44 pth Quantile See Figure 6 for visualisation 1 Cumulative distribution function p F(x) 0 x p x Figure: x p is the pth quantile obtained from cdf

45 Quartiles The quartiles of a distribution are the values at which we can cut the distribution into four equally likely slices: (x 025,x 05,x 075 ) Figure 7 shows quartiles in cdf and pdf Cumulative distribution function Density F(x) 05 f (x) 025 x(25) x(75) x 0 x(5) x(75) x Figure: Quartiles (x 025, x 05, x 075 ) shown on cdf and pdf respectively

46 Uniform distribution This distribution is used to model variables that can take any value on a fixed interval, when the probability of occurrence does not vary over the interval The pdf of a Uniform random variable X, distributed on the interval (a,b) is given by: 1 if a < x < b; f (x;θ) = b a 0 otherwise, where θ = (a,b) and Θ is the set of (a,b) such that < a < b < This is written as X Uniform(a,b)

47 0 1/(b a) P(a < X x 0 ) a x0 b x Figure: Pdf for Uniform(a, b) random variable Shaded area represents P(a < X x 0 )

48 Cumulative distribution function and quantiles Exercise 2101 For X Uniform(a,b), (i) Find the cdf and sketch its graph (ii) Find the mean µ X and variance σ 2 X (iii) Find the median and compare to the mean

49 (i) F(x) = x a 1 x a b a du = b a for a x b and 1 for x b

50 (i) F(x) = x a 1 x a b a du = b a for a x b and 1 for x b (ii) µ X = b a x 1 a+b b a dx = 2 and E[X 2 ] = b a x2 1 b a dx = a2 +ab+b 2 3 So σx 2 = E[X 2 ] µ 2 X = (a b)2 12

51 (i) F(x) = x a 1 x a b a du = b a for a x b and 1 for x b (ii) µ X = b a x 1 a+b b a dx = 2 and E[X 2 ] = b a x2 1 b a dx = a2 +ab+b 2 3 So σx 2 = E[X 2 ] µ 2 X = (a b)2 12 (iii) F(x) = x a b a = 05 so x 05 = a + 05(b a) = (a + b)/2, same as the mean

52 Exercise 2102 Numerically evaluate the pdf, cdf and the quantile function of a Uniform distribution dunif(05, -2, 2) # pdf Uniform(-2,2) at x=05, f(05 punif(03, 0, 1) # cdf of Uniform(0,1) at x=03, P x = seq(-1, 1, length=101) fx = dunif(x, -1,1) plot(x, fx) lines(x, fx)

53 Exponential distribution This distribution is often used to model variables that are the times until specific events happen when the events occur at random at a given rate over time The pdf of an Exponential random variable X is { θ exp( θx) for x > 0, f (x;θ) = 0 otherwise, where 0 < x and 0 < θ This is written as X Exponential(θ) and θ Θ = (0, )

54 f(x) P(X>1) x Figure: Pdfs for Exponential(θ) random variables for θ = 1

55 Shape of Exponential density function Exercise 2103 Old Q: How is the shape of the function related to the parameter θ? Which one has lower tail probability P(X > 10)? Find P(X > 1) when θ = 1

56 P(X > 1) = 1 exp( x) dx = [ exp( x)] 1 = 0 ( exp( 1)) = exp( 1) = 03678

57 Cumulative distribution function and quantiles The cdf of the Exponential(θ) distribution is { 0 if x 0, F(x) = 1 exp( θx) if x > 0 Exercise 2104 For X Exponential(θ), (i) Derive the cumulative distribution from the pdf (ii) Find the median (iii) The mean µ X of the Exponential(θ) is 1θ Compare the median and the mean Which one is larger? Why does the median differ from the mean?

58 (i) F(x) = x 0 f (u)du = x 0 θ exp( θu) du = 1 exp( θx) (ii) Solving F(x p ) = p gives x p = θ 1 log(1 p) 1 For median, p = 05 so the median is x 05 = 1 θ log 2 (iii) µ X = 1/θ > (1/θ)log 2 = x 05 As the distribution is not symmetric, the mean and the median are not the same The median is always smaller because there is higher concentration of probability on smaller values but with thin probability values are stretching to the far right

59 Exercise 2105 Numerically evaluate the pdf, cdf and the quantile function of an Exponential distribution dexp(3, rate=2) # pdf of Exponential(2) at x=3, f(3)= pexp(3, 5) # cdf of Exponential(5) at x=3, P(X<3)= x = seq(0, 4, length=100) fx = dexp(x, rate=2) plot(x, fx) lines(x, fx)

60 Exercise 2106 Suppose that a goal is scored at random in a fixed time of the cup final and the time until the event can be modelled by an Exponential distribution with rate parameter θ = 2/3 hours If the first goal has been scored just now, what is the probability of waiting time until the next goal is (i) more than 30 minutes (ii) between 30 and 50 minutes

61 Let X be the random variable of the waiting time Then X Exponential(2/3) and F(x) = 1 exp( (2/3)x) (i) P(X > 1/2) = 1 F(1/2) = exp( 2/3 1/2) = (ii) P(1/2 < X < 5/6) = F(5/6) F(1/2) = exp( 2/3 1/2) exp( 2/3 5/6) = 01428

62 Normal distribution: background quoted from gqview weblib/gausshtml The normal distribution was introduced by the French mathematician Abraham De Moivre in 1733 De Moivre used this distribution to approximate probabilities of winning in various games of chance involving coin tossing It was later used by the German mathematician Karl Gauss to prredict the location of astronomical bodies and became known as the Gaussian distribution In the late nineteenth century statisticians started to believe that most data sets would have histograms with the Gaussian bell-shaped form and that all normal data sets would follow this form and so the curve came to be known as the normal curve

63 Normal distribution The pdf of a Normal random variable X is { f (x;θ) = 1 exp 1 ( ) } x µ 2, 2πσ 2 σ where θ = (µ,σ), < µ <, 0 < σ and < x < This is written as X N(µ,σ 2 ) and θ Θ = (, ) (0, ) E[X] = µ, Var(X) = σ 2

64 Shape of Normal density function Exercise 2107 How is the shape of the function related to the parameter θ? Which one has higher probability of P( X > 3)? sigma=05 sigma=1 sigma= x Figure: Pdfs for Normal(µ, σ 2 ) random variables where µ = 0 and σ = 05, 1, 15

65 The larger σ, the more spread So σ = 15 has the largest probability of P( X > 3) and σ = 05 has the smallest

66 Cumulative distribution function and quantiles The normal cdf is F(x) = x f (u)du = x 1 { exp 1 ( u µ ) 2 },du 2πσ 2 2 σ This does not have a closed form expression so numerical evaluation is required, if we want to obtain probabilities of the form P(X x) or quantiles

67 Exercise 2108 Numerically evaluate the pdf, cdf and the quantile function of a Normal distribution pnorm(0, mean=2, sd=sqrt(5)) # P(X<0) when X ~ N(2,5) pnorm(0, 2, sqrt(5)) # P(X<0) when X ~ N(2,5) pnorm(-2, 0, 2) # P(X >-2) when X ~ N(0,4) 0 qnorm(0975, 0, 1) # u such that P(X<u)=0975, 1 Note that the R functions for the Normal distribution use the standard deviation σ, not the variance σ 2

68 Exercise 2109 A normal distribution is proposed to model the variation in height of women with parameters µ = 160 and σ 2 = 25 measured in cm Find the proportion of tall women, defined as over 175cm tall

69 Let X be the random variable of women height then X Normal(160,5 2 ) So P(X > 175) = { exp 1 2π 5 2 ( x ) 2 } dx

70 Let X be the random variable of women height then X Normal(160,5 2 ) So P(X > 175) = { exp 1 2π 5 2 ( x ) 2 } dx In the above example we have expressed the proportion in terms of an integral and as the number of deviations from the mean The integral is impossible to calculate analytically so numerical evaluation is required to obtain probabilities or quantiles

71 Standardardization of the random variable It is useful to express such probabilities in terms of a standardized random variable, with µ = 0 and σ = 1 If X N(µ,σ 2 ) then Z = X µ σ N(0,1), and conversely if Z N(0, 1), then X = µ + σz N(µ,σ 2 )

72 Standardardization of the random variable It is useful to express such probabilities in terms of a standardized random variable, with µ = 0 and σ = 1 If X N(µ,σ 2 ) then Z = X µ σ N(0,1), and conversely if Z N(0, 1), then X = µ + σz N(µ,σ 2 ) The formal proof will be given in M230 and here it is sufficient to note that E[Z] = 0 Var[Z] = 1

73 Standard normal distribution A random variable Z is said to have a standard normal distribution with mean 0 and standard deviation 1 if its pdf is given by f (z) = 1 exp( z 2 /2), 2π where < z < and is denoted by Z N(0,1) The cumulative distribution function, ie the area under the curve, of the standard normal variable Z is given by Φ(z) = P(Z z) = z 1 2π exp( x 2 /2)dx Values of Φ(z) are obtained from a table of standard normal probabilities or from computer software such as R: pnorm(z) z Φ(z)

74 Standard normal distribution: example Exercise We repeat the previous example to illustrate the standardization procedure: P(X > 175) = P( X > ) 5 5 = P(Z > 3) = 1 P(Z 3) = 1 Φ(3) = = 00013

75 Probabilities of Normal distribution µ 3σ µ 2σ µ σ µ µ + σ µ + 2σ µ + 3σ P(µ σ < X < µ + σ) = 0683 P(µ 2σ < X < µ + 2σ) = 0954 P(µ 3σ < X < µ + 3σ) = 0997 Figure: Illustration of coverage probability of Normal(µ, σ 2 ) distribution

Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay

Random Variables. Saravanan Vijayakumaran Department of Electrical Engineering Indian Institute of Technology Bombay 1 / 13 Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay August 8, 2013 2 / 13 Random Variable Definition A real-valued

More information

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R

Random Variables. Random variables. A numerically valued map X of an outcome ω from a sample space Ω to the real line R In probabilistic models, a random variable is a variable whose possible values are numerical outcomes of a random phenomenon. As a function or a map, it maps from an element (or an outcome) of a sample

More information

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems

MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems MA/ST 810 Mathematical-Statistical Modeling and Analysis of Complex Systems Review of Basic Probability The fundamentals, random variables, probability distributions Probability mass/density functions

More information

Introduction to Probability Theory

Introduction to Probability Theory Introduction to Probability Theory Ping Yu Department of Economics University of Hong Kong Ping Yu (HKU) Probability 1 / 39 Foundations 1 Foundations 2 Random Variables 3 Expectation 4 Multivariate Random

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 14: Continuous random variables Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin www.cs.cmu.edu/

More information

Preliminary Statistics. Lecture 3: Probability Models and Distributions

Preliminary Statistics. Lecture 3: Probability Models and Distributions Preliminary Statistics Lecture 3: Probability Models and Distributions Rory Macqueen (rm43@soas.ac.uk), September 2015 Outline Revision of Lecture 2 Probability Density Functions Cumulative Distribution

More information

STAT Chapter 5 Continuous Distributions

STAT Chapter 5 Continuous Distributions STAT 270 - Chapter 5 Continuous Distributions June 27, 2012 Shirin Golchi () STAT270 June 27, 2012 1 / 59 Continuous rv s Definition: X is a continuous rv if it takes values in an interval, i.e., range

More information

Lecture 2: Repetition of probability theory and statistics

Lecture 2: Repetition of probability theory and statistics Algorithms for Uncertainty Quantification SS8, IN2345 Tobias Neckel Scientific Computing in Computer Science TUM Lecture 2: Repetition of probability theory and statistics Concept of Building Block: Prerequisites:

More information

Random Variables and Their Distributions

Random Variables and Their Distributions Chapter 3 Random Variables and Their Distributions A random variable (r.v.) is a function that assigns one and only one numerical value to each simple event in an experiment. We will denote r.vs by capital

More information

Algorithms for Uncertainty Quantification

Algorithms for Uncertainty Quantification Algorithms for Uncertainty Quantification Tobias Neckel, Ionuț-Gabriel Farcaș Lehrstuhl Informatik V Summer Semester 2017 Lecture 2: Repetition of probability theory and statistics Example: coin flip Example

More information

Fundamental Tools - Probability Theory II

Fundamental Tools - Probability Theory II Fundamental Tools - Probability Theory II MSc Financial Mathematics The University of Warwick September 29, 2015 MSc Financial Mathematics Fundamental Tools - Probability Theory II 1 / 22 Measurable random

More information

Math Review Sheet, Fall 2008

Math Review Sheet, Fall 2008 1 Descriptive Statistics Math 3070-5 Review Sheet, Fall 2008 First we need to know about the relationship among Population Samples Objects The distribution of the population can be given in one of the

More information

Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan

Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan 2.4 Random Variables Arkansas Tech University MATH 3513: Applied Statistics I Dr. Marcel B. Finan By definition, a random variable X is a function with domain the sample space and range a subset of the

More information

Continuous Random Variables

Continuous Random Variables 1 / 24 Continuous Random Variables Saravanan Vijayakumaran sarva@ee.iitb.ac.in Department of Electrical Engineering Indian Institute of Technology Bombay February 27, 2013 2 / 24 Continuous Random Variables

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

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

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27

Probability Review. Yutian Li. January 18, Stanford University. Yutian Li (Stanford University) Probability Review January 18, / 27 Probability Review Yutian Li Stanford University January 18, 2018 Yutian Li (Stanford University) Probability Review January 18, 2018 1 / 27 Outline 1 Elements of probability 2 Random variables 3 Multiple

More information

Probability and Distributions

Probability and Distributions Probability and Distributions What is a statistical model? A statistical model is a set of assumptions by which the hypothetical population distribution of data is inferred. It is typically postulated

More information

ECON Fundamentals of Probability

ECON Fundamentals of Probability ECON 351 - Fundamentals of Probability Maggie Jones 1 / 32 Random Variables A random variable is one that takes on numerical values, i.e. numerical summary of a random outcome e.g., prices, total GDP,

More information

STA 111: Probability & Statistical Inference

STA 111: Probability & Statistical Inference STA 111: Probability & Statistical Inference Lecture Four Expectation and Continuous Random Variables Instructor: Olanrewaju Michael Akande Department of Statistical Science, Duke University Instructor:

More information

Probability. Paul Schrimpf. January 23, UBC Economics 326. Probability. Paul Schrimpf. Definitions. Properties. Random variables.

Probability. Paul Schrimpf. January 23, UBC Economics 326. Probability. Paul Schrimpf. Definitions. Properties. Random variables. Probability UBC Economics 326 January 23, 2018 1 2 3 Wooldridge (2013) appendix B Stock and Watson (2009) chapter 2 Linton (2017) chapters 1-5 Abbring (2001) sections 2.1-2.3 Diez, Barr, and Cetinkaya-Rundel

More information

2 (Statistics) Random variables

2 (Statistics) Random variables 2 (Statistics) Random variables References: DeGroot and Schervish, chapters 3, 4 and 5; Stirzaker, chapters 4, 5 and 6 We will now study the main tools use for modeling experiments with unknown outcomes

More information

Continuous Random Variables and Continuous Distributions

Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Expectation & Variance of Continuous Random Variables ( 5.2) The Uniform Random Variable

More information

3 Continuous Random Variables

3 Continuous Random Variables Jinguo Lian Math437 Notes January 15, 016 3 Continuous Random Variables Remember that discrete random variables can take only a countable number of possible values. On the other hand, a continuous random

More information

Joint Distribution of Two or More Random Variables

Joint Distribution of Two or More Random Variables Joint Distribution of Two or More Random Variables Sometimes more than one measurement in the form of random variable is taken on each member of the sample space. In cases like this there will be a few

More information

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables

Chapter 2. Some Basic Probability Concepts. 2.1 Experiments, Outcomes and Random Variables Chapter 2 Some Basic Probability Concepts 2.1 Experiments, Outcomes and Random Variables A random variable is a variable whose value is unknown until it is observed. The value of a random variable results

More information

The Normal Distribuions

The Normal Distribuions The Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Expectation, Variance and Standard Deviation for Continuous Random Variables Class 6, Jeremy Orloff and Jonathan Bloom

Expectation, Variance and Standard Deviation for Continuous Random Variables Class 6, Jeremy Orloff and Jonathan Bloom Expectation, Variance and Standard Deviation for Continuous Random Variables Class 6, 8.5 Jeremy Orloff and Jonathan Bloom Learning Goals. Be able to compute and interpret expectation, variance, and standard

More information

Analysis of Engineering and Scientific Data. Semester

Analysis of Engineering and Scientific Data. Semester Analysis of Engineering and Scientific Data Semester 1 2019 Sabrina Streipert s.streipert@uq.edu.au Example: Draw a random number from the interval of real numbers [1, 3]. Let X represent the number. Each

More information

Quick Tour of Basic Probability Theory and Linear Algebra

Quick Tour of Basic Probability Theory and Linear Algebra Quick Tour of and Linear Algebra Quick Tour of and Linear Algebra CS224w: Social and Information Network Analysis Fall 2011 Quick Tour of and Linear Algebra Quick Tour of and Linear Algebra Outline Definitions

More information

5.2 Continuous random variables

5.2 Continuous random variables 5.2 Continuous random variables It is often convenient to think of a random variable as having a whole (continuous) interval for its set of possible values. The devices used to describe continuous probability

More information

Review of Probability. CS1538: Introduction to Simulations

Review of Probability. CS1538: Introduction to Simulations Review of Probability CS1538: Introduction to Simulations Probability and Statistics in Simulation Why do we need probability and statistics in simulation? Needed to validate the simulation model Needed

More information

2 Continuous Random Variables and their Distributions

2 Continuous Random Variables and their Distributions Name: Discussion-5 1 Introduction - Continuous random variables have a range in the form of Interval on the real number line. Union of non-overlapping intervals on real line. - We also know that for any

More information

1 Random Variable: Topics

1 Random Variable: Topics Note: Handouts DO NOT replace the book. In most cases, they only provide a guideline on topics and an intuitive feel. 1 Random Variable: Topics Chap 2, 2.1-2.4 and Chap 3, 3.1-3.3 What is a random variable?

More information

3. Probability and Statistics

3. Probability and Statistics FE661 - Statistical Methods for Financial Engineering 3. Probability and Statistics Jitkomut Songsiri definitions, probability measures conditional expectations correlation and covariance some important

More information

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions Introduction to Statistical Data Analysis Lecture 3: Probability Distributions James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Recitation 2: Probability

Recitation 2: Probability Recitation 2: Probability Colin White, Kenny Marino January 23, 2018 Outline Facts about sets Definitions and facts about probability Random Variables and Joint Distributions Characteristics of distributions

More information

Continuous random variables

Continuous random variables Continuous random variables Continuous r.v. s take an uncountably infinite number of possible values. Examples: Heights of people Weights of apples Diameters of bolts Life lengths of light-bulbs We cannot

More information

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R Random Variables Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R As such, a random variable summarizes the outcome of an experiment

More information

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix)

EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) 1 EC212: Introduction to Econometrics Review Materials (Wooldridge, Appendix) Taisuke Otsu London School of Economics Summer 2018 A.1. Summation operator (Wooldridge, App. A.1) 2 3 Summation operator For

More information

ECE353: Probability and Random Processes. Lecture 7 -Continuous Random Variable

ECE353: Probability and Random Processes. Lecture 7 -Continuous Random Variable ECE353: Probability and Random Processes Lecture 7 -Continuous Random Variable Xiao Fu School of Electrical Engineering and Computer Science Oregon State University E-mail: xiao.fu@oregonstate.edu Continuous

More information

Topic 6 Continuous Random Variables

Topic 6 Continuous Random Variables Topic 6 page Topic 6 Continuous Random Variables Reference: Chapter 5.-5.3 Probability Density Function The Uniform Distribution The Normal Distribution Standardizing a Normal Distribution Using the Standard

More information

Joint Probability Distributions and Random Samples (Devore Chapter Five)

Joint Probability Distributions and Random Samples (Devore Chapter Five) Joint Probability Distributions and Random Samples (Devore Chapter Five) 1016-345-01: Probability and Statistics for Engineers Spring 2013 Contents 1 Joint Probability Distributions 2 1.1 Two Discrete

More information

Probability. Computer Science Tripos, Part IA. R.J. Gibbens. Computer Laboratory University of Cambridge. Easter Term 2008/9

Probability. Computer Science Tripos, Part IA. R.J. Gibbens. Computer Laboratory University of Cambridge. Easter Term 2008/9 Probability Computer Science Tripos, Part IA R.J. Gibbens Computer Laboratory University of Cambridge Easter Term 2008/9 Last revision: 2009-05-06/r-36 1 Outline Elementary probability theory (2 lectures)

More information

Bayesian statistics, simulation and software

Bayesian statistics, simulation and software Module 1: Course intro and probability brush-up Department of Mathematical Sciences Aalborg University 1/22 Bayesian Statistics, Simulations and Software Course outline Course consists of 12 half-days

More information

Chapter 4. Continuous Random Variables 4.1 PDF

Chapter 4. Continuous Random Variables 4.1 PDF Chapter 4 Continuous Random Variables In this chapter we study continuous random variables. The linkage between continuous and discrete random variables is the cumulative distribution (CDF) which we will

More information

CME 106: Review Probability theory

CME 106: Review Probability theory : Probability theory Sven Schmit April 3, 2015 1 Overview In the first half of the course, we covered topics from probability theory. The difference between statistics and probability theory is the following:

More information

Probability Review. Chao Lan

Probability Review. Chao Lan Probability Review Chao Lan Let s start with a single random variable Random Experiment A random experiment has three elements 1. sample space Ω: set of all possible outcomes e.g.,ω={1,2,3,4,5,6} 2. event

More information

Chapter 4. Chapter 4 sections

Chapter 4. Chapter 4 sections Chapter 4 sections 4.1 Expectation 4.2 Properties of Expectations 4.3 Variance 4.4 Moments 4.5 The Mean and the Median 4.6 Covariance and Correlation 4.7 Conditional Expectation SKIP: 4.8 Utility Expectation

More information

Probability. Paul Schrimpf. January 23, Definitions 2. 2 Properties 3

Probability. Paul Schrimpf. January 23, Definitions 2. 2 Properties 3 Probability Paul Schrimpf January 23, 2018 Contents 1 Definitions 2 2 Properties 3 3 Random variables 4 3.1 Discrete........................................... 4 3.2 Continuous.........................................

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

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015

Part IA Probability. Definitions. Based on lectures by R. Weber Notes taken by Dexter Chua. Lent 2015 Part IA Probability Definitions Based on lectures by R. Weber Notes taken by Dexter Chua Lent 2015 These notes are not endorsed by the lecturers, and I have modified them (often significantly) after lectures.

More information

STAT 430/510: Lecture 10

STAT 430/510: Lecture 10 STAT 430/510: Lecture 10 James Piette June 9, 2010 Updates HW2 is due today! Pick up your HW1 s up in stat dept. There is a box located right when you enter that is labeled "Stat 430 HW1". It ll be out

More information

Appendix A : Introduction to Probability and stochastic processes

Appendix A : Introduction to Probability and stochastic processes A-1 Mathematical methods in communication July 5th, 2009 Appendix A : Introduction to Probability and stochastic processes Lecturer: Haim Permuter Scribe: Shai Shapira and Uri Livnat The probability of

More information

Review of Probability Theory

Review of Probability Theory Review of Probability Theory Arian Maleki and Tom Do Stanford University Probability theory is the study of uncertainty Through this class, we will be relying on concepts from probability theory for deriving

More information

S n = x + X 1 + X X n.

S n = x + X 1 + X X n. 0 Lecture 0 0. Gambler Ruin Problem Let X be a payoff if a coin toss game such that P(X = ) = P(X = ) = /2. Suppose you start with x dollars and play the game n times. Let X,X 2,...,X n be payoffs in each

More information

Chapter 4: Continuous Probability Distributions

Chapter 4: Continuous Probability Distributions Chapter 4: Continuous Probability Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 57 Continuous Random Variable A continuous random

More information

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions Week 5 Random Variables and Their Distributions Week 5 Objectives This week we give more general definitions of mean value, variance and percentiles, and introduce the first probability models for discrete

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

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

Gamma and Normal Distribuions

Gamma and Normal Distribuions Gamma and Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Chapter 4: Continuous Random Variable

Chapter 4: Continuous Random Variable Chapter 4: Continuous Random Variable Shiwen Shen University of South Carolina 2017 Summer 1 / 57 Continuous Random Variable A continuous random variable is a random variable with an interval (either finite

More information

Random Variables and Expectations

Random Variables and Expectations Inside ECOOMICS Random Variables Introduction to Econometrics Random Variables and Expectations A random variable has an outcome that is determined by an experiment and takes on a numerical value. A procedure

More information

Bivariate distributions

Bivariate distributions Bivariate distributions 3 th October 017 lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.) Bivariate Distributions of the Discrete Type The Correlation Coefficient

More information

Review: mostly probability and some statistics

Review: mostly probability and some statistics Review: mostly probability and some statistics C2 1 Content robability (should know already) Axioms and properties Conditional probability and independence Law of Total probability and Bayes theorem Random

More information

Introduction to Normal Distribution

Introduction to Normal Distribution Introduction to Normal Distribution Nathaniel E. Helwig Assistant Professor of Psychology and Statistics University of Minnesota (Twin Cities) Updated 17-Jan-2017 Nathaniel E. Helwig (U of Minnesota) Introduction

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

Lecture 2: Review of Probability

Lecture 2: Review of Probability Lecture 2: Review of Probability Zheng Tian Contents 1 Random Variables and Probability Distributions 2 1.1 Defining probabilities and random variables..................... 2 1.2 Probability distributions................................

More information

Calculus with Algebra and Trigonometry II Lecture 21 Probability applications

Calculus with Algebra and Trigonometry II Lecture 21 Probability applications Calculus with Algebra and Trigonometry II Lecture 21 Probability applications Apr 16, 215 Calculus with Algebra and Trigonometry II Lecture 21Probability Apr applications 16, 215 1 / 1 Histograms The distribution

More information

BASICS OF PROBABILITY

BASICS OF PROBABILITY October 10, 2018 BASICS OF PROBABILITY Randomness, sample space and probability Probability is concerned with random experiments. That is, an experiment, the outcome of which cannot be predicted with certainty,

More information

STAT 414: Introduction to Probability Theory

STAT 414: Introduction to Probability Theory STAT 414: Introduction to Probability Theory Spring 2016; Homework Assignments Latest updated on April 29, 2016 HW1 (Due on Jan. 21) Chapter 1 Problems 1, 8, 9, 10, 11, 18, 19, 26, 28, 30 Theoretical Exercises

More information

Chapter 4: Continuous Random Variables and Probability Distributions

Chapter 4: Continuous Random Variables and Probability Distributions Chapter 4: and Probability Distributions Walid Sharabati Purdue University February 14, 2014 Professor Sharabati (Purdue University) Spring 2014 (Slide 1 of 37) Chapter Overview Continuous random variables

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Introduction to Probabilistic Methods Varun Chandola Computer Science & Engineering State University of New York at Buffalo Buffalo, NY, USA chandola@buffalo.edu Chandola@UB

More information

Lecture 8: Continuous random variables, expectation and variance

Lecture 8: Continuous random variables, expectation and variance Lecture 8: Continuous random variables, expectation and variance Lejla Batina Institute for Computing and Information Sciences Digital Security Version: autumn 2013 Lejla Batina Version: autumn 2013 Wiskunde

More information

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows.

Perhaps the simplest way of modeling two (discrete) random variables is by means of a joint PMF, defined as follows. Chapter 5 Two Random Variables In a practical engineering problem, there is almost always causal relationship between different events. Some relationships are determined by physical laws, e.g., voltage

More information

Analysis of Experimental Designs

Analysis of Experimental Designs Analysis of Experimental Designs p. 1/? Analysis of Experimental Designs Gilles Lamothe Mathematics and Statistics University of Ottawa Analysis of Experimental Designs p. 2/? Review of Probability A short

More information

STAT509: Continuous Random Variable

STAT509: Continuous Random Variable University of South Carolina September 23, 2014 Continuous Random Variable A continuous random variable is a random variable with an interval (either finite or infinite) of real numbers for its range.

More information

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline.

Random Variables. Cumulative Distribution Function (CDF) Amappingthattransformstheeventstotherealline. Random Variables Amappingthattransformstheeventstotherealline. Example 1. Toss a fair coin. Define a random variable X where X is 1 if head appears and X is if tail appears. P (X =)=1/2 P (X =1)=1/2 Example

More information

1 Review of Probability and Distributions

1 Review of Probability and Distributions Random variables. A numerically valued function X of an outcome ω from a sample space Ω X : Ω R : ω X(ω) is called a random variable (r.v.), and usually determined by an experiment. We conventionally denote

More information

1 Probability and Random Variables

1 Probability and Random Variables 1 Probability and Random Variables The models that you have seen thus far are deterministic models. For any time t, there is a unique solution X(t). On the other hand, stochastic models will result in

More information

Expectation and Variance

Expectation and Variance Expectation and Variance August 22, 2017 STAT 151 Class 3 Slide 1 Outline of Topics 1 Motivation 2 Expectation - discrete 3 Transformations 4 Variance - discrete 5 Continuous variables 6 Covariance STAT

More information

More than one variable

More than one variable Chapter More than one variable.1 Bivariate discrete distributions Suppose that the r.v. s X and Y are discrete and take on the values x j and y j, j 1, respectively. Then the joint p.d.f. of X and Y, to

More information

Probability Distributions for Continuous Variables. Probability Distributions for Continuous Variables

Probability Distributions for Continuous Variables. Probability Distributions for Continuous Variables Probability Distributions for Continuous Variables Probability Distributions for Continuous Variables Let X = lake depth at a randomly chosen point on lake surface If we draw the histogram so that the

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 17: Continuous random variables: conditional PDF Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin

More information

Exponential, Gamma and Normal Distribuions

Exponential, Gamma and Normal Distribuions Exponential, Gamma and Normal Distribuions Sections 5.4, 5.5 & 6.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

Notes for Math 324, Part 19

Notes for Math 324, Part 19 48 Notes for Math 324, Part 9 Chapter 9 Multivariate distributions, covariance Often, we need to consider several random variables at the same time. We have a sample space S and r.v. s X, Y,..., which

More information

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities

PCMI Introduction to Random Matrix Theory Handout # REVIEW OF PROBABILITY THEORY. Chapter 1 - Events and Their Probabilities PCMI 207 - Introduction to Random Matrix Theory Handout #2 06.27.207 REVIEW OF PROBABILITY THEORY Chapter - Events and Their Probabilities.. Events as Sets Definition (σ-field). A collection F of subsets

More information

Week 2. Review of Probability, Random Variables and Univariate Distributions

Week 2. Review of Probability, Random Variables and Univariate Distributions Week 2 Review of Probability, Random Variables and Univariate Distributions Probability Probability Probability Motivation What use is Probability Theory? Probability models Basis for statistical inference

More information

Introduction to Econometrics

Introduction to Econometrics Introduction to Econometrics Lecture 1 : Causal Inference in Social Science Zhaopeng Qu Business School,Nanjing University Sep 11th, 2017 Zhaopeng Qu (Nanjing University) Introduction to Econometrics Sep

More information

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner

Fundamentals. CS 281A: Statistical Learning Theory. Yangqing Jia. August, Based on tutorial slides by Lester Mackey and Ariel Kleiner Fundamentals CS 281A: Statistical Learning Theory Yangqing Jia Based on tutorial slides by Lester Mackey and Ariel Kleiner August, 2011 Outline 1 Probability 2 Statistics 3 Linear Algebra 4 Optimization

More information

MAS113 Introduction to Probability and Statistics. Proofs of theorems

MAS113 Introduction to Probability and Statistics. Proofs of theorems MAS113 Introduction to Probability and Statistics Proofs of theorems Theorem 1 De Morgan s Laws) See MAS110 Theorem 2 M1 By definition, B and A \ B are disjoint, and their union is A So, because m is a

More information

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu

Course: ESO-209 Home Work: 1 Instructor: Debasis Kundu Home Work: 1 1. Describe the sample space when a coin is tossed (a) once, (b) three times, (c) n times, (d) an infinite number of times. 2. A coin is tossed until for the first time the same result appear

More information

Formulas for probability theory and linear models SF2941

Formulas for probability theory and linear models SF2941 Formulas for probability theory and linear models SF2941 These pages + Appendix 2 of Gut) are permitted as assistance at the exam. 11 maj 2008 Selected formulae of probability Bivariate probability Transforms

More information

ACM 116: Lecture 2. Agenda. Independence. Bayes rule. Discrete random variables Bernoulli distribution Binomial distribution

ACM 116: Lecture 2. Agenda. Independence. Bayes rule. Discrete random variables Bernoulli distribution Binomial distribution 1 ACM 116: Lecture 2 Agenda Independence Bayes rule Discrete random variables Bernoulli distribution Binomial distribution Continuous Random variables The Normal distribution Expected value of a random

More information

Review of Statistics I

Review of Statistics I Review of Statistics I Hüseyin Taştan 1 1 Department of Economics Yildiz Technical University April 17, 2010 1 Review of Distribution Theory Random variables, discrete vs continuous Probability distribution

More information

Part (A): Review of Probability [Statistics I revision]

Part (A): Review of Probability [Statistics I revision] Part (A): Review of Probability [Statistics I revision] 1 Definition of Probability 1.1 Experiment An experiment is any procedure whose outcome is uncertain ffl toss a coin ffl throw a die ffl buy a lottery

More information

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators.

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. IE 230 Seat # Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. Score Exam #3a, Spring 2002 Schmeiser Closed book and notes. 60 minutes. 1. True or false. (for each,

More information

Review of Basic Probability Theory

Review of Basic Probability Theory Review of Basic Probability Theory James H. Steiger Department of Psychology and Human Development Vanderbilt University James H. Steiger (Vanderbilt University) 1 / 35 Review of Basic Probability Theory

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 20, 2012 Introduction Introduction The world of the model-builder

More information

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016

Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 8. For any two events E and F, P (E) = P (E F ) + P (E F c ). Summary of basic probability theory Math 218, Mathematical Statistics D Joyce, Spring 2016 Sample space. A sample space consists of a underlying

More information