Probability Distributions

Size: px
Start display at page:

Download "Probability Distributions"

Transcription

1 Probability Distributions Probability Distributions CEE 2L. Uncertainty, Design, and Optimization Department of Civil and Environmental Engineering Duke University Philip Scott Harvey, Henri P. Gavin and Jeffrey T. Scruggs Spring, 26 Consider a continuous, random variable (rv) with support over the domain. The probability density function (PDF) of is the function f () such that for any two numbers a and b in the domain, with a < b, P [a < b] = b a f () d For f () to be a proper distribution, it must satisfy the following two conditions:. The PDF f () is positive-valued; f () for all values of. 2. The rule of total probability holds; the total area under f () is ; f () d =. Alternately, may be described by its cumulative distribution function (CDF). The CDF of is the function F () that gives, for any specified number, the probability that the random variable is less than or equal to the number is written as P [ ]. For real values of, the CDF is defined by so, F () = P [ b] = b f () d, P [a < b] = F (b) F (a) By the first fundamental theorem of calculus, the functions f () and F () are related as f () = d d F ()

2 2 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S. A few important characteristics of CDF s of are:. CDF s, F (), are monotonic non-decreasing functions of. 2. For any number a, P [ > a] = P [ a] = F (a) 3. For any two numbers a and b with a < b, P [a < b] = F (b) F (a) = b a f ()d 2 Descriptors of random variables The epected or mean value of a continuous random variable with PDF f () is the centroid of the probability density. µ = E[] = f () d The epected value of an arbitrary function of, g(), with respect to the PDF f () is µ g() = E[g()] = g() f () d The variance of a continuous rv with PDF f () and mean µ gives a quantitative measure of how much spread or dispersion there is in the distribution of values. The variance is calculated as σ 2 = V[] = = = = = ( µ ) 2 f () d The standard deviation (s.d.) of is σ = V[]. The coefficient of variation (c.o.v.) of is defined as the ratio of the standard deviation σ to the mean µ : c = σ for non-zero mean. The c.o.v. is a normalized measure of dispersion (dimensionless). A mode of a probability density function, f (), is a value of such that the PDF is maimized; d d f () =. =mode The median value, m, is is the value of such that P [ m ] = P [ > m ] = F ( m ) = F ( m ) =.5. µ

3 Probability Distributions 3 3 Some common distributions A few commonly-used probability distributions are described at the end of this document: the uniform, triangular, eponential, normal, and log-normal distributions. For each of these distributions, this document provides figures and equations for the PDF and CDF, equations for the mean and variance, the names of Matlab functions to generate samples, and empirical distributions of such samples. 3. The Normal distribution The Normal (or Gaussian) distribution is perhaps the most commonly used distribution function. The notation N (µ, σ 2 ) denotes that is a normal random variable with mean µ and variance σ 2. The standard normal random variable, Z, or z-statistic, is distributed as N (, ). The probability density function of a standard normal random variable is so widely used it has its own special symbol, φ(z), φ(z) = ep z2 2π 2 Any normally distributed random variable can be defined in terms of the standard normal random variable, through the change of variables = µ + σ Z. If is normally distributed, it has the PDF µ f () = φ = σ 2πσ 2 ep ( ( µ ) 2 2σ 2 ) There is no closed-form equation for the CDF of a normal random variable. Solving the integral Φ(z) = 2π z e u2 /2 du would make you famous. Try it. The CDF of a normal random variable is epressed in terms of the error function, erf(z). If is normally distributed, P [ ] can be found from the standard normal CDF µ P [ ] = F () = Φ. Values for Φ(z) are tabulated and can be computed, e.g., the Matlab command... Prob le_ = normcdf(,mu,sig). The standard normal PDF is symmetric about z =, so φ( z) = φ(z), Φ( z) = Φ(z), and P [ > ] = F () = Φ (( µ )/σ ) = Φ ((µ )/σ ). The linear combination of two independent normal rv s and 2 (with means µ and µ 2 and variances σ 2 and σ2 2 ) is also normally distributed, a + b 2 N and more specifically, a b N ( aµ b, a 2 σ 2 ). σ ( ) aµ + bµ 2, a 2 σ 2 + b 2 σ2 2,

4 4 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S. Given the probability of a normal rv, i.e., given P [ ], the associated value of can be found from the inverse standard normal CDF, µ σ = z = Φ (P [ ]). Values of the inverse standard normal CDF are tabulated, and can be computed, e.g., the Matlab command... = norminv(prob le_,mu,sig). 3.2 The Log-Normal distribution The Normal distribution is symmetric and can be used to describe random variables that can take positive as well as negative values, regardless of the value of the mean and standard deviation. For many random quantities a negative value makes no sense (e.g., modulus of elasticity, air pressure, and distance). Using a distribution which admits only positive values for such quantities eliminates any possibility of non-sensical negative values. The log-normal distribution is such a distribution. If ln is normally distributed (i.e., ln N (µ ln, σ ln )) then is called a log-normal random variable. In other words, if Y (= ln ) is normally distributed, e Y (= ) is log-normally distributed. µ Y = µ ln, σ 2 Y = σ 2 ln, P [Y y] P [ln ln ] P [ ] = F Y (y) F ln (ln ) F () = Φ y µy ( σ Y ) Φ ln µln σ ln The mean and standard deviation of a log-normal variable are related to the mean and standard deviation of ln. µ ln = ln µ 2 σ2 ln σln 2 = ln ( + (σ /µ ) 2) If (σ /µ ) <.3, σ ln (σ /µ ) = c The median, m, is a useful parameter of log-normal rv s. By definition of the median value, half of the population lies above the median, and half lies below, so ln m µ ln Φ =.5 σ ln ln m µ ln σ ln = Φ (.5) = and, ln m = µ ln m = ep(µ ln ) µ = m + c 2 For the log-normal distribution mode < median < mean. If c <.5, median mean. If ln is normally distributed ( is log-normal) then (for c <.3) ln ln m P [ ] Φ If ln N (µ ln, σ 2 ln ), and ln Y N (µ ln Y, σ 2 ln Y ), and Z = an /Y m then c ln Z = ln a + n ln m ln Y N (µ ln Z, σ 2 ln Z) where µ ln Z = ln a + nµ ln mµ ln Y = ln a + n ln m m ln y m and σln 2 Z = (nσ ln ) 2 + (mσ ln Y ) 2 = n 2 ln( + c 2 ) + m2 ln( + c 2 Y ) = ln( + c2 Z )

