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

Size: px
Start display at page:

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

Transcription

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

2 Objectives of Lecture Introduce maximum likelihood estimation (MLE) Introduce goodness of fit tests Illustrate the use of empirical and fitted distributions in forecasting percentiles

3 Outline Case Study: Gaussian Fit of Height Data 1 Case Study: Gaussian Fit of Height Data 2 3

4 Outline Case Study: Gaussian Fit of Height Data 1 Case Study: Gaussian Fit of Height Data 2 3

5 Problem Statement Suppose you are given height data for 200 individuals, sampled from a much larger population of millions. You wish to use this data to predict several parameters: What is the average height of the entire population? What is the 99-th percentile and the th percentile of the height in the population? By using this case study, we can illustrate various concepts.

6 Cumulative Distribution Function: Reprise If X is a real-valued random variable, then its cumulative distribution function (CDF) is defined as Φ X (a) := Pr{X a}. In words, Φ X (a) is the probability that X is less than or equal to a. Usually it is unknown and has to be estimated from samples; how can we do this?

7 Empirical Distribution Function: Definition Suppose Y is the random variable of interest, and we have n independent samples of Y, call them y 1,..., y n. For each value of y, define the empirical distribution function ˆΦ Y (y) = 1 n n i=1 I yi y, where I denotes the indicator function it equals one if the statement in the subscript is true, and zero if it is false. So specifically ˆΦ Y (y) is just the fraction of the n samples that are smaller than or equal to y.

8 Empirical Distribution Function (Cont d) To construct the empirical distribution function, first sort all the samples y 1,..., y n in increasing order; call the result z 1,..., z n. Then construct a staircase function that jumps by 1/n at each sample z i. That is the empirical distribution function.

9 Empirical Distribution: Depiction ˆΦ Y (u) z 1 z 2 z 3 z 4 z 5 z 6 u

10 Empirical Distribution to Approximate True CDF The empirical distribution function is not continuous it jumps vertically by 1/n at each sample, where n is the total number of samples. However, as n becomes large, the jumps become smaller.

11 Gaussian Density and Distribution Functions: Reprise The normal distribution function is smooth (i.e., differentiable everywhere). The formula for the normal density function is φ N (x) = 1 2π exp( x 2 /2). It is a special case of the Gaussian density function φ G (x) = 1 2πσ exp( (x µ) 2 /2σ 2 ), where µ and σ are the mean and the standard deviation respectively. The next slide shows the density function with µ = 0 for various values of σ.

12 Gaussian Density Function Gaussian Density Functions for Various Sigma Values sigma = 1 sigma = 0.5 sigma = 2 sigma = phi(x) x

13 Gaussian Density Function in a Logarithmic Scale The tail behavior of the Gaussian density function shows up more clearly on a logarithmic scale. 0 Normal Density Function in Log Scale log phi(x) x/sigma

14 Cumulative Normal Distribution The cdf (cumulative distribution function) of a normal random variable is given as the integral of the density, that is, Φ N (x) = 1 2π x exp( s 2 /2)ds. There is no closed-form expression for the integral, but it has the shape shown on the next slide.

15 Cumulative Normal Distribution (Cont d) 1 Cumumative Normal Distribution Function Phi(x) x

16 Maximum Likelihood Estimation for Gaussian Distributions Suppose we are given random samples y 1,..., y n of a random variable Y. The objective is to find the maximum likelihood estimate for a Gaussian distribution to fit the data. The Gaussian distribution has two adjustable parameters: the mean µ and the standard deviation σ. The question is: What choice of these parameters makes the observations most likely? (Hence the name maximum likelihood estimation, or MLE).

17 MLE for Gaussian Distributions (Cont d) It turns out that the answer is the following: The best choice for µ is the so-called sample mean ˆµ = 1 n n y i. i=1 The best choice for σ is given by [ n ˆσ = i=1 (y i ˆµ) 2 ] 1/2. So ˆµ is just the average value of the samples, and ˆσ is the average deviation of the samples around ˆµ.

18 Heights Data Set We apply MLE to the Hong Kong height data set consisting of 200 samples. The estimates ˆµ and ˆσ can be readily computed using the Matlab commands mean and std. Specifically, if y denotes the vector of the n samples, then the commands ˆµ = mean(y) and ˆσ = std(y) will give the MLE values. In this case it turns out that ˆµ = , ˆσ = , where both numbers are in inches.

19 Comparison of Empirical and Fitted CDFs To see how good the fit is, recall the sorted vector z, which consists of the samples y 1,..., y n arranged in increasing order. By definition, the empirical CDF has value i/n at the sample z i, the staircase function. By computing the fitted Gaussian CDF at each z i, we can get an idea of whether the Gaussian is a good fit or not. The comparison is shown on the next slide.