5 Probability Distributions 5 Uniform U[a, b] Triangular T (a, b, c) = R, b > a = R, a c b /(b-a) 2/(b-a) p.d.f., f() p.d.f., f() a µ σ µ µ+σ b a µ σ c µ µ+σ µ+2σ b c.d.f., F() /2 c.d.f., F() a µ σ µ µ+σ b f() = { b a, [a, b], otherwise, a a F () = b a, [a, b], b a µ σ c µ µ+σ µ+2σ b f() = 2( a) (b a)(c a) 2(b ) (b a)(b c), [a, c], [c, b], otherwise, a ( a) 2 (b a)(c a), [a, c] F () = (b )2 (b a)(b c), [c, b], b µ = 2 (a + b) µ = 3 (a + b + c) σ 2 = 2 (b a)2 σ 2 = 8 (a2 + b 2 + c 2 ab ac bc) = a + (b-a).*rand(,n); = triangular rnd(a,b,c,,n); empirical p.d.f empirical p.d.f empirical c.d.f µ=3. σ=.2 empirical c.d.f µ=2.7 σ=

6 6 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S. Normal N (µ, σ 2 ) Log-Normal ln N (µ ln, σln 2 ) = R, µ R, σ > = R +, µ ln R +, σ ln > p.d.f., f() p.d.f., f() µ 2σ µ σ µ µ+σ µ+2σ µ σ µ µ+σ µ+2σ c.d.f., F().5 c.d.f., F() µ 2σ µ σ µ µ+σ µ+2σ f() = ep ( µ)2 2πσ 2 2σ 2 F () = 2 [ ] + erf µ 2σ 2 µ σ µ µ+σ µ+2σ f() = ep 2πσln 2 F () = 2 [ + erf ( (ln µ ln ) 2 2σ 2 ln ] ln µ ln 2σ 2 ln ) µ = µ µ = m + c 2 σ 2 = σ2 σ 2 = 2 m c 2 + c 2 = mu + sigma*randn(,n); = logn rnd(m,c,,n); empirical p.d.f empirical p.d.f empirical c.d.f µ=. σ=. empirical c.d.f µ=2. σ=

7 Probability Distributions 7 Eponential E(µ) Rayleigh R(m) Laplace L(µ, σ 2 ) = R +, µ > = R +, m > = R, µ R, σ > p.d.f., f() /(e µ) p.d.f., f() p.d.f., f() µ 2µ 3µ µ σ m µ µ+σ µ+2σ µ 2σ µ σ µ µ+σ µ+2σ c.d.f., F() -/e µ 2µ 3µ f() = µ ep( /µ) F () = ep( /µ) c.d.f., F() µ σ m µ µ+σ µ+2σ f() = m 2 ep c.d.f., F() ( 2 (/m)2) f() = ( F () = ep 2 (/m)2) F () = µ 2σ µ σ µ µ+σ µ+2σ ( 2 2σ ep ) 2 µ σ ) ( 2 ep 2 µ ( σ 2 ep ) 2 µ σ < µ µ µ = µ µ = m π/2 µ = µ σ 2 = µ2 σ 2 = m2 (4 π)/2 σ 2 = σ2 = ep rnd(mu,,n); = rayleigh rnd(mode,,n); = laplace rnd(mu,sigma,,n); empirical p.d.f empirical p.d.f empirical p.d.f empirical c.d.f µ= empirical c.d.f m= empirical c.d.f µ=. σ=

8 8 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S. 4 Sums and Differences of Independent Normal Random Variables Consider two normally-distributed random variables, N (µ, σ 2 ) and Y N (µ Y, σy 2 ). Any weighted sum of normal random variables is also normally-distributed. Z = a by Z N (aµ bµ Y, (aσ ) 2 + (bσ Y ) 2) µ Z = aµ bµ Y σ 2 Z = (aσ ) 2 + (bσ Y ) 2 5 Products and Quotients of Independent LogNormal Random Variables Consider two log-normally-distributed random variables, ln N (µ ln, σ 2 ln ) and ln Y N (µ ln Y, σ 2 ln Y ). Any product or quotient of lognormal random variables is also lognormally-distributed. ln Z N Z = /Y ( ) µ ln µ ln Y, σln 2 + σln 2 Y µ ln Z = µ ln µ ln Y σ 2 ln Z = σ 2 ln + σ 2 ln Y c 2 Z = c 2 + c 2 Y + c 2 c 2 Y 6 Eamples. The strength, S, of a particular grade of steel is log-normally distributed with median 36 ksi and c.o.v. of.5. What is the probability that the strength of a particular sample is greater than 4 ksi? P [S > 4] = P [S 4] = ln 4 ln Φ = Φ.5.5 = Φ(.72) =.759 = s mode = 35.2 ksi s median = 36. ksi s mean = 36.4 ksi.5 p.d.f P[S>4] strength of steel, s, ksi

9 Probability Distributions 9 2. Highway truck weights in Michigan, W, are assumed to be normally distributed with mean k and standard deviation 4 k. The load capacity of bridges in Michigan, R, are also assumed to be normally distributed with mean 2 k and standard devation 3 k. What is the probability of a truck eceeding a bridge load rating? E = W R. If E > the truck weight eceededs the bridge capacity. µ E = µ W µ R = 2 = k. σ E = = 5 k. ( ) P [E > ] = P [E ] = Φ = Φ(2) =.977 =.23 5 E=W R 5 W 4 R 3 2 k 3. Windows in the Cape Hattaras Lighthouse can withstand wind pressures of R. R is lognormal with median of 4 psf and coefficient of variation of.25. The peak wind pressure during a hurricane P in psf is given by the equation P =.65 3 CV 2 where C is a log-normal coefficient with median of.8 and coefficient of variation of.2 and V is the wind speed with median fps and coefficient of variation of.3. What is the probability of the wind pressure eceeding the strength of the window? The peak wind pressure is also log-normal. ln P = ln(.65 3 ) + ln C + 2 ln V µ ln P = ln(.65 3 ) + µ ln C + 2µ ln V µ ln P = ln(.65 3 ) + ln(.8) + 2 ln() = 3.43 σ 2 ln P = ln( ) + 2 ln( ) = σ ln P =.46 The wind pressure eceeds the resistance if P/R > (that is, if ln P ln R > ) ln E = ln P ln R µ ln E = µ ln P µ ln R = 3.43 ln(4) =.646 σ 2 ln E =.26 + ln( ) = σ ln E =.527 The probability of the wind load load eceeding the resistance of the glass is, P [E > ] = P [E ] = P [ln E ] = Φ = Φ(.2383) = Earthquakes with M > 6 earthquake shake the ground at a building site randomly. The peak ground acceleration (PGA) is log-normally distributed with median of.2 g and a coefficient of variation of.25. Assume that the building will sustain no damage for ground motion shaking up to.3 g. What is the probability of damage from an earthquake of M > 6? ln(.3) ln(.2) P [D M > 6] = P [P GA >.3] = P [P GA.3] = Φ =.947 =

10 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S. There have been two earthquakes with M > 6 in the last 5 years. What is the probability of no damage from earthquakes with M > 6 in the net 2 years? From the law of total probability, P [D M > 6] =.53 =.947 P [D ] in 2 yr = P [D EQ M > 6 in 2yr] P [ EQ M > 6 in 2yr] + P [D EQ M > 6 in 2yr] P [ EQ M > 6 in 2yr] + P [D 2 EQ M > 6 in 2yr] P [2 EQ M > 6 in 2yr] + P [D 3 EQ M > 6 in 2yr] P [3 EQ M > 6 in 2yr] + where P [D n EQ M > 6] = (P [D EQ M > 6]) n (assuming damage from an earthquake does not weaken the building... ) So, P [D ] in 2 yr = (.947) n (2/25)n ep( 2/25) n! n= [ = ep(.8) (.947) 2.82! 2! = ep(.8) ep(.947.8) = (.947) ! + ] The probability of damage from earthquakes in the net 2 years (given the assumptions in this eample) is close to 4%. Would that be an acceptable level of risk for you? 7 Empirical PDFs, CDFs, and eceedence rates (nonparametric statistics) The PDF and CDF of a sample of random data can be computed directly from the sample, without assuming any particular probability distribution... (such as a normal, eponential, or other kind of distribution). A random sample of N data points can be sorted into increasing numerical order, so that 2 i i i+ N N. In the sorted sample there are i data points less than or equal to i. So, if the sample is representative of the population, and the sample is big enough the probability that a random is less than or equal to the i th sorted value is i/n. In other words, P [ i ] = i/n. Unless we know that no value of can eceed N, we must accept some probability that > N. So, P [ N ] should be less than and in such cases we can write P [ i ] = (i /2)/N. The empirical CDF computed from a sorted sample of N values is ˆF ( i ) = i N... or... ˆF ( i ) = i /2 N The empirical PDF is basically a histogram of the data. The following Matlab lines plot empirical CDFs and PDFs from a vector of random data,.

11 Probability Distributions N = length(); % number o f v a l u e s in t h e sample 2 nbins = floor (N /5); % number o f b i n s in t h e histogram 3 [ f, ] = hist (, nbins ); % compute t h e histogram 4 f = f / N * nbins /(ma()-min)); % s c a l e t h e histogram to a PDF 5 F_ = ([: N ] -.5)/ N; % e m p i r i c a l CDF 6 subplot (2); bar(,f ); % p l o t e m p i r i c a l PDF 7 subplot (22); plot ( sort (), F_ ); % p l o t e m p i r i c a l CDF 8 probability_of_failure = sum( >) / N % p r o b a b i l i t y t h a t > The number of values in the sample greater than i is (N i). If the sample is representative, the probability of a value eceeding i is Prob[ > i ] = F ( i ) i/n. If the N samples were collected over a period of time T, the average eceedence rate (number of events greater than i per unit time) is ν( i ) = N( F ( i ))/T N( i/n)/t = (N i)/t. 8 Random variable generation using the Inverse CDF method A sample of a random variable having virtually any type of CDF, P [ ] = P = F () can be generated from a sample of a uniformly-distributed random variable, U, ( < U < ), as long as the inverse CDF, = F (P ) can be computed. There are many numerical methods for generating a sample of uniformly-distributed random numbers. It is important to be aware that samples from some methods are more random than samples from others. The Matlab command u = rand(,n) computes a (row) vector sample of N uniformly-distributed random numbers with < u <. If is a continuous rv with CDF F () and U has a uniform distribution on (, ), then the random variable F (U) has the distribution F. Thus, in order to generate a sample of data distributed according to the CDF F, it suffices to generate a sample, u, of the rv U U[, ] and then make the transformation = F (u). For eample, if is eponentially-distributed, the CDF of is given by F () = e /µ, so F (u) = µ ln( F ()). Therefore if u is a value from a uniformly-distributed rv in [, ], then = µ ln(u) is a value from an eponentially distributed random variable. (If U is uniformly distributed in [,] then so is U.) As another eample, if is log-normally distributed, the CDF of is ln ln m F () = Φ. σ ln If u is a sample from a standard uniform distribution, then ] = ep [ln m + Φ (u)σ ln is a sample from a lognormal distribution. Note that since epressions for Φ(z) and Φ (P ) do not eist, the generation of normally-distributed random variables requires other numerical methods. = mu + sig*randn(,n) computes a (row) vector sample of N normally-distributed random numbers.

12 2 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S. cdf F() cdf F() f (u) U u u = F () = F (u) f (u) U u u = F () = F (u) =a =b =a =b f () = df d f () = df d =a =b =a =b Figure. Eamples of the generation of uniform random variables from the inverse CDF method. f (u) U u cdf u = F () = F (u) F() f (u) U u cdf u = F () F() = F (u) f () = df d f () = df d Figure 2. Eamples of the generation of random variables from the inverse CDF method. The density of the horizontal arrows u is uniform, whereas the density of the vertical arrows, = F (u), is proportional to F (), that is, proportional to f ().

13 Probability Distributions 3 9 Functions of Random Variables and Monte Carlo Simulation The probability distributions of virtually any function of random variables can be computed using the powerful method of Monte Carlo Simulation (MCS). MCS involves computing values of functions with large samples of random variables. For eample, consider a function of three random variables,, 2, and 3, where is normally distributed with mean of 6 and standard deviation of 2, 2 is log-normally distributed with median of 2 and coefficient of variation of.3, and 3 is Rayleigh distributed with mode of. The function Y = sin( ) + 2 ep( 3 ) 2 is a function of these three random variables and is therefore also random. The distribution function and statistics of Y may be difficult to derive analytically, especially if the function Y = g() is complicated. This is where MCS is powerful. Given samples of N values of, 2 and 3, a sample of N values of Y can also be computed. The statistics of Y (mean, variance, PDF, and CDF) can be estimated by computing the average value, sample variance, histogram, and emperical CDF of the sample of Y. The probability P [Y > ] can be estimated by counting the number of positive values in the sample and dividing by N. The Matlab command P_Y_gt_ = sum(y>)/n may be used to estimate this probability. Monte Carlo Simulation in Matlab % MCS intro.m 2 % Monte Carlo Simulation... an i n t r o d u c t o r y eample 3 % 4 % Y = g (, 2,3) = s i n () + s q r t (2) ep( 3) 2 ; 5 % 6 % H. P. Gavin, Dept. C i v i l and Environmental Engineering, Duke Univ, Jan % % normal lognormal Rayleigh mu = 6; med2 = 2; mod3 = 2; sd = 2; cv2 =.3; 2 3 N_MCS = ; % number o f random v a l u e s in t h e sample 4 5 % () g e n e r a t e a l a r g e sample f o r each random v a r i a b l e in t h e problem = mu + sd *randn(, N_MCS ); 8 2 = logn_rnd (med2,cv2,, N_MCS ); 9 3 = Rayleigh_rnd ( mod3,, N_MCS ); 2 2 % (2) e v a l u a t e t h e f u n c t i o n f o r each random v a r i a b l e to compute a new sample Y = sin + sqrt ( 2) - ep(- 3) - 2; % suppose p r o b a b i l i t y o f f a i l u r e i s Prob [ g (, 2,3) > ] Probability_of_failure = sum(y >) / N_MCS % (3) p l o t histograms o f t h e random v a r i a b l e s 3 3 sort_ = sort ( ); 32 sort_2 = sort ( 2 ); 33 sort_3 = sort ( 3 ); 34 CDF = ([: N_MCS ] -.5) / N_MCS ; % e m p i r i c a l CDF o f a l l q u a n t i t i e s

14 4 CEE 2L. Uncertainty, Design, and Optimization Duke University Spring 26 P.S.H., H.P.G. and J.T.S P.D.F C.D.F : normal 2 : log-normal 3 : Rayleigh P.D.F P F C.D.F..6.4 Y> Y = g(, 2, 3 ) Figure 3. Analytical and empirical PDF s and CDF s for, 2, and 3, and the Empirical PDF and CDF for Y = g(, 2, 3 )

15 Probability Distributions 5 nbins = floor ( N_MCS /2); 2 figure () 3 c l f 4 subplot (23) 5 [ f, ] = hist (, nbins ); % histogram o f 6 f = f / N_MCS * nbins /(ma-min( )); % s c a l e histogram to PDF 7 hold on 8 plot ( sort_, norm ( sort_,mu, sd ), -k, LineWidth,3); 9 s t a i r s (,f, LineWidth,) hold off ylabel ( P.D.F. ) 2 subplot (234) 3 hold on 4 plot ( sort_, normcdf ( sort_,mu, sd ), -k, LineWidth,3); 5 s t a i r s ( sort_,cdf, LineWidth,) 6 hold off 7 ylabel ( C.D.F. ) 8 label ( _ : normal ) 9 subplot (232) 2 [ f, ] = hist ( 2, nbins ); % histogram o f 2 2 f = f / N_MCS * nbins /(ma( 2)-min( 2 )); % s c a l e histogram to PDF 22 hold on 23 plot ( sort_2, logn_ ( sort_2,med2, cv2 ), -k, LineWidth,3); 24 s t a i r s (,f, LineWidth,) 25 hold off 26 subplot (235) 27 hold on 28 plot ( sort_2, logn_cdf ( sort_2,[ med2, cv2 ]), -k, LineWidth,3); 29 s t a i r s ( sort_2,cdf, LineWidth,) 3 hold off 3 label ( _2 : log - normal ) 32 subplot (233) 33 [ f, ] = hist ( 3, nbins ); % histogram o f 3 34 f = f / N_MCS * nbins /(ma( 3)-min( 3 )); % s c a l e histogram to PDF 35 hold on 36 plot ( sort_3, Rayleigh_ ( sort_3, mod3 ), -k, LineWidth,3); 37 s t a i r s (,f, LineWidth,) 38 hold off 39 subplot (236) 4 hold on 4 plot ( sort_3, Rayleigh_cdf ( sort_3, mod3 ), -k, LineWidth,2); 42 s t a i r s ( sort_3,cdf, LineWidth,) 43 hold off 44 label ( _3 : Rayleigh ) 45 figure (2) 46 c l f 47 subplot (2) 48 [ f, ] = hist ( Y, nbins ); % histogram o f Y 49 f = f / N_MCS * nbins /(ma( Y)-min( Y )); % s c a l e histogram to PDF 5 hold on 5 s t a i r s (,f, LineWidth,2) 52 plot ([ ],[.5], -k ); 53 hold off 54 tet (.,., P_F ) 55 ylabel ( P.D.F. ) 56 subplot (22) 57 hold on 58 s t a i r s ( sort (Y),CDF, LineWidth,2) 59 plot ([ ],[ ], -k ); 6 hold off 6 tet (.5,.5, Y > ) 62 ylabel ( C.D.F. ) 63 label ( Y = g(_,_2, _3 ) );

Random Variables and Probability Distributions

Random Variables and Probability Distributions Chapter 3 Random Variables and Probability Distributions Chapter Three Random Variables and Probability Distributions 3. Introduction An event is defined as the possible outcome of an experiment. In engineering

More information

Business Statistics 41000: Probability 3

Business Statistics 41000: Probability 3 Business Statistics 41000: Probability 3 Drew D. Creal University of Chicago, Booth School of Business February 7 and 8, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office: 404

More information

Continuous Distributions

Continuous Distributions Quantitative Methods 2013 Continuous Distributions 1 The most important probability distribution in statistics is the normal distribution. Carl Friedrich Gauss (1777 1855) Normal curve A normal distribution

More information

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem 1.1.2 Normal distribution 1.1.3 Approimating binomial distribution by normal 2.1 Central Limit Theorem Prof. Tesler Math 283 Fall 216 Prof. Tesler 1.1.2-3, 2.1 Normal distribution Math 283 / Fall 216 1

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

What was in the last lecture?

What was in the last lecture? What was in the last lecture? Normal distribution A continuous rv with bell-shaped density curve The pdf is given by f(x) = 1 2πσ e (x µ)2 2σ 2, < x < If X N(µ, σ 2 ), E(X) = µ and V (X) = σ 2 Standard

More information

2.1 Properties of PDFs

2.1 Properties of PDFs 2.1 Properties of PDFs mode median epectation values moments mean variance skewness kurtosis 2.1: 1/13 Mode The mode is the most probable outcome. It is often given the symbol, µ ma. For a continuous random

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 27 Continuous

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 28 One more

More information

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial

Lecture 23. STAT 225 Introduction to Probability Models April 4, Whitney Huang Purdue University. Normal approximation to Binomial Lecture 23 STAT 225 Introduction to Probability Models April 4, 2014 approximation Whitney Huang Purdue University 23.1 Agenda 1 approximation 2 approximation 23.2 Characteristics of the random variable:

More information

UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions.

UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions. UQ, STAT2201, 2017, Lectures 3 and 4 Unit 3 Probability Distributions. Random Variables 2 A random variable X is a numerical (integer, real, complex, vector etc.) summary of the outcome of the random experiment.

More information

ELEMENTS OF MONTE CARLO SIMULATION

ELEMENTS OF MONTE CARLO SIMULATION APPENDIX B ELEMENTS OF MONTE CARLO SIMULATION B. GENERAL CONCEPT The basic idea of Monte Carlo simulation is to create a series of experimental samples using a random number sequence. According to the

More information

The Normal Distribution

The Normal Distribution 5.1 Introduction to Normal Distributions and the Standard Normal Distribution Section Learning objectives: 1. How to interpret graphs of normal probability distributions 2. How to find areas under the

More information

Probability distributions relevant to radiowave propagation modelling

Probability distributions relevant to radiowave propagation modelling Rec. ITU-R P.57 RECOMMENDATION ITU-R P.57 PROBABILITY DISTRIBUTIONS RELEVANT TO RADIOWAVE PROPAGATION MODELLING (994) Rec. ITU-R P.57 The ITU Radiocommunication Assembly, considering a) that the propagation