20 Gaussian Fit to Height Data Gaussian Fit to Hong Kong Heights Data Empirical Gaussian Fit Distribution Function Height

21 Goodness of Fit: The K-S Test The figure shows the best fit to the data from within the family of Gaussian CDFs. But is it a good fit overall? The so-called K-S goodness of fit test allow us to address this question. K-S stands for Kolmogorov-Smirnov, the two Russian mathematicians who invented this test. What we show is the so-called one-sample K-S test, which is all we will use; we will not require the two-sample K-S test. The (one-sample) K-S test is very useful because it is universal it can be used with any candidate distribution, not just the Gaussian.

22 Goodness of Fit: The K-S Test (Cont d) To apply this test, denote ˆΦ(z i ) to be the value of the fitted distribution (Gaussian or otherwise) computed at the i-sorted sample z i. Recall that the empirical distribution equals i/n at the sample z i, the staircase function. Compute the K-S test statistic t KS = max i/n ˆΦ(z i ). i So the test statistic is just the worst-case discrepancy between the empirical and fitted distribution functions across all samples.

23 Goodness of Fit: The K-S Test (Cont d) To apply the K-S test, we need to choose a confidence level δ, usually 0.05 or 0.01 (though any arbitrary δ is permitted). Compute the threshold θ = [ 1 2n log 2 ] 1/2. δ Check to see whether t KS > θ. If so, we can reject the fitted distribution as being bad, with confidence 1 δ. If t KS θ, we accept the fit, or more accurately, we cannot reject the fit.

24 Goodness of Fit Test (Cont d) We aim for a 95% confidence level, so we define a confidence parameter δ = 1.95 = There are 200 samples. Therefore the acceptable threshold, according to the above formula, is θ = The maximum error between the two curves is t KS = Because the maximjum discrepancy between the fitted and the empirical distributions is smaller than the threshold, we accept the Gaussian fit as being a fair description of the data. Later we will see an example where a fitted distribution is rejected because the maximum discrepancy is larger than the permitted threshold.

25 Predicting Percentiles Using Fitted Distributions In risk analysis, we are often interested in percentile values. If X is the random variable of interest, and if ζ is some number between 0 and 1, the ζ (or more accurately 100 ζ) percentile is the value a such that Pr{X a} = ζ, or equivalently Pr{X > a} = 1 ζ. So if ζ = 0.95, then a would be the 95th percentile, and so on. Fitted Distributions can be used to predict the percentile values on the basis of data.

26 Using Empirical vs. Fitted Distributions Suppose we have n samples of the random variable X (e.g., 200 height samples), and we wish to find the ζ percentile value. One way to do this is to sort the samples x 1,..., x n in ascending order, and call the resulting sequence z 1,..., z n. Then define k = ζn (the number ζn rounded up to the nearest integer). We can define the value z k as the empirical ζ percentile value. For example, if there are 200 samples, and ζ = 0.95, then the 190-th largest sample would be the empirically derived 95-th percentile value.

27 Using Empirical vs. Fitted Distributions (Cont d) This approach runs into trouble when we wish to predict very rare events, that is, ζ very close to 1. For instance, if n = 200 and ζ = 0.999, then k = n, and the largest sample is automatically taken as the percentile value, which is clearly not meaningful.

28 Estimating Height Percentiles Take the Hong Kong heights example. Suppose you are required to estimate a threshold such that 95% of the population is below that height. There are two ways to do this. First, you can find the 190-th largest sample, which is invhes. Second, using the Matlab command norminv, you can find a number a = Φ 1 (0.95) using the estimated ˆµ and ˆσ. This gives

29 Estimating Height Percentiles (Cont d) Similarly, the 99-th percentile can either the 198-th largest sample which is , or Φ 1 (0.99) which gives This approach fails to find the 99.9-th percentile. But Φ 1 (0.999) = is a reliable estimate of this value. Note that the last number is larger than the largest number in the sample! Note that we can use the Gaussian fit to estimate percentiles because it passed the K-S test.

30 Outline Case Study: Gaussian Fit of Height Data 1 Case Study: Gaussian Fit of Height Data 2 3

31 Problem Statement You are given the daily prices of Microsoft stock for roughly 5.5 years. You wish to fit an appropriate probability distribution to these prices. Then you wish to use the fitted distribution to predict the so-called Value at Risk (VaR) of the stock price, at variour percentiles.