More information

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence

continuous rv Note for a legitimate pdf, we have f (x) 0 and f (x)dx = 1. For a continuous rv, P(X = c) = c f (x)dx = 0, hence continuous rv Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f(x) such that for any two numbers a and b with a b, P(a X b) = b a f (x)dx.

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

Chapter 2 Uncertainty Analysis and Sampling Techniques

Chapter 2 Uncertainty Analysis and Sampling Techniques Chapter 2 Uncertainty Analysis and Sampling Techniques The probabilistic or stochastic modeling (Fig. 2.) iterative loop in the stochastic optimization procedure (Fig..4 in Chap. ) involves:. Specifying

More information

Continuous random variables

Continuous random variables Continuous random variables probability density function (f(x)) the probability distribution function of a continuous random variable (analogous to the probability mass function for a discrete random variable),

More information

4.3 Normal distribution

4.3 Normal distribution 43 Normal distribution Prof Tesler Math 186 Winter 216 Prof Tesler 43 Normal distribution Math 186 / Winter 216 1 / 4 Normal distribution aka Bell curve and Gaussian distribution The normal distribution

More information

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc.

INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY. Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. INDIAN INSTITUTE OF SCIENCE STOCHASTIC HYDROLOGY Lecture -5 Course Instructor : Prof. P. P. MUJUMDAR Department of Civil Engg., IISc. Summary of the previous lecture Moments of a distribubon Measures of