32 Choice of Appropriate Family of Distributions The stock price is always nonnegative. So, instead of trying to fit the stock price directly, we fit the daily returns of the stock. The daily return is defined as the logarithm of the ratio of today s price and yesterday s price. Clearly it can be both positive or negative. Let us denote the stock price random variable by Y, and the daily return random variable by X. If X has a Gaussian distribution, then Y is said to be log-normal. The more accurate phrase log-gaussian is somehow not used.

33 Gaussian Fit to Daily Returns From the 1342 daily price records, we can compute 1341 daily returns. We already know that the maximum likelihood estimate of a Gaussian distribution to this data is obtained using the sample mean ˆµ and the sample standard deviation ˆσ. In this case ˆµ = So for all practical purposes the sample mean is zero. Also, ˆσ = , which means that on a typical day the stock goes up or down by 2%. Using these parameters, we can fit a Gaussian distribution to the data. The next slide shows the empirical and Gaussian fitted CDFs.

34 Empirical vs. Gaussian Fit Distributions Gaussian Fit of Daily Returns of Microsoft Stock Empirical CDF Gaussian Fit Distribution Function Daily Returns on Microsoft Stock

35 Goodness of Fit Test Next we apply the K-S goodness of fit test. The acceptable threshold at a confidence level δ = 0.05 with n = 1341 samples is given by [ 1 θ = 2n log 2 ] 1/2, δ which in this case turns out to be However the K-S test statistic, defined as t KS = max i/n Φ(z i ) i where z i is the i-th largest sample, turns out to be , which is larger than the acceptable threshold θ. So we can be at least 95% sure that the daily returns do not follow a Gaussian distribution, or in other words, the stock price itself does not follow a log-normal distribution.

36 Goodness of Fit Test (Cont d) In fact we can be a lot more than 95% sure that the data does not fit a Gaussian distribution. Compute δ = 2 exp( 2θnt 2 KS) = So we can be 1 δ, or approximately % sure that the data does not fit a Gaussian distribution. So what can be done? Instead of a Gaussian family, we use the family of stable distributions. Stable distributions contain Gaussian distributions as a special case. So we will get at least as good a fit using stable distributions as with Gaussian distributions, and often a better fit.

37 Parameters of a Stable Distribution A Gaussian r.v. is completely specified by just two parameters, namely its mean µ and its standard deviation σ. A stable distribution is specified by four parameters: An exponent α (0, 2). A skew β [ 1, 1]. A scale γ R +. A location δ R. If α = 2 then we get a Gaussian distribution as a special case.

38 Interpretation of Parameters The four parameters mean what the names suggest: The exponent α controls how slowly the complementary distribution function Φ(u) decays as u. As α gets smaller, the densities get flatter and wider. The skew β is zero if the density function is symmetric, and nonzero otherwise. The scale γ is the spread on the u-axis. As γ is decreased, the density function gets spread out. The location δ centers the location of the distribution. The next several slides illustrate the role of these constants.

39 Varying Alpha phi(x) for various values of alpha Stable Density Functions for Various Values of Alpha alpha = 1.8 alpha = 1.5 alpha = 1.1 alpha = x As α is decreased, the peaks get higher and the tails get flatter.

40 Heavy-Tailed Behavior of Stable Distributions The Gaussian distribution can be thought of as a special case of a stable distribution with α = 2. If α < 2, then the r.v. is heavy-tailed in that its variance is infinite. If α < 1, then even the mean is infinite. Despite this, stable distributions with α < 2 often provide a far better fit to real-world data than Gaussian distributions.

41 Varying Beta Stable Density Functions for Various Values of Beta beta = 0 beta = 1 beta = 1 phi(x) for various values of beta x The brown and red curves are asymmetric, though this is hard to see.

42 Varying Gamma Stable Density Functions for Various Values of Gamma gamma = 1 gamma = 0.5 gamma = 2 phi(x) for various values of gamma x Smaller values of γ spread out the density function.

43 Varying Delta Stable Density Functions for Various Values of Delta delta = 0 delta = 1 delta = 1 phi(x) for various values of delta x Nonzero values of δ shift the curve to the left or the right but do not otherwise change the shape.

44 Fitting a Stable Distribution to Data The theory of maximum likelihood estimation for stable distributions is too advanced to cover in the lectures. However, the Matlab command stblfit can be used to fit a stable distribution to any set of samples. Ensure that the file stblfit.m is in the same directory from which Matlab is being executed.

45 Fitting a Stable Distribution to Microsoft Daily Returns Applying the command stblfit to the 1341 daily return samples of Microsoft results in these parameters α β γ δ = In particular α is far smaller than 2, which corresponds to a Gaussian distribution. This may explain why a Gaussian fit fails the K-S test. The empirical and the stable-fitted distributions are shown on the next slide.