More information

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman:

Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Math 224 Fall 207 Homework 5 Drew Armstrong Problems from 9th edition of Probability and Statistical Inference by Hogg, Tanis and Zimmerman: Section 3., Exercises 3, 0. Section 3.3, Exercises 2, 3, 0,.

More information

Bivariate Birnbaum-Saunders Distribution

Bivariate Birnbaum-Saunders Distribution Department of Mathematics & Statistics Indian Institute of Technology Kanpur January 2nd. 2013 Outline 1 Collaborators 2 3 Birnbaum-Saunders Distribution: Introduction & Properties 4 5 Outline 1 Collaborators

More information

CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES

CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES DISCRETE RANDOM VARIABLE: Variable can take on only certain specified values. There are gaps between possible data values. Values may be counting numbers or

More information

Basic Principles of Probability and Statistics. Lecture notes for PET 472 Spring 2012 Prepared by: Thomas W. Engler, Ph.D., P.E

Basic Principles of Probability and Statistics. Lecture notes for PET 472 Spring 2012 Prepared by: Thomas W. Engler, Ph.D., P.E Basic Principles of Probability and Statistics Lecture notes for PET 472 Spring 2012 Prepared by: Thomas W. Engler, Ph.D., P.E Definitions Risk Analysis Assessing probabilities of occurrence for each possible