46 Empirical vs. Stable-Fit Distributions Stable Fit to Daily Returns of Microsoft Stock Empirical Stable Fit Distribution Function Daily Returns on Microsoft Stock

47 Empirical vs. Gaussian Fit Distributions: Reprise Gaussian Fit of Daily Returns of Microsoft Stock Empirical CDF Gaussian Fit Distribution Function Daily Returns on Microsoft Stock

48 Goodness of Fit Test for Stable Fit Distribution The K-S test statistic, which is t KS = max i/n Φ(z i ), i in this case turns out to be , which is far smaller than the K-S test statistic for the Gaussian fit, which was On the other hand, the acceptable threshold with δ = 0.05 and n = 1341 samples is given, as before, by θ = [ 1 2n log 2 ] 1/2 = δ Because t KS < θ, we accept the stable fit distribution.

49 Predicting Percentiles Using Stable Fit Distribution Once we have a stable distribution that fits the data (as determined by the K-S test), we can use the Matlab command tt stblinv to determine various percentiles. If we set ζ = 0.95, then we can compute v ζ as stblinv(0.95,alpha,beta,gamma,delta, which equals This means that we are 95% sure that tomorrow s stock price will not increase by more than 2.9% over today s price. If we wish to be 99% sure, we set ζ = 0.99, and compute the threshold stblinv(0.99,alpha,beta,gamma,delta, which equals So we can be 99% sure that tomorrow s stock price won t be more than 6.5% higher.

50 Predicting Confidence Intervals Using Stable Fit Distribution Instead of finding one-sided limits, we can also find so-called confidence intervals using the fitted distribution. If we wish to find a 95% confidence interval for the return, we can compute stblinv(0.975,alpha,beta,gamma,delta) = and stblinv(0.025,alpha,beta,gamma,delta) = = So we can assert with 95% confidence that tomorrow s stock return (daily fluctuation) will lie between and

51 Outline Case Study: Gaussian Fit of Height Data 1 Case Study: Gaussian Fit of Height Data 2 3

52 Conditional PDFs and Densities: Motivation Example: The life expectancy of an American male at birth is years. So if a man is now 65 years old, is his life expectancy years? No! it is a longer! Reason: The life expectancy calculation of years includes those who fail to reach the age of 65. So the expectancy has to be recomputed by taking this into account. Example: The average rainfall in July in a certain city is inches. It has already rained 8 inches by the middle of July. So how much more rain can be expected in the second half of July? Answer is not 2.04 inches!

53 Conditional PDFs and Densities: Definition Suppose X is a random variable with pdf Φ X ( ) and density φ X ( ), and b is some specified number. What are the pdf and density of X once it is specified that X > b? 0, if a b, Φ X>b (a) = Φ X (a) Φ X (b), if a > b, Φ X (b) The formula looks cleaner if expressed in terms of Φ X. 1, if a b, Φ X>b (a) = Φ X (a), if a > b, Φ X (b)

54 Conditional PDFs and Densities: Definition (Cont d) 0, if a b, φ X>b (a) = φ X (a), Φ X (b) if a > b, Using the conditional density, we can compute the conditional mean (usually the quantity of greatest interest), conditional variance etc.

55 Example: Longevity in the USA The US Social Security Administration (SSA) publishes data on the longevity of males and females. Starting with a cohort of 100,000 persons, the data shows how many are alive at the end of year 1, year 2 etc. So this data represents the complementary cumulative distribution function.

56 Longevity Male and Female Longevity in the USA Male Female Complementary cdf Years

57 Longevity 3 The figure below shows the fraction of the original cohort who die each year Male and Female Mortality in the US Male Female Density Years

58 Life Expectancy at Birth and at Age 65 Computing life expectancy at birth gives years for males and years for females. If we focus on those who survive until age 65, the figures are years for males and years for females.

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples

Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples Quantitative Introduction ro Risk and Uncertainty in Business Module 5: Hypothesis Testing Examples M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu

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

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

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

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

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

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER

Two hours. To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER Two hours MATH20802 To be supplied by the Examinations Office: Mathematical Formula Tables and Statistical Tables THE UNIVERSITY OF MANCHESTER STATISTICAL METHODS Answer any FOUR of the SIX questions.

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

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

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

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

SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives

SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives SYSM 6304: Risk and Decision Analysis Lecture 6: Pricing and Hedging Financial Derivatives M. Vidyasagar Cecil & Ida Green Chair The University of Texas at Dallas Email: M.Vidyasagar@utdallas.edu October

More information

8.1 Estimation of the Mean and Proportion

8.1 Estimation of the Mean and Proportion 8.1 Estimation of the Mean and Proportion Statistical inference enables us to make judgments about a population on the basis of sample information. The mean, standard deviation, and proportions of a population

More information

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82 Announcements: Week 5 quiz begins at 4pm today and ends at 3pm on Wed If you take more than 20 minutes to complete your quiz, you will only receive partial credit. (It doesn t cut you off.) Today: Sections

More information

The Weibull in R is actually parameterized a fair bit differently from the book. In R, the density for x > 0 is

The Weibull in R is actually parameterized a fair bit differently from the book. In R, the density for x > 0 is Weibull in R The Weibull in R is actually parameterized a fair bit differently from the book. In R, the density for x > 0 is f (x) = a b ( x b ) a 1 e (x/b) a This means that a = α in the book s parameterization

More information

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems

Interval estimation. September 29, Outline Basic ideas Sampling variation and CLT Interval estimation using X More general problems Interval estimation September 29, 2017 STAT 151 Class 7 Slide 1 Outline of Topics 1 Basic ideas 2 Sampling variation and CLT 3 Interval estimation using X 4 More general problems STAT 151 Class 7 Slide

More information

Discrete Random Variables

Discrete Random Variables Discrete Random Variables In this chapter, we introduce a new concept that of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can

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

Chapter 8 Statistical Intervals for a Single Sample

Chapter 8 Statistical Intervals for a Single Sample Chapter 8 Statistical Intervals for a Single Sample Part 1: Confidence intervals (CI) for population mean µ Section 8-1: CI for µ when σ 2 known & drawing from normal distribution Section 8-1.2: Sample

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

A useful modeling tricks.

A useful modeling tricks. .7 Joint models for more than two outcomes We saw that we could write joint models for a pair of variables by specifying the joint probabilities over all pairs of outcomes. In principal, we could do this

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

CS340 Machine learning Bayesian model selection

CS340 Machine learning Bayesian model selection CS340 Machine learning Bayesian model selection Bayesian model selection Suppose we have several models, each with potentially different numbers of parameters. Example: M0 = constant, M1 = straight line,

More information

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

More information

Financial Time Series and Their Characteristics

Financial Time Series and Their Characteristics Financial Time Series and Their Characteristics Egon Zakrajšek Division of Monetary Affairs Federal Reserve Board Summer School in Financial Mathematics Faculty of Mathematics & Physics University of Ljubljana

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

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Lecture 10 (MWF) Checking for normality of the data using the QQplot Suhasini Subba Rao Checking for

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

Likelihood Methods of Inference. Toss coin 6 times and get Heads twice.

Likelihood Methods of Inference. Toss coin 6 times and get Heads twice. Methods of Inference Toss coin 6 times and get Heads twice. p is probability of getting H. Probability of getting exactly 2 heads is 15p 2 (1 p) 4 This function of p, is likelihood function. Definition:

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

Introduction to Computational Finance and Financial Econometrics Descriptive Statistics

Introduction to Computational Finance and Financial Econometrics Descriptive Statistics You can t see this text! Introduction to Computational Finance and Financial Econometrics Descriptive Statistics Eric Zivot Summer 2015 Eric Zivot (Copyright 2015) Descriptive Statistics 1 / 28 Outline

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

Gamma Distribution Fitting

Gamma Distribution Fitting Chapter 552 Gamma Distribution Fitting Introduction This module fits the gamma probability distributions to a complete or censored set of individual or grouped data values. It outputs various statistics

More information

Chapter ! Bell Shaped

Chapter ! Bell Shaped Chapter 6 6-1 Business Statistics: A First Course 5 th Edition Chapter 7 Continuous Probability Distributions Learning Objectives In this chapter, you learn:! To compute probabilities from the normal distribution!

More information

Managing Systematic Mortality Risk in Life Annuities: An Application of Longevity Derivatives

Managing Systematic Mortality Risk in Life Annuities: An Application of Longevity Derivatives Managing Systematic Mortality Risk in Life Annuities: An Application of Longevity Derivatives Simon Man Chung Fung, Katja Ignatieva and Michael Sherris School of Risk & Actuarial Studies University of

More information

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as

Chapter 3 Common Families of Distributions. Definition 3.4.1: A family of pmfs or pdfs is called exponential family if it can be expressed as Lecture 0 on BST 63: Statistical Theory I Kui Zhang, 09/9/008 Review for the previous lecture Definition: Several continuous distributions, including uniform, gamma, normal, Beta, Cauchy, double exponential

More information

Statistics 511 Additional Materials

Statistics 511 Additional Materials Discrete Random Variables In this section, we introduce the concept of a random variable or RV. A random variable is a model to help us describe the state of the world around us. Roughly, a RV can be thought

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Lecture 10 (MWF) Checking for normality of the data using the QQplot Suhasini Subba Rao Review of previous

More information

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

More information

Lecture 3: Probability Distributions (cont d)

Lecture 3: Probability Distributions (cont d) EAS31116/B9036: Statistics in Earth & Atmospheric Sciences Lecture 3: Probability Distributions (cont d) Instructor: Prof. Johnny Luo www.sci.ccny.cuny.edu/~luo Dates Topic Reading (Based on the 2 nd Edition

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

Statistical Intervals. Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Statistical Intervals. Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 7 Statistical Intervals Chapter 7 Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to

More information

Frequency Distribution Models 1- Probability Density Function (PDF)

Frequency Distribution Models 1- Probability Density Function (PDF) Models 1- Probability Density Function (PDF) What is a PDF model? A mathematical equation that describes the frequency curve or probability distribution of a data set. Why modeling? It represents and summarizes

More information

Characterization of the Optimum

Characterization of the Optimum ECO 317 Economics of Uncertainty Fall Term 2009 Notes for lectures 5. Portfolio Allocation with One Riskless, One Risky Asset Characterization of the Optimum Consider a risk-averse, expected-utility-maximizing

More information

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is:

**BEGINNING OF EXAMINATION** A random sample of five observations from a population is: **BEGINNING OF EXAMINATION** 1. You are given: (i) A random sample of five observations from a population is: 0.2 0.7 0.9 1.1 1.3 (ii) You use the Kolmogorov-Smirnov test for testing the null hypothesis,

More information

CS 237: Probability in Computing

CS 237: Probability in Computing CS 237: Probability in Computing Wayne Snyder Computer Science Department Boston University Lecture 12: Continuous Distributions Uniform Distribution Normal Distribution (motivation) Discrete vs Continuous

More information

Basic notions of probability theory: continuous probability distributions. Piero Baraldi

Basic notions of probability theory: continuous probability distributions. Piero Baraldi Basic notions of probability theory: continuous probability distributions Piero Baraldi Probability distributions for reliability, safety and risk analysis: discrete probability distributions continuous

More information

Basic Procedure for Histograms

Basic Procedure for Histograms Basic Procedure for Histograms 1. Compute the range of observations (min. & max. value) 2. Choose an initial # of classes (most likely based on the range of values, try and find a number of classes that

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

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

Some Characteristics of Data

Some Characteristics of Data Some Characteristics of Data Not all data is the same, and depending on some characteristics of a particular dataset, there are some limitations as to what can and cannot be done with that data. Some key

More information

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION In Inferential Statistic, ESTIMATION (i) (ii) is called the True Population Mean and is called the True Population Proportion. You must also remember that are not the only population parameters. There

More information

An Information Based Methodology for the Change Point Problem Under the Non-central Skew t Distribution with Applications.

An Information Based Methodology for the Change Point Problem Under the Non-central Skew t Distribution with Applications. An Information Based Methodology for the Change Point Problem Under the Non-central Skew t Distribution with Applications. Joint with Prof. W. Ning & Prof. A. K. Gupta. Department of Mathematics and Statistics

More information

MVE051/MSG Lecture 7

MVE051/MSG Lecture 7 MVE051/MSG810 2017 Lecture 7 Petter Mostad Chalmers November 20, 2017 The purpose of collecting and analyzing data Purpose: To build and select models for parts of the real world (which can be used for

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

Lecture 5 - Continuous Distributions

Lecture 5 - Continuous Distributions Lecture 5 - Continuous Distributions Statistics 102 Colin Rundel January 30, 2013 Announcements Announcements HW1 and Lab 1 have been graded and your scores are posted in Gradebook on Sakai (it is good

More information

Much of what appears here comes from ideas presented in the book:

Much of what appears here comes from ideas presented in the book: Chapter 11 Robust statistical methods Much of what appears here comes from ideas presented in the book: Huber, Peter J. (1981), Robust statistics, John Wiley & Sons (New York; Chichester). There are many

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

The Normal Distribution

The Normal Distribution The Normal Distribution The normal distribution plays a central role in probability theory and in statistics. It is often used as a model for the distribution of continuous random variables. Like all models,

More information

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions

Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions Lecture 5: Fundamentals of Statistical Analysis and Distributions Derived from Normal Distributions ELE 525: Random Processes in Information Systems Hisashi Kobayashi Department of Electrical Engineering

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras

Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Biostatistics and Design of Experiments Prof. Mukesh Doble Department of Biotechnology Indian Institute of Technology, Madras Lecture - 05 Normal Distribution So far we have looked at discrete distributions

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 10 91. * A random sample, X1, X2,, Xn, is drawn from a distribution with a mean of 2/3 and a variance of 1/18. ˆ = (X1 + X2 + + Xn)/(n-1) is the estimator of the distribution mean θ. Find MSE(

More information

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION

INSTITUTE AND FACULTY OF ACTUARIES. Curriculum 2019 SPECIMEN EXAMINATION INSTITUTE AND FACULTY OF ACTUARIES Curriculum 2019 SPECIMEN EXAMINATION Subject CS1A Actuarial Statistics Time allowed: Three hours and fifteen minutes INSTRUCTIONS TO THE CANDIDATE 1. Enter all the candidate

More information

Unit2: Probabilityanddistributions. 3. Normal distribution

Unit2: Probabilityanddistributions. 3. Normal distribution Announcements Unit: Probabilityanddistributions 3 Normal distribution Sta 101 - Spring 015 Duke University, Department of Statistical Science February, 015 Peer evaluation 1 by Friday 11:59pm Office hours:

More information

Random variables The binomial distribution The normal distribution Other distributions. Distributions. Patrick Breheny.

Random variables The binomial distribution The normal distribution Other distributions. Distributions. Patrick Breheny. Distributions February 11 Random variables Anything that can be measured or categorized is called a variable If the value that a variable takes on is subject to variability, then it the variable is a random

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao The binomial: mean and variance Recall that the number of successes out of n, denoted

More information

INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS. 20 th May Subject CT3 Probability & Mathematical Statistics

INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS. 20 th May Subject CT3 Probability & Mathematical Statistics INSTITUTE OF ACTUARIES OF INDIA EXAMINATIONS 20 th May 2013 Subject CT3 Probability & Mathematical Statistics Time allowed: Three Hours (10.00 13.00) Total Marks: 100 INSTRUCTIONS TO THE CANDIDATES 1.

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

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals

Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Week 2 Quantitative Analysis of Financial Markets Hypothesis Testing and Confidence Intervals Christopher Ting http://www.mysmu.edu/faculty/christophert/ Christopher Ting : christopherting@smu.edu.sg :

More information

CS 361: Probability & Statistics

CS 361: Probability & Statistics March 12, 2018 CS 361: Probability & Statistics Inference Binomial likelihood: Example Suppose we have a coin with an unknown probability of heads. We flip the coin 10 times and observe 2 heads. What can

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

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

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach

Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach P1.T4. Valuation & Risk Models Linda Allen, Jacob Boudoukh and Anthony Saunders, Understanding Market, Credit and Operational Risk: The Value at Risk Approach Bionic Turtle FRM Study Notes Reading 26 By

More information

Econometric Methods for Valuation Analysis

Econometric Methods for Valuation Analysis Econometric Methods for Valuation Analysis Margarita Genius Dept of Economics M. Genius (Univ. of Crete) Econometric Methods for Valuation Analysis Cagliari, 2017 1 / 25 Outline We will consider econometric

More information

Statistical Intervals (One sample) (Chs )

Statistical Intervals (One sample) (Chs ) 7 Statistical Intervals (One sample) (Chs 8.1-8.3) Confidence Intervals The CLT tells us that as the sample size n increases, the sample mean X is close to normally distributed with expected value µ and

More information

Value at Risk with Stable Distributions

Value at Risk with Stable Distributions Value at Risk with Stable Distributions Tecnológico de Monterrey, Guadalajara Ramona Serrano B Introduction The core activity of financial institutions is risk management. Calculate capital reserves given

More information

Lecture 12. Some Useful Continuous Distributions. The most important continuous probability distribution in entire field of statistics.

Lecture 12. Some Useful Continuous Distributions. The most important continuous probability distribution in entire field of statistics. ENM 207 Lecture 12 Some Useful Continuous Distributions Normal Distribution The most important continuous probability distribution in entire field of statistics. Its graph, called the normal curve, is

More information

An Insight Into Heavy-Tailed Distribution

An Insight Into Heavy-Tailed Distribution An Insight Into Heavy-Tailed Distribution Annapurna Ravi Ferry Butar Butar ABSTRACT The heavy-tailed distribution provides a much better fit to financial data than the normal distribution. Modeling heavy-tailed

More information

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics

ECON Introductory Econometrics. Lecture 1: Introduction and Review of Statistics ECON4150 - Introductory Econometrics Lecture 1: Introduction and Review of Statistics Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 1-2 Lecture outline 2 What is econometrics? Course

More information

Review of commonly missed questions on the online quiz. Lecture 7: Random variables] Expected value and standard deviation. Let s bet...

Review of commonly missed questions on the online quiz. Lecture 7: Random variables] Expected value and standard deviation. Let s bet... Recap Review of commonly missed questions on the online quiz Lecture 7: ] Statistics 101 Mine Çetinkaya-Rundel OpenIntro quiz 2: questions 4 and 5 September 20, 2011 Statistics 101 (Mine Çetinkaya-Rundel)

More information

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative STAT:10 Statistical Methods and Computing Normal Distributions Lecture 4 Feb. 6, 17 Kate Cowles 374 SH, 335-0727 kate-cowles@uiowa.edu 1 2 Using density curves to describe the distribution of values of

More information

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management

THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management THE UNIVERSITY OF TEXAS AT AUSTIN Department of Information, Risk, and Operations Management BA 386T Tom Shively PROBABILITY CONCEPTS AND NORMAL DISTRIBUTIONS The fundamental idea underlying any statistical

More information

Introduction to Business Statistics QM 120 Chapter 6

Introduction to Business Statistics QM 120 Chapter 6 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 6 Spring 2008 Chapter 6: Continuous Probability Distribution 2 When a RV x is discrete, we can

More information

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples

A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples 1.3 Regime switching models A potentially useful approach to model nonlinearities in time series is to assume different behavior (structural break) in different subsamples (or regimes). If the dates, the

More information

Multivariate Cox PH model with log-skew-normal frailties

Multivariate Cox PH model with log-skew-normal frailties Multivariate Cox PH model with log-skew-normal frailties Department of Statistical Sciences, University of Padua, 35121 Padua (IT) Multivariate Cox PH model A standard statistical approach to model clustered

More information

Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies

Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies Limit Theorems for the Empirical Distribution Function of Scaled Increments of Itô Semimartingales at high frequencies George Tauchen Duke University Viktor Todorov Northwestern University 2013 Motivation

More information

Simulation Lecture Notes and the Gentle Lentil Case

Simulation Lecture Notes and the Gentle Lentil Case Simulation Lecture Notes and the Gentle Lentil Case General Overview of the Case What is the decision problem presented in the case? What are the issues Sanjay must consider in deciding among the alternative

More information

Introduction to Probability and Inference HSSP Summer 2017, Instructor: Alexandra Ding July 19, 2017

Introduction to Probability and Inference HSSP Summer 2017, Instructor: Alexandra Ding July 19, 2017 Introduction to Probability and Inference HSSP Summer 2017, Instructor: Alexandra Ding July 19, 2017 Please fill out the attendance sheet! Suggestions Box: Feedback and suggestions are important to the

More information

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage

Point Estimation. Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage 6 Point Estimation Stat 4570/5570 Material from Devore s book (Ed 8), and Cengage Point Estimation Statistical inference: directed toward conclusions about one or more parameters. We will use the generic

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

6. Continous Distributions

6. Continous Distributions 6. Continous Distributions Chris Piech and Mehran Sahami May 17 So far, all random variables we have seen have been discrete. In all the cases we have seen in CS19 this meant that our RVs could only take

More information

Financial Econometrics (FinMetrics04) Time-series Statistics Concepts Exploratory Data Analysis Testing for Normality Empirical VaR

Financial Econometrics (FinMetrics04) Time-series Statistics Concepts Exploratory Data Analysis Testing for Normality Empirical VaR Financial Econometrics (FinMetrics04) Time-series Statistics Concepts Exploratory Data Analysis Testing for Normality Empirical VaR Nelson Mark University of Notre Dame Fall 2017 September 11, 2017 Introduction

More information

Improved Inference for Signal Discovery Under Exceptionally Low False Positive Error Rates

Improved Inference for Signal Discovery Under Exceptionally Low False Positive Error Rates Improved Inference for Signal Discovery Under Exceptionally Low False Positive Error Rates (to appear in Journal of Instrumentation) Igor Volobouev & Alex Trindade Dept. of Physics & Astronomy, Texas Tech

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

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay

Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay Lecture Note of Bus 41202, Spring 2008: More Volatility Models. Mr. Ruey Tsay The EGARCH model Asymmetry in responses to + & returns: g(ɛ t ) = θɛ t + γ[ ɛ t E( ɛ t )], with E[g(ɛ t )] = 0. To see asymmetry

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

The Bernoulli distribution

The Bernoulli distribution This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Random variables The binomial distribution The normal distribution Sampling distributions. Distributions. Patrick Breheny.

Random variables The binomial distribution The normal distribution Sampling distributions. Distributions. Patrick Breheny. Distributions September 17 Random variables Anything that can be measured or categorized is called a variable If the value that a variable takes on is subject to variability, then it the variable is a

More information