More information

Quantitative Methods for Economics, Finance and Management (A86050 F86050)

Quantitative Methods for Economics, Finance and Management (A86050 F86050) Quantitative Methods for Economics, Finance and Management (A86050 F86050) Matteo Manera matteo.manera@unimib.it Marzio Galeotti marzio.galeotti@unimi.it 1 This material is taken and adapted from Guy Judge

More information

Commonly Used Distributions

Commonly Used Distributions Chapter 4: Commonly Used Distributions 1 Introduction Statistical inference involves drawing a sample from a population and analyzing the sample data to learn about the population. We often have some knowledge

More information

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 10: Continuous RV Families. Prof. Vince Calhoun

ECE 340 Probabilistic Methods in Engineering M/W 3-4:15. Lecture 10: Continuous RV Families. Prof. Vince Calhoun ECE 340 Probabilistic Methods in Engineering M/W 3-4:15 Lecture 10: Continuous RV Families Prof. Vince Calhoun 1 Reading This class: Section 4.4-4.5 Next class: Section 4.6-4.7 2 Homework 3.9, 3.49, 4.5,

More information

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE

AP STATISTICS FALL SEMESTSER FINAL EXAM STUDY GUIDE AP STATISTICS Name: FALL SEMESTSER FINAL EXAM STUDY GUIDE Period: *Go over Vocabulary Notecards! *This is not a comprehensive review you still should look over your past notes, homework/practice, Quizzes,

More information

Non-linearities in Simple Regression

Non-linearities in Simple Regression Non-linearities in Simple Regression 1. Eample: Monthly Earnings and Years of Education In this tutorial, we will focus on an eample that eplores the relationship between total monthly earnings and years

More information

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw

MAS1403. Quantitative Methods for Business Management. Semester 1, Module leader: Dr. David Walshaw MAS1403 Quantitative Methods for Business Management Semester 1, 2018 2019 Module leader: Dr. David Walshaw Additional lecturers: Dr. James Waldren and Dr. Stuart Hall Announcements: Written assignment

More information

Normal Probability Distributions

Normal Probability Distributions Normal Probability Distributions Properties of Normal Distributions The most important probability distribution in statistics is the normal distribution. Normal curve A normal distribution is a continuous

More information

Topic 6 - Continuous Distributions I. Discrete RVs. Probability Density. Continuous RVs. Background Reading. Recall the discrete distributions

Topic 6 - Continuous Distributions I. Discrete RVs. Probability Density. Continuous RVs. Background Reading. Recall the discrete distributions Topic 6 - Continuous Distributions I Discrete RVs Recall the discrete distributions STAT 511 Professor Bruce Craig Binomial - X= number of successes (x =, 1,...,n) Geometric - X= number of trials (x =,...)

More information

Lean Six Sigma: Training/Certification Books and Resources

Lean Six Sigma: Training/Certification Books and Resources Lean Si Sigma Training/Certification Books and Resources Samples from MINITAB BOOK Quality and Si Sigma Tools using MINITAB Statistical Software A complete Guide to Si Sigma DMAIC Tools using MINITAB Prof.

More information

Basic Principles of Probability and Statistics. Lecture notes for PET 472 Spring 2010 Prepared by: Thomas W. Engler, Ph.D., P.E

Basic Principles of Probability and Statistics. Lecture notes for PET 472 Spring 2010 Prepared by: Thomas W. Engler, Ph.D., P.E Basic Principles of Probability and Statistics Lecture notes for PET 472 Spring 2010 Prepared by: Thomas W. Engler, Ph.D., P.E Definitions Risk Analysis Assessing probabilities of occurrence for each possible

More information

Statistical Tables Compiled by Alan J. Terry

Statistical Tables Compiled by Alan J. Terry Statistical Tables Compiled by Alan J. Terry School of Science and Sport University of the West of Scotland Paisley, Scotland Contents Table 1: Cumulative binomial probabilities Page 1 Table 2: Cumulative

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions.

ME3620. Theory of Engineering Experimentation. Spring Chapter III. Random Variables and Probability Distributions. ME3620 Theory of Engineering Experimentation Chapter III. Random Variables and Probability Distributions Chapter III 1 3.2 Random Variables In an experiment, a measurement is usually denoted by a variable

More information

Statistics 431 Spring 2007 P. Shaman. Preliminaries

Statistics 431 Spring 2007 P. Shaman. Preliminaries Statistics 4 Spring 007 P. Shaman The Binomial Distribution Preliminaries A binomial experiment is defined by the following conditions: A sequence of n trials is conducted, with each trial having two possible

More information

Describing Uncertain Variables

Describing Uncertain Variables Describing Uncertain Variables L7 Uncertainty in Variables Uncertainty in concepts and models Uncertainty in variables Lack of precision Lack of knowledge Variability in space/time Describing Uncertainty

More information

Numerical Descriptions of Data

Numerical Descriptions of Data Numerical Descriptions of Data Measures of Center Mean x = x i n Excel: = average ( ) Weighted mean x = (x i w i ) w i x = data values x i = i th data value w i = weight of the i th data value Median =

More information

PROBABILITY DISTRIBUTIONS

PROBABILITY DISTRIBUTIONS CHAPTER 3 PROBABILITY DISTRIBUTIONS Page Contents 3.1 Introduction to Probability Distributions 51 3.2 The Normal Distribution 56 3.3 The Binomial Distribution 60 3.4 The Poisson Distribution 64 Exercise

More information

Central Limit Theorem, Joint Distributions Spring 2018

Central Limit Theorem, Joint Distributions Spring 2018 Central Limit Theorem, Joint Distributions 18.5 Spring 218.5.4.3.2.1-4 -3-2 -1 1 2 3 4 Exam next Wednesday Exam 1 on Wednesday March 7, regular room and time. Designed for 1 hour. You will have the full

More information

The Normal Distribution. (Ch 4.3)

The Normal Distribution. (Ch 4.3) 5 The Normal Distribution (Ch 4.3) The Normal Distribution The normal distribution is probably the most important distribution in all of probability and statistics. Many populations have distributions

More information

Monte Carlo Simulation (Random Number Generation)

Monte Carlo Simulation (Random Number Generation) Monte Carlo Simulation (Random Number Generation) Revised: 10/11/2017 Summary... 1 Data Input... 1 Analysis Options... 6 Summary Statistics... 6 Box-and-Whisker Plots... 7 Percentiles... 9 Quantile Plots...

More information

IEOR E4703: Monte-Carlo Simulation

IEOR E4703: Monte-Carlo Simulation IEOR E4703: Monte-Carlo Simulation Generating Random Variables and Stochastic Processes Martin Haugh Department of Industrial Engineering and Operations Research Columbia University Email: martin.b.haugh@gmail.com

More information

The Impact of Fading on the Outage Probability in Cognitive Radio Networks

The Impact of Fading on the Outage Probability in Cognitive Radio Networks 1 The Impact of Fading on the Outage obability in Cognitive Radio Networks Yaobin Wen, Sergey Loyka and Abbas Yongacoglu Abstract This paper analyzes the outage probability in cognitive radio networks,

More information

Tutorial 11: Limit Theorems. Baoxiang Wang & Yihan Zhang bxwang, April 10, 2017

Tutorial 11: Limit Theorems. Baoxiang Wang & Yihan Zhang bxwang, April 10, 2017 Tutorial 11: Limit Theorems Baoxiang Wang & Yihan Zhang bxwang, yhzhang@cse.cuhk.edu.hk April 10, 2017 1 Outline The Central Limit Theorem (CLT) Normal Approximation Based on CLT De Moivre-Laplace Approximation

More information

Section 7.1: Continuous Random Variables

Section 7.1: Continuous Random Variables Section 71: Continuous Random Variables Discrete-Event Simulation: A First Course c 2006 Pearson Ed, Inc 0-13-142917-5 Discrete-Event Simulation: A First Course Section 71: Continuous Random Variables

More information

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091)

Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Monte Carlo and Empirical Methods for Stochastic Inference (MASM11/FMS091) Magnus Wiktorsson Centre for Mathematical Sciences Lund University, Sweden Lecture 3 Importance sampling January 27, 2015 M. Wiktorsson

More information

Populations and Samples Bios 662

Populations and Samples Bios 662 Populations and Samples Bios 662 Michael G. Hudgens, Ph.D. mhudgens@bios.unc.edu http://www.bios.unc.edu/ mhudgens 2008-08-22 16:29 BIOS 662 1 Populations and Samples Random Variables Random sample: result

More information

Statistics & Flood Frequency Chapter 3. Dr. Philip B. Bedient

Statistics & Flood Frequency Chapter 3. Dr. Philip B. Bedient Statistics & Flood Frequency Chapter 3 Dr. Philip B. Bedient Predicting FLOODS Flood Frequency Analysis n Statistical Methods to evaluate probability exceeding a particular outcome - P (X >20,000 cfs)

More information

Sampling Distribution

Sampling Distribution MAT 2379 (Spring 2012) Sampling Distribution Definition : Let X 1,..., X n be a collection of random variables. We say that they are identically distributed if they have a common distribution. Definition

More information

Overview. Transformation method Rejection method. Monte Carlo vs ordinary methods. 1 Random numbers. 2 Monte Carlo integration.

Overview. Transformation method Rejection method. Monte Carlo vs ordinary methods. 1 Random numbers. 2 Monte Carlo integration. Overview 1 Random numbers Transformation method Rejection method 2 Monte Carlo integration Monte Carlo vs ordinary methods 3 Summary Transformation method Suppose X has probability distribution p X (x),

More information

MAS3904/MAS8904 Stochastic Financial Modelling

MAS3904/MAS8904 Stochastic Financial Modelling MAS3904/MAS8904 Stochastic Financial Modelling Dr Andrew (Andy) Golightly a.golightly@ncl.ac.uk Semester 1, 2018/19 Administrative Arrangements Lectures on Tuesdays at 14:00 (PERCY G13) and Thursdays at

More information

Monte Carlo Methods for Uncertainty Quantification

Monte Carlo Methods for Uncertainty Quantification Monte Carlo Methods for Uncertainty Quantification Abdul-Lateef Haji-Ali Based on slides by: Mike Giles Mathematical Institute, University of Oxford Contemporary Numerical Techniques Haji-Ali (Oxford)

More information

EVA Tutorial #1 BLOCK MAXIMA APPROACH IN HYDROLOGIC/CLIMATE APPLICATIONS. Rick Katz

EVA Tutorial #1 BLOCK MAXIMA APPROACH IN HYDROLOGIC/CLIMATE APPLICATIONS. Rick Katz 1 EVA Tutorial #1 BLOCK MAXIMA APPROACH IN HYDROLOGIC/CLIMATE APPLICATIONS Rick Katz Institute for Mathematics Applied to Geosciences National Center for Atmospheric Research Boulder, CO USA email: rwk@ucar.edu

More information

STATISTICS and PROBABILITY

STATISTICS and PROBABILITY Introduction to Statistics Atatürk University STATISTICS and PROBABILITY LECTURE: PROBABILITY DISTRIBUTIONS Prof. Dr. İrfan KAYMAZ Atatürk University Engineering Faculty Department of Mechanical Engineering

More information

Lecture 3: Review of Probability, MATLAB, Histograms

Lecture 3: Review of Probability, MATLAB, Histograms CS 4980/6980: Introduction to Data Science c Spring 2018 Lecture 3: Review of Probability, MATLAB, Histograms Instructor: Daniel L. Pimentel-Alarcón Scribed and Ken Varghese This is preliminary work and

More information

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management. > Teaching > Courses

Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management.  > Teaching > Courses Master s in Financial Engineering Foundations of Buy-Side Finance: Quantitative Risk and Portfolio Management www.symmys.com > Teaching > Courses Spring 2008, Monday 7:10 pm 9:30 pm, Room 303 Attilio Meucci

More information

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is

Normal Distribution. Definition A continuous rv X is said to have a normal distribution with. the pdf of X is Normal Distribution Normal Distribution Definition A continuous rv X is said to have a normal distribution with parameter µ and σ (µ and σ 2 ), where < µ < and σ > 0, if the pdf of X is f (x; µ, σ) = 1

More information

Mixed Logit or Random Parameter Logit Model

Mixed Logit or Random Parameter Logit Model Mixed Logit or Random Parameter Logit Model Mixed Logit Model Very flexible model that can approximate any random utility model. This model when compared to standard logit model overcomes the Taste variation

More information

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days

Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days Maximum Likelihood Estimates for Alpha and Beta With Zero SAIDI Days 1. Introduction Richard D. Christie Department of Electrical Engineering Box 35500 University of Washington Seattle, WA 98195-500 christie@ee.washington.edu

More information

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract

Basic Data Analysis. Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, Abstract Basic Data Analysis Stephen Turnbull Business Administration and Public Policy Lecture 4: May 2, 2013 Abstract Introduct the normal distribution. Introduce basic notions of uncertainty, probability, events,

More information

Measure of Variation

Measure of Variation Measure of Variation Variation is the spread of a data set. The simplest measure is the range. Range the difference between the maximum and minimum data entries in the set. To find the range, the data

More information

EE266 Homework 5 Solutions

EE266 Homework 5 Solutions EE, Spring 15-1 Professor S. Lall EE Homework 5 Solutions 1. A refined inventory model. In this problem we consider an inventory model that is more refined than the one you ve seen in the lectures. The

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

ก ก ก ก ก ก ก. ก (Food Safety Risk Assessment Workshop) 1 : Fundamental ( ก ( NAC 2010)) 2 3 : Excel and Statistics Simulation Software\

ก ก ก ก ก ก ก. ก (Food Safety Risk Assessment Workshop) 1 : Fundamental ( ก ( NAC 2010)) 2 3 : Excel and Statistics Simulation Software\ ก ก ก ก (Food Safety Risk Assessment Workshop) ก ก ก ก ก ก ก ก 5 1 : Fundamental ( ก 29-30.. 53 ( NAC 2010)) 2 3 : Excel and Statistics Simulation Software\ 1 4 2553 4 5 : Quantitative Risk Modeling Microbial

More information

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi

Chapter 4: Commonly Used Distributions. Statistics for Engineers and Scientists Fourth Edition William Navidi Chapter 4: Commonly Used Distributions Statistics for Engineers and Scientists Fourth Edition William Navidi 2014 by Education. This is proprietary material solely for authorized instructor use. Not authorized

More information

3.1 Measures of Central Tendency

3.1 Measures of Central Tendency 3.1 Measures of Central Tendency n Summation Notation x i or x Sum observation on the variable that appears to the right of the summation symbol. Example 1 Suppose the variable x i is used to represent

More information

Definition 9.1 A point estimate is any function T (X 1,..., X n ) of a random sample. We often write an estimator of the parameter θ as ˆθ.

Definition 9.1 A point estimate is any function T (X 1,..., X n ) of a random sample. We often write an estimator of the parameter θ as ˆθ. 9 Point estimation 9.1 Rationale behind point estimation When sampling from a population described by a pdf f(x θ) or probability function P [X = x θ] knowledge of θ gives knowledge of the entire population.

More information

Useful Probability Distributions

Useful Probability Distributions Useful Probability Distributions Standard Normal Distribution Binomial Multinomial Hypergeometric Poisson Beta Binomial Student s t Beta Gamma Dirichlet Multivariate Normal and Correlation Standard Normal

More information

10. Monte Carlo Methods

10. Monte Carlo Methods 10. Monte Carlo Methods 1. Introduction. Monte Carlo simulation is an important tool in computational finance. It may be used to evaluate portfolio management rules, to price options, to simulate hedging

More information

Lecture Stat 302 Introduction to Probability - Slides 15

Lecture Stat 302 Introduction to Probability - Slides 15 Lecture Stat 30 Introduction to Probability - Slides 15 AD March 010 AD () March 010 1 / 18 Continuous Random Variable Let X a (real-valued) continuous r.v.. It is characterized by its pdf f : R! [0, )

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables Chapter 5 Continuous Random Variables and Probability Distributions 5.1 Continuous Random Variables 1 2CHAPTER 5. CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Probability Distributions Probability

More information

Unit 5: Sampling Distributions of Statistics

Unit 5: Sampling Distributions of Statistics Unit 5: Sampling Distributions of Statistics Statistics 571: Statistical Methods Ramón V. León 6/12/2004 Unit 5 - Stat 571 - Ramon V. Leon 1 Definitions and Key Concepts A sample statistic used to estimate

More information

Lecture 2. Probability Distributions Theophanis Tsandilas

Lecture 2. Probability Distributions Theophanis Tsandilas Lecture 2 Probability Distributions Theophanis Tsandilas Comment on measures of dispersion Why do common measures of dispersion (variance and standard deviation) use sums of squares: nx (x i ˆµ) 2 i=1

More information

Equivalence Tests for the Ratio of Two Means in a Higher- Order Cross-Over Design

Equivalence Tests for the Ratio of Two Means in a Higher- Order Cross-Over Design Chapter 545 Equivalence Tests for the Ratio of Two Means in a Higher- Order Cross-Over Design Introduction This procedure calculates power and sample size of statistical tests of equivalence of two means

More information

2.1 Mathematical Basis: Risk-Neutral Pricing

2.1 Mathematical Basis: Risk-Neutral Pricing Chapter Monte-Carlo Simulation.1 Mathematical Basis: Risk-Neutral Pricing Suppose that F T is the payoff at T for a European-type derivative f. Then the price at times t before T is given by f t = e r(t

More information

TELECOMMUNICATIONS ENGINEERING

TELECOMMUNICATIONS ENGINEERING TELECOMMUNICATIONS ENGINEERING STATISTICS 2012-2013 COMPUTER LAB SESSION # 3. PROBABILITY MODELS AIM: Introduction to most common discrete and continuous probability models. Characterization, graphical

More information

discussion Papers Some Flexible Parametric Models for Partially Adaptive Estimators of Econometric Models

discussion Papers Some Flexible Parametric Models for Partially Adaptive Estimators of Econometric Models discussion Papers Discussion Paper 2007-13 March 26, 2007 Some Flexible Parametric Models for Partially Adaptive Estimators of Econometric Models Christian B. Hansen Graduate School of Business at the

More information

Chapter 4 Random Variables & Probability. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

Chapter 4 Random Variables & Probability. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random variable =

More information

King s College London

King s College London King s College London University Of London This paper is part of an examination of the College counting towards the award of a degree. Examinations are governed by the College Regulations under the authority

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

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 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

More information

Pricing CDOs with the Fourier Transform Method. Chien-Han Tseng Department of Finance National Taiwan University

Pricing CDOs with the Fourier Transform Method. Chien-Han Tseng Department of Finance National Taiwan University Pricing CDOs with the Fourier Transform Method Chien-Han Tseng Department of Finance National Taiwan University Contents Introduction. Introduction. Organization of This Thesis Literature Review. The Merton

More information

Chapter 7 Sampling Distributions and Point Estimation of Parameters

Chapter 7 Sampling Distributions and Point Estimation of Parameters Chapter 7 Sampling Distributions and Point Estimation of Parameters Part 1: Sampling Distributions, the Central Limit Theorem, Point Estimation & Estimators Sections 7-1 to 7-2 1 / 25 Statistical Inferences

More information

Statistics 511 Supplemental Materials

Statistics 511 Supplemental Materials Gaussian (or Normal) Random Variable In this section we introduce the Gaussian Random Variable, which is more commonly referred to as the Normal Random Variable. This is a random variable that has a bellshaped

More information

TABLE OF CONTENTS - VOLUME 2

TABLE OF CONTENTS - VOLUME 2 TABLE OF CONTENTS - VOLUME 2 CREDIBILITY SECTION 1 - LIMITED FLUCTUATION CREDIBILITY PROBLEM SET 1 SECTION 2 - BAYESIAN ESTIMATION, DISCRETE PRIOR PROBLEM SET 2 SECTION 3 - BAYESIAN CREDIBILITY, DISCRETE

More information

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data

SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data SYSM 6304 Risk and Decision Analysis Lecture 2: Fitting Distributions to Data M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu September 5, 2015

More information

1. Covariance between two variables X and Y is denoted by Cov(X, Y) and defined by. Cov(X, Y ) = E(X E(X))(Y E(Y ))

1. Covariance between two variables X and Y is denoted by Cov(X, Y) and defined by. Cov(X, Y ) = E(X E(X))(Y E(Y )) Correlation & Estimation - Class 7 January 28, 2014 Debdeep Pati Association between two variables 1. Covariance between two variables X and Y is denoted by Cov(X, Y) and defined by Cov(X, Y ) = E(X E(X))(Y

More information

MFE/3F Questions Answer Key

MFE/3F Questions Answer Key MFE/3F Questions Download free full solutions from www.actuarialbrew.com, or purchase a hard copy from www.actexmadriver.com, or www.actuarialbookstore.com. Chapter 1 Put-Call Parity and Replication 1.01

More information

5.3 Statistics and Their Distributions

5.3 Statistics and Their Distributions Chapter 5 Joint Probability Distributions and Random Samples Instructor: Lingsong Zhang 1 Statistics and Their Distributions 5.3 Statistics and Their Distributions Statistics and Their Distributions Consider

More information

Data Simulator. Chapter 920. Introduction

Data Simulator. Chapter 920. Introduction Chapter 920 Introduction Because of mathematical intractability, it is often necessary to investigate the properties of a statistical procedure using simulation (or Monte Carlo) techniques. In power analysis,

More information

Market Volatility and Risk Proxies

Market Volatility and Risk Proxies Market Volatility and Risk Proxies... an introduction to the concepts 019 Gary R. Evans. This slide set by Gary R. Evans is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

More information

Numerical Simulation of Stochastic Differential Equations: Lecture 1, Part 1. Overview of Lecture 1, Part 1: Background Mater.

Numerical Simulation of Stochastic Differential Equations: Lecture 1, Part 1. Overview of Lecture 1, Part 1: Background Mater. Numerical Simulation of Stochastic Differential Equations: Lecture, Part Des Higham Department of Mathematics University of Strathclyde Course Aim: Give an accessible intro. to SDEs and their numerical

More information

ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices

ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices ROM SIMULATION Exact Moment Simulation using Random Orthogonal Matrices Bachelier Finance Society Meeting Toronto 2010 Henley Business School at Reading Contact Author : d.ledermann@icmacentre.ac.uk Alexander

More information

Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds

Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds Financial Risk Forecasting Chapter 7 Simulation methods for VaR for options and bonds Jon Danielsson 2017 London School of Economics To accompany Financial Risk Forecasting www.financialriskforecasting.com

More information

induced by the Solvency II project

induced by the Solvency II project Asset Les normes allocation IFRS : new en constraints assurance induced by the Solvency II project 36 th International ASTIN Colloquium Zürich September 005 Frédéric PLANCHET Pierre THÉROND ISFA Université

More information

Chapter 6: Normal Probability Distributions

Chapter 6: Normal Probability Distributions Chapter 6: Normal Probability Distributions Section Title Notes Pages 1 Review & Preview 1 2 The Standard Normal Distribution 5 9 3 Applications of Normal Distributions 10 15 4 Sampling Distributions &

More information