The Skewed Generalized T Distribution Tree Package Vignette

Size: px
Start display at page:

Download "The Skewed Generalized T Distribution Tree Package Vignette"

Transcription

1 The Skewed Generalized T Distribution Tree Package Vignette Carter Davis Setember, 05 Summary The Skewed Generalized T Distribution is a univariate 5-arameter distribution introduced by Theodossiou 998) and known for its extreme flexibility. Secial and limiting cases of the SGT distribution include the skewed generalized error distribution, the generalized t distribution introduced by McDonald and Newey 988), the skewed t roosed by Hansen 994), the skewed Lalace distribution, the generalized error distribution also known as the generalized normal distribution), the skewed normal distribution, the student t distribution, the skewed Cauchy distribution, the Lalace distribution, the uniform distribution, the normal distribution, and the Cauchy distribution. This vignette describe the skewed generalized t distribution and its various secial cases. Booth School of Business, University of Chicago

2 Contents A. Introduction B. Skewed Generalized T Distribution C. Skewed Generalized Error Distribution D. Generalized T Distribution E. Skewed T Distribution F. Skewed Lalace Distribution G. Generalized Error Distribution H. Skewed Normal Distribution I. Student T Distribution J. Skewed Cauchy Distribution K. Lalace Distribution L. Uniform Distribution M.Normal Distribution N. Cauchy Distribution

3 A. Introduction The skewed generalized t distribution SGT) is a highly flexible distribution with many secial cases. The SGT distribution has five arameters: µ, σ, λ,, and q. The grahic below shows the secial cases of the SGT distribution and which arameters must be set to obtain these distributions. This grahic was adated from Hansen, McDonald, and Newey 00). Note that the SGT arameters have the following restrictions: {σ,λ,,q) : σ > 0, < λ <, > 0,q > 0} ) It is imortant to note that if any of the arameters are not within these bounds in any of the [dqr]sgt functions, then a warning message is issued and NaNs roduced. Note that and q are allowed to be Inf. The section that describes the SGT distribution gives the closed form definition of the moments and shows how the arameters influence the moments. We show below though how the arameters influence the moments of the distribution. There are two otions that are imortant to note in the [dqr]sgt functions: mean.cent and var.adj. The mean.cent otion is either TRUE or FALSE. If mean.cent is TRUE, then µ is the mean of the distribution. If mean.cent is FALSE, then µ is the mode of the dis-

4 Figure : Visualizing the Flexibility of the Skewed Generalized T Distribution Panel A: µ Equals the Mean Panel B: σ Controls the Variance Panel C: λ Controls the Skewness Panel D: and q Control the Kurtosis Panel E: and q Control the Kurtosis Exlanation: This figure shows the flexibility of the SGT distribution. The black curve in each grah has arameter values: µ = 0, σ =, λ = 0, =, and q = 00, with both mean.cent and var.adj are TRUE. This aroximates a standard normal df very closely. All other curves change just one arameter. 3

5 tribution. In the resence of skewness of course, the mean equals the mode and the mean.cent otion makes no difference. Imortantly, mean.cent can only be TRUE if q >. If q and mean.cent is TRUE, then a warning will be given and NaNs roduced. The var.adj is either TRUE, FALSE, or a ositive scalar numeric of length one). If var.adj is TRUE, then the σ arameter is scaled such that σ is the variance of the distribution. If var.adj is FALSE, then if q >, the variance, for q >, is simly roortional to σ, holding all other arameters fixed. If var.adj is a ositive scalar then, then σ is scaled by the value of var.adj. The SGT section below shows how this is done. Imortantly, var.adj can only be TRUE if q >. If var.adj is TRUE and q then a warning will be given and NaNs roduced. If var.adj is a nonositive scalar, then a warning is issued and var.adj is assumed FALSE. It is imortant to note that the h th moment of the SGT distribution is only defined if q > h. Thus the h th moments reorted in this vignette only hold true if q > h. The λ arameter controls the skewness of the distribution. To see this, let M denote the mode of the distribution, and note that M f SGT x;µ,σ,λ,,q)dx = λ ) Since < λ <, the robability left of the mode, and therefore right of the mode as well, can equal any value in 0,) deending on the value of λ. Thus the SGT distribution can be highly skewed as well as symmetric. If < λ < 0, then the distribution is negatively skewed. If 0 < λ <, then the distribution is ositively skewed. If λ = 0, then the distribution is symmetric. Finally, and q control the kurtosis of the distribution. As and q get smaller, the kurtosis increases i.e. becomes more letokurtic). Large values of and q yield a distribution that is more latykurtic. The remainder of this vignette outlines the roerties of the SGT distribution and its secial cases. At the to of each section, a line of R code is given to show how to obtain that secial case of the SGT distribution. For examle, the normal distribution 4

6 section gives the line of code: > dsgtx, mu, sigma, lambda = 0, =, q = Inf, mean.cent, var.adj) which shows that the normal distribution has the arameters µ and σ free, while the other aramers should be equal to their given values to obtain the normal distribution. 5

7 B. Skewed Generalized T Distribution > dsgtx, mu, sigma, lambda,, q, mean.cent, var.adj) The Skewed Generalized T Distribution has the df: f SGT x;µ,σ,λ,,q) = vσq / B,q ) x µ+m ) + +q qvσ) λsignx µ+m)+) where m = ) vσλq B,q ) B,q if mean.cent = TRUE and 0 otherwise. Note that mean.cent = TRUE and q is an error and NaNs will be roduced. Also ) v = q 3λ +) B 3,q ) B,q 4λ B,q ) B,q ) if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. Note that var.adj = TRUE and q is an error and NaNs will be roduced. h r=0 The h th moment i.e. E[X EX)) h ]), for q > h, is: ) ) ) h +λ) r+ + ) r λ) r+) λ) h r vσ) h q h B r+,q r B,q r r h+ ) h r+ B,q ) h r The mean, for q >, is: ) vσλq B,q µ+ ) m B,q thus if mean.cent = TRUE, the mean, for q >, is simly µ. 6

8 The variance, for q >, is: ) vσ) q 3λ +) B 3,q ) B,q 4λ B,q ) B,q ) thus if var.adj = TRUE, the variance, for q >, is simly σ. The skewness, for q > 3, is: B q 3/ λvσ) 3 ) 3 8λ B B,q,q ) λ ) ) B,q,q ) 3 B,q ) + +λ ) ) 4 B,q B,q 3 ) ) The kurtosis, for q > 4, is: q 4/ vσ) 4 ) 4 48λ 4 B B,q B,q ) 4 +4λ +3λ ) ) B,q B,q ) 3,q ) 3λ +λ ) ) B,q B,q ) 4 B,q 3 ) + +0λ +5λ 4) B ) 3 5,q B,q 4 ) ) 7

9 C. Skewed Generalized Error Distribution > dsgtx, mu, sigma, lambda,, q = Inf, mean.cent, var.adj) The Skewed Generalized Error Distribution has the df: lim f SGTx;µ,σ,λ,,q) q = f SGED x;µ,σ,λ,) = e x µ+m vσ+λsignx µ+m))) vσγ/) where m = vσλγ π + ) if mean.cent = TRUE and 0 otherwise. Also π+3λ )Γ v = 3 ) 6 λ Γ ) πγ + ) Γ ) if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: h r=0 ) h +λ) r+ + ) r λ) r+) ) ) λ) h r vσ) h Γ h rγ r+ r r h+ ) h+ r Γ ) The mean is: vσλγ µ+ π + ) m thus if mean.cent = TRUE, the mean is simly µ. 8

10 The variance is: vσ) π+3λ )Γ ) 6 λ Γ ) πγ 3 + ) Γ ) ) thus if var.adj = TRUE, the variance is simly σ. The skewness is: λσ 3 π 3/ Γ ) 6+ λ Γ + ) 3 Γ ) 34) ) π +3λ Γ + ) Γ +4π 3/ +λ ) Γ ) ) 4 ) 3 The kurtosis is: σ 4 π Γ ) 356) λ 4 Γ + ) 4 Γ 4+ π 3/ λ +λ ) Γ + ) Γ ) +3) 4+ πλ +3λ ) Γ + ) Γ ) 4 +π +0λ +5λ 4) Γ ) ) 5 ) 3 9

11 D. Generalized T Distribution > dsgtx, mu, sigma, lambda = 0,, q, mean.cent, var.adj) The Generalized T Distribution has the df: f SGT x;µ,σ,λ = 0,,q) = f GT x;µ,σ,,q) = ) ) vσq / B,q x µ + +q qvσ) where ) v = B,q ) q / 3 B,q if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. Note that var.adj = TRUE and q is an error and NaNs will be roduced. The h th moment i.e. E[X EX)) h ]), for q > h, is: / ) + ) ) h) vσ) h q h B h+,q h ) B,q The mean, for q >, is µ. The variance, for q >, is: ) vσ) q / B 3,q ) B,q thus if var.adj = TRUE, the variance, for q >, is simly σ. The skewness, for q > 3, is 0. 0

12 The kurtosis, for q > 4, is: ) vσ) 4 q 4/ B 5,q 4 ) B,q

13 E. Skewed T Distribution > dsgtx, mu, sigma, lambda, =, q, mean.cent, var.adj) The Skewed T Distribution has the df: f SGT x;µ,σ,λ, =,q) = f ST x;µ,σ,λ,q) = vσπq) / Γq) Γ +q) x µ+m + qvσ) λsignx µ+m)+) ) +q where m = vσλq/ Γ ) q π / Γ ) q + if mean.cent = TRUE and 0 otherwise. Note that mean.cent = TRUE and q / is an error and NaNs will be roduced. Also v = q / 3λ +) ) 4λ q π Γ q Γq) )) / if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. Note that var.adj = TRUE and q is an error and NaNs will be roduced. h r=0 The h th moment i.e. E[X EX)) h ]), for q > h/, is: ) ) h +λ) r+ + ) r λ) r+) λ) h r vσ) h q h B r+,q r r r h+ The mean, for q > /, is: µ+ vσλq/ Γ q π / Γ ) m q + ) ) B,q B,q) h r+ ) h r ) thus if mean.cent = TRUE, the mean, for q > /, is simly µ.

14 The variance, for q >, is: vσ) q 3λ +) ) 4λ q π Γ q Γq) )) thus if var.adj = TRUE, the variance, for q >, is simly σ. The skewness, for q > 3/, is: B q 3/ λvσ) 3 B,q) 3 8λ B,q ) λ ) ) B,q,q ) ) 3 B,q + +λ ) ) B B,q,q 3 ) ) The kurtosis, for q >, is: q vσ) 4 B,q) 4 B 48λ 4 B,q ) 4 +4λ +3λ ) ) B,q B,q ) ) 3,q 3λ +λ ) ) B B,q,q ) B,q 3 ) + +0λ +5λ 4) B ) 3 ) ) 5,q B,q 3

15 F. Skewed Lalace Distribution > dsgtx, mu, sigma, lambda, =, q = Inf, mean.cent, var.adj) The Skewed Lalace Distribution has the df: lim f SGTx;µ,σ,λ, =,q) q where = f SLalace x;µ,σ,λ) = e x µ+m vσ+λsignx µ+m)) vσ m = vσλ if mean.cent = TRUE and 0 otherwise. Also v = [ +λ )] if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: h r=0 The mean is: ) h +λ) r+ + ) r λ) r+) ) λ) h r vσ) h r r h+ Γr +) µ+vσλ m thus if mean.cent = TRUE, the mean is simly µ. The variance is: vσ) +λ ) 4

16 thus if var.adj = TRUE, the variance is simly σ. The skewness is: 4vσ) 3 λ3+λ ) The kurtosis is: 4vσ) 4 +4λ +λ 4 ) 5

17 G. Generalized Error Distribution > dsgtx, mu, sigma, lambda = 0,, q = Inf, mean.cent, var.adj) The Generalized Error Distribution has the df: lim f SGTx;µ,σ,λ = 0,,q) q where = f GED x;µ,σ,) = e x µ vσ ) v = Γ Γ 3 ) ) vσγ/) / if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: + ) h) vσ) h ) ) Γ h+ ) Γ The mean is µ. The variance is: vσ) Γ Γ 3 ) ) thus if var.adj = TRUE, the variance is simly σ. The skewness is 0. The kurtosis is: vσ) 4 Γ Γ 5 ) ) 6

18 H. Skewed Normal Distribution > dsgtx, mu, sigma, lambda, =, q = Inf, mean.cent, var.adj) The Skewed Normal Distribution has the df: lim f SGTx;µ,σ,λ, =,q) q where = f SNormal x;µ,σ,λ) = e x µ+m vσ+λsignx µ+m))) vσ π m = vσλ π if mean.cent = TRUE and 0 otherwise. Also [ π 8λ +3πλ ) v = π ] if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: h r=0 The mean is: ) h +λ) r+ + ) r λ) r+) ) λ) h r vσ) h Γ ) ) r+ r r h+ π) h+ r µ+ vσλ π m thus if mean.cent = TRUE, the mean is simly µ. The variance is: vσ) π 8λ +3πλ ) π 7

19 thus if var.adj = TRUE, the variance is simly σ. The skewness is: vσ) 3 λ6λ π +5λ )) π 3/ The kurtosis is: vσ) 4 9λ 4 +6πλ 5+λ )+3π +0λ +5λ 4 )) 4π 8

20 I. Student T Distribution We resent two arameterizations of the Student T Distribution. The first arameterization has the arameters µ, σ, and q free. The second is consistent with the tyical student t distribution arameterization, where µ and σ are fixed at 0 and resectively, and q = d/, where d is the degrees of freedom and the only free arameter. First Parameterization: > dsgtx, mu, sigma, lambda = 0, =, q, mean.cent, var.adj) The Student T Distribution has the df: f SGT x;µ,σ,λ = 0, =,q) = f T x;µ,σ,q) = vσπq) / Γq) Γ +q) x µ+m qvσ) + ) +q where q v = q ) / if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. Note that var.adj = TRUE and q is an error and NaNs will be roduced. The h th moment i.e. E[X EX)) h ]), for q > h/, is: ) + ) h) vσ) h q h Γ h+ ) )) Γ q h π Γq) The mean, for q > /, is µ. The variance, for q >, is: vσ) q q 9

21 thus if var.adj = TRUE, the variance, for q >, is simly σ. The skewness, for q > 3/, is 0. The kurtosis, for q >, is: 3vσ) 4 q 4q )q ) Second Parameterization: Let df equal d, the degrees of freedom of a tyical student t distribution arameterization. > dsgtx, mu = 0, sigma =, lambda = 0, =, q = df/, + mean.cent = FALSE, var.adj = sqrt)) The Student T Distribution has the df: f SGT x;µ = 0,σ =,λ = 0, =,q = d/) = f T x;d) = Γ ) d+ πd) / Γd/) x +) d+ d Note that we substituted v = from the first arameterization into this one. The h th moment i.e. E[X EX)) h ]), for d > h, is ) + ) h) d h/ Γ h+ ) Γ d h )) π Γd/) The mean, for d >, is 0. The variance, for d >, is: d d The skewness, for d > 3, is 0. 0

22 The kurtosis, for d > 4, is: 3d d 4)d )

23 J. Skewed Cauchy Distribution > dsgtx, mu, sigma, lambda, =, q = /, mean.cent = FALSE, + var.adj = FALSE) The Skewed Cauchy Distribution has the df: f SGT x;µ,σ,λ, =,q = /) = f SCauchy x;µ,σ,λ) = vσπ x µ + vσ) λsignx µ)+) ) The h th moment i.e. E[X EX)) h ]) is undefined. Thus the mean, variance, skewness, and kurtosis are all undefined. If mean.cent or var.adj are TRUE, NaNs are roduced. NOTE: If var.adj = sqrt), then v =, which gives a df more consistent with the standard arameterization of the Cauchy distribution: = f SCauchy x;µ,σ,λ) = σπ x µ + σ λsignx µ)+) )

24 K. Lalace Distribution > dsgtx, mu, sigma, lambda = 0, =, q = Inf, mean.cent, var.adj) The Lalace Distribution has the df: lim f SGTx;µ,σ,λ = 0, =,q) q where e x µ vσ = f Lalace x;µ,σ) = vσ v = if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: + ) h ) vσ) h Γh+) The mean is µ. The variance is: vσ) thus if var.adj = TRUE, the variance is simly σ. The skewness 0. The kurtosis is: 4vσ) 4 3

25 L. Uniform Distribution > dsgtx, mu, sigma, lambda, = Inf, mean.cent, var.adj) The Uniform has the df: lim f SGTx;µ,σ,λ,,q) where = f unif x;µ,σ) = { vσ if x µ vσ 0 otherwise v = 3 if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: vσ) h+ vσ) h+) vσh+) The mean is µ. The variance is: vσ) 3 thus if var.adj = TRUE, the variance is simly σ. The skewness is 0. The kurtosis is: vσ) 4 5 4

26 M. Normal Distribution > dsgtx, mu, sigma, lambda = 0, =, q = Inf, mean.cent, var.adj) The Normal Distribution has the df: lim f SGTx;µ,σ,λ = 0, =,q) q where = f Normal x;µ,σ) = e x µ vσ ) vσ π v = if var.adj = TRUE, v = if var.adj = FALSE, and v is the value of var.adj if var.adj is a ositive scalar. The h th moment i.e. E[X EX)) h ]) is: ) + ) h vσ) h Γ h+ )) π The mean is µ. The variance is: vσ) thus if var.adj = TRUE, the variance, for q >, is simly σ. The skewness is 0. The kurtosis is: 3vσ) 4 4 5

27 N. Cauchy Distribution > dsgtx, mu, sigma, lambda = 0, =, q = /, mean.cent = FALSE, + var.adj = FALSE) The Cauchy Distribution has the df: f SGT x;µ,σ,λ = 0, =,q = /) = f Cauchy x;µ,σ) = ) vσπ x µ + vσ) The h th moment i.e. E[X EX)) h ]), for q > h, is: undefined. Thus the mean, variance, skewness, and kurtosis are all undefined. If mean.cent or var.adj are TRUE, NaNs are roduced. NOTE: If var.adj = sqrt), then v =, which gives the standard arameterization of the Cauchy df: = f Cauchy x;µ,σ) = σπ x µ ) ) + σ 6

28 References [] Hansen, B. E., 994, Autoregressive Conditional Density Estimation, International Economic Review 35, [] Hansen, C., J. B. McDonald, and W. K. Newey, 00, Enstrumental Variables Estimation with Flexible Distributions, Journal of Business and Economic Statistics 8, 3-5. [3] McDonald, J. B. and W. K. Newey, 988, Partially Adative Estimation of Regression Models via the Generalized t Distribution, Econometric Theory 4, [4] Theodossiou, Panayiotis, 998, Financial Data and the Skewed Generalized T Distribution, Management Science 44,

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

SINGLE SAMPLING PLAN FOR VARIABLES UNDER MEASUREMENT ERROR FOR NON-NORMAL DISTRIBUTION

SINGLE SAMPLING PLAN FOR VARIABLES UNDER MEASUREMENT ERROR FOR NON-NORMAL DISTRIBUTION ISSN -58 (Paer) ISSN 5-5 (Online) Vol., No.9, SINGLE SAMPLING PLAN FOR VARIABLES UNDER MEASUREMENT ERROR FOR NON-NORMAL DISTRIBUTION Dr. ketki kulkarni Jayee University of Engineering and Technology Guna

More information

Statistics and Probability Letters. Variance stabilizing transformations of Poisson, binomial and negative binomial distributions

Statistics and Probability Letters. Variance stabilizing transformations of Poisson, binomial and negative binomial distributions Statistics and Probability Letters 79 (9) 6 69 Contents lists available at ScienceDirect Statistics and Probability Letters journal homeage: www.elsevier.com/locate/staro Variance stabilizing transformations

More information

ON JARQUE-BERA TESTS FOR ASSESSING MULTIVARIATE NORMALITY

ON JARQUE-BERA TESTS FOR ASSESSING MULTIVARIATE NORMALITY Journal of Statistics: Advances in Theory and Alications Volume, umber, 009, Pages 07-0 O JARQUE-BERA TESTS FOR ASSESSIG MULTIVARIATE ORMALITY KAZUYUKI KOIZUMI, AOYA OKAMOTO and TAKASHI SEO Deartment of

More information

Lecture 2. Main Topics: (Part II) Chapter 2 (2-7), Chapter 3. Bayes Theorem: Let A, B be two events, then. The probabilities P ( B), probability of B.

Lecture 2. Main Topics: (Part II) Chapter 2 (2-7), Chapter 3. Bayes Theorem: Let A, B be two events, then. The probabilities P ( B), probability of B. STT315, Section 701, Summer 006 Lecture (Part II) Main Toics: Chater (-7), Chater 3. Bayes Theorem: Let A, B be two events, then B A) = A B) B) A B) B) + A B) B) The robabilities P ( B), B) are called

More information

Package dng. November 22, 2017

Package dng. November 22, 2017 Version 0.1.1 Date 2017-11-22 Title Distributions and Gradients Type Package Author Feng Li, Jiayue Zeng Maintainer Jiayue Zeng Depends R (>= 3.0.0) Package dng November 22, 2017 Provides

More information

A NOTE ON SKEW-NORMAL DISTRIBUTION APPROXIMATION TO THE NEGATIVE BINOMAL DISTRIBUTION

A NOTE ON SKEW-NORMAL DISTRIBUTION APPROXIMATION TO THE NEGATIVE BINOMAL DISTRIBUTION A NOTE ON SKEW-NORMAL DISTRIBUTION APPROXIMATION TO THE NEGATIVE BINOMAL DISTRIBUTION JYH-JIUAN LIN 1, CHING-HUI CHANG * AND ROSEMARY JOU 1 Deartment of Statistics Tamkang University 151 Ying-Chuan Road,

More information

A Comparative Study of Various Loss Functions in the Economic Tolerance Design

A Comparative Study of Various Loss Functions in the Economic Tolerance Design A Comarative Study of Various Loss Functions in the Economic Tolerance Design Jeh-Nan Pan Deartment of Statistics National Chen-Kung University, Tainan, Taiwan 700, ROC Jianbiao Pan Deartment of Industrial

More information

Modeling and Estimating a Higher Systematic Co-Moment Asset Pricing Model in the Brazilian Stock Market. Autoria: Andre Luiz Carvalhal da Silva

Modeling and Estimating a Higher Systematic Co-Moment Asset Pricing Model in the Brazilian Stock Market. Autoria: Andre Luiz Carvalhal da Silva Modeling and Estimating a Higher Systematic Co-Moment Asset Pricing Model in the Brazilian Stock Market Autoria: Andre Luiz Carvalhal da Silva Abstract Many asset ricing models assume that only the second-order

More information

Reliability and Risk Analysis. Survival and Reliability Function

Reliability and Risk Analysis. Survival and Reliability Function Reliability and Risk Analysis Survival function We consider a non-negative random variable X which indicates the waiting time for the risk event (eg failure of the monitored equipment, etc.). The probability

More information

On Using Interval Response Data in Experimental Economics

On Using Interval Response Data in Experimental Economics 1 On Using Interval Response Data in Experimental Economics Abstract Many empirical applications in the experimental economics literature involve interval response data. Various methods have been considered

More information

Ordering a deck of cards... Lecture 3: Binomial Distribution. Example. Permutations & Combinations

Ordering a deck of cards... Lecture 3: Binomial Distribution. Example. Permutations & Combinations Ordering a dec of cards... Lecture 3: Binomial Distribution Sta 111 Colin Rundel May 16, 2014 If you have ever shuffled a dec of cards you have done something no one else has ever done before or will ever

More information

John Hull, Risk Management and Financial Institutions, 4th Edition

John Hull, Risk Management and Financial Institutions, 4th Edition P1.T2. Quantitative Analysis John Hull, Risk Management and Financial Institutions, 4th Edition Bionic Turtle FRM Video Tutorials By David Harper, CFA FRM 1 Chapter 10: Volatility (Learning objectives)

More information

Volumetric Hedging in Electricity Procurement

Volumetric Hedging in Electricity Procurement Volumetric Hedging in Electricity Procurement Yumi Oum Deartment of Industrial Engineering and Oerations Research, University of California, Berkeley, CA, 9472-777 Email: yumioum@berkeley.edu Shmuel Oren

More information

19/01/2017. Profit maximization and competitive supply

19/01/2017. Profit maximization and competitive supply Perfectly Cometitive Markets Profit Maximization Marginal Revenue, Marginal Cost, and Profit Maximization Choosing Outut in the Short Run The Cometitive Firm s Short-Run Suly Curve The Short-Run Market

More information

Quantitative Aggregate Effects of Asymmetric Information

Quantitative Aggregate Effects of Asymmetric Information Quantitative Aggregate Effects of Asymmetric Information Pablo Kurlat February 2012 In this note I roose a calibration of the model in Kurlat (forthcoming) to try to assess the otential magnitude of the

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

Technical Note: An Improved Range Chart for Normal and Long-Tailed Symmetrical Distributions

Technical Note: An Improved Range Chart for Normal and Long-Tailed Symmetrical Distributions Technical Note: An Improved Range Chart for Normal and Long-Tailed Symmetrical Distributions Pandu Tadikamalla, 1 Mihai Banciu, 1 Dana Popescu 2 1 Joseph M. Katz Graduate School of Business, University

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

Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics

Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics Amath 546/Econ 589 Univariate GARCH Models: Advanced Topics Eric Zivot April 29, 2013 Lecture Outline The Leverage Effect Asymmetric GARCH Models Forecasts from Asymmetric GARCH Models GARCH Models with

More information

Stochastic modelling of skewed data exhibiting long range dependence

Stochastic modelling of skewed data exhibiting long range dependence IUGG XXIV General Assembly 27 Perugia, Italy, 2 3 July 27 International Association of Hydrological Sciences, Session HW23 Analysis of Variability in Hydrological Data Series Stochastic modelling of skewed

More information

2/20/2013. of Manchester. The University COMP Building a yes / no classifier

2/20/2013. of Manchester. The University COMP Building a yes / no classifier COMP4 Lecture 6 Building a yes / no classifier Buildinga feature-basedclassifier Whatis a classifier? What is an information feature? Building a classifier from one feature Probability densities and the

More information

Statistical inferences and applications of the half exponential power distribution

Statistical inferences and applications of the half exponential power distribution Statistical inferences and alications of the half exonential ower distribution Wenhao Gui Deartment of Mathematics and Statistics, University of Minnesota Duluth, Duluth MN 558, USA Abstract In this aer,

More information

1 < = α σ +σ < 0. Using the parameters and h = 1/365 this is N ( ) = If we use h = 1/252, the value would be N ( ) =

1 < = α σ +σ < 0. Using the parameters and h = 1/365 this is N ( ) = If we use h = 1/252, the value would be N ( ) = Chater 6 Value at Risk Question 6.1 Since the rice of stock A in h years (S h ) is lognormal, 1 < = α σ +σ < 0 ( ) P Sh S0 P h hz σ α σ α = P Z < h = N h. σ σ (1) () Using the arameters and h = 1/365 this

More information

MgtOp S 215 Chapter 8 Dr. Ahn

MgtOp S 215 Chapter 8 Dr. Ahn MgtOp S 215 Chapter 8 Dr. Ahn An estimator of a population parameter is a rule that tells us how to use the sample values,,, to estimate the parameter, and is a statistic. An estimate is the value obtained

More information

Partially Adaptive and Robust Estimation of Asset Models: Accommodating Skewness and Kurtosis in Returns

Partially Adaptive and Robust Estimation of Asset Models: Accommodating Skewness and Kurtosis in Returns Journal of Mathematical Finance, 2017, 7, 219-237 http://www.scirp.org/journal/jmf ISSN Online: 2162-2442 ISSN Print: 2162-2434 Partially Adaptive and Robust Estimation of Asset Models: Accommodating Skewness

More information

Information and uncertainty in a queueing system

Information and uncertainty in a queueing system Information and uncertainty in a queueing system Refael Hassin December 7, 7 Abstract This aer deals with the effect of information and uncertainty on rofits in an unobservable single server queueing system.

More information

One sample z-test and t-test

One sample z-test and t-test One sample z-test and t-test January 30, 2017 psych10.stanford.edu Announcements / Action Items Install ISI package (instructions in Getting Started with R) Assessment Problem Set #3 due Tu 1/31 at 7 PM

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

Objectives. 3.3 Toward statistical inference

Objectives. 3.3 Toward statistical inference Objectives 3.3 Toward statistical inference Poulation versus samle (CIS, Chater 6) Toward statistical inference Samling variability Further reading: htt://onlinestatbook.com/2/estimation/characteristics.html

More information

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06. Chapter 11 Models of Asset Dynamics (1)

Dr. Maddah ENMG 625 Financial Eng g II 10/16/06. Chapter 11 Models of Asset Dynamics (1) Dr Maddah ENMG 65 Financial Eng g II 0/6/06 Chater Models of Asset Dynamics () Overview Stock rice evolution over time is commonly modeled with one of two rocesses: The binomial lattice and geometric Brownian

More information

Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD

Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD Hypothesis Tests: One Sample Mean Cal State Northridge Ψ320 Andrew Ainsworth PhD MAJOR POINTS Sampling distribution of the mean revisited Testing hypotheses: sigma known An example Testing hypotheses:

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam.

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay. Solutions to Final Exam. The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2011, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (32 pts) Answer briefly the following questions. 1. Suppose

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

Financial Econometrics

Financial Econometrics Financial Econometrics Volatility Gerald P. Dwyer Trinity College, Dublin January 2013 GPD (TCD) Volatility 01/13 1 / 37 Squared log returns for CRSP daily GPD (TCD) Volatility 01/13 2 / 37 Absolute value

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

***SECTION 7.1*** Discrete and Continuous Random Variables

***SECTION 7.1*** Discrete and Continuous Random Variables ***SECTION 7.*** Discrete and Continuous Random Variables Samle saces need not consist of numbers; tossing coins yields H s and T s. However, in statistics we are most often interested in numerical outcomes

More information

Monetary policy is a controversial

Monetary policy is a controversial Inflation Persistence: How Much Can We Exlain? PAU RABANAL AND JUAN F. RUBIO-RAMÍREZ Rabanal is an economist in the monetary and financial systems deartment at the International Monetary Fund in Washington,

More information

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam

The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay. Solutions to Final Exam The University of Chicago, Booth School of Business Business 41202, Spring Quarter 2009, Mr. Ruey S. Tsay Solutions to Final Exam Problem A: (42 pts) Answer briefly the following questions. 1. Questions

More information

Random Variables Handout. Xavier Vilà

Random Variables Handout. Xavier Vilà Random Variables Handout Xavier Vilà Course 2004-2005 1 Discrete Random Variables. 1.1 Introduction 1.1.1 Definition of Random Variable A random variable X is a function that maps each possible outcome

More information

Continuous Probability Distributions & Normal Distribution

Continuous Probability Distributions & Normal Distribution Mathematical Methods Units 3/4 Student Learning Plan Continuous Probability Distributions & Normal Distribution 7 lessons Notes: Students need practice in recognising whether a problem involves a discrete

More information

MATH 3200 Exam 3 Dr. Syring

MATH 3200 Exam 3 Dr. Syring . Suppose n eligible voters are polled (randomly sampled) from a population of size N. The poll asks voters whether they support or do not support increasing local taxes to fund public parks. Let M be

More information

Non-Inferiority Tests for the Ratio of Two Correlated Proportions

Non-Inferiority Tests for the Ratio of Two Correlated Proportions Chater 161 Non-Inferiority Tests for the Ratio of Two Correlated Proortions Introduction This module comutes ower and samle size for non-inferiority tests of the ratio in which two dichotomous resonses

More information

Capital Budgeting: The Valuation of Unusual, Irregular, or Extraordinary Cash Flows

Capital Budgeting: The Valuation of Unusual, Irregular, or Extraordinary Cash Flows Caital Budgeting: The Valuation of Unusual, Irregular, or Extraordinary Cash Flows ichael C. Ehrhardt Philli R. Daves Finance Deartment, SC 424 University of Tennessee Knoxville, TN 37996-0540 423-974-1717

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

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

Random variables. Contents

Random variables. Contents Random variables Contents 1 Random Variable 2 1.1 Discrete Random Variable............................ 3 1.2 Continuous Random Variable........................... 5 1.3 Measures of Location...............................

More information

Financial Times Series. Lecture 6

Financial Times Series. Lecture 6 Financial Times Series Lecture 6 Extensions of the GARCH There are numerous extensions of the GARCH Among the more well known are EGARCH (Nelson 1991) and GJR (Glosten et al 1993) Both models allow for

More information

Package ald. February 1, 2018

Package ald. February 1, 2018 Type Package Title The Asymmetric Laplace Distribution Version 1.2 Date 2018-01-31 Package ald February 1, 2018 Author Christian E. Galarza and Victor H. Lachos

More information

Fat tails and 4th Moments: Practical Problems of Variance Estimation

Fat tails and 4th Moments: Practical Problems of Variance Estimation Fat tails and 4th Moments: Practical Problems of Variance Estimation Blake LeBaron International Business School Brandeis University www.brandeis.edu/~blebaron QWAFAFEW May 2006 Asset Returns and Fat Tails

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

Data Distributions and Normality

Data Distributions and Normality Data Distributions and Normality Definition (Non)Parametric Parametric statistics assume that data come from a normal distribution, and make inferences about parameters of that distribution. These statistical

More information

Confidence Intervals for a Proportion Using Inverse Sampling when the Data is Subject to False-positive Misclassification

Confidence Intervals for a Proportion Using Inverse Sampling when the Data is Subject to False-positive Misclassification Journal of Data Science 13(015), 63-636 Confidence Intervals for a Proortion Using Inverse Samling when the Data is Subject to False-ositive Misclassification Kent Riggs 1 1 Deartment of Mathematics and

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

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

Lecture 6: Non Normal Distributions

Lecture 6: Non Normal Distributions Lecture 6: Non Normal Distributions and their Uses in GARCH Modelling Prof. Massimo Guidolin 20192 Financial Econometrics Spring 2015 Overview Non-normalities in (standardized) residuals from asset return

More information

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model

Analyzing Oil Futures with a Dynamic Nelson-Siegel Model Analyzing Oil Futures with a Dynamic Nelson-Siegel Model NIELS STRANGE HANSEN & ASGER LUNDE DEPARTMENT OF ECONOMICS AND BUSINESS, BUSINESS AND SOCIAL SCIENCES, AARHUS UNIVERSITY AND CENTER FOR RESEARCH

More information

Objectives. 5.2, 8.1 Inference for a single proportion. Categorical data from a simple random sample. Binomial distribution

Objectives. 5.2, 8.1 Inference for a single proportion. Categorical data from a simple random sample. Binomial distribution Objectives 5.2, 8.1 Inference for a single roortion Categorical data from a simle random samle Binomial distribution Samling distribution of the samle roortion Significance test for a single roortion Large-samle

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

: now we have a family of utility functions for wealth increments z indexed by initial wealth w.

: now we have a family of utility functions for wealth increments z indexed by initial wealth w. Lotteries with Money Payoffs, continued Fix u, let w denote wealth, and set u ( z) u( z w) : now we have a family of utility functions for wealth increments z indexed by initial wealth w. (a) Recall from

More information

Chapter 6 Continuous Probability Distributions. Learning objectives

Chapter 6 Continuous Probability Distributions. Learning objectives Chapter 6 Continuous s Slide 1 Learning objectives 1. Understand continuous probability distributions 2. Understand Uniform distribution 3. Understand Normal distribution 3.1. Understand Standard normal

More information

Quality Regulation without Regulating Quality

Quality Regulation without Regulating Quality 1 Quality Regulation without Regulating Quality Claudia Kriehn, ifo Institute for Economic Research, Germany March 2004 Abstract Against the background that a combination of rice-ca and minimum uality

More information

Risk Management Performance of Alternative Distribution Functions

Risk Management Performance of Alternative Distribution Functions Risk Management Performance of Alternative Distribution Functions January 2002 Turan G. Bali Assistant Professor of Finance Department of Economics & Finance Baruch College, Zicklin School of Business

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

TOPIC: PROBABILITY DISTRIBUTIONS

TOPIC: PROBABILITY DISTRIBUTIONS TOPIC: PROBABILITY DISTRIBUTIONS There are two types of random variables: A Discrete random variable can take on only specified, distinct values. A Continuous random variable can take on any value within

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

Utility and the Skewness of Return in Gambling

Utility and the Skewness of Return in Gambling The Geneva Paers on Risk and Insurance Theory, 9: 145 163, 004 c 004 The Geneva Association Utility and the Skewness of Return in Gambling MICHAEL CAIN School of Business, University of Wales, Hen Goleg,

More information

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015

Statistical Analysis of Data from the Stock Markets. UiO-STK4510 Autumn 2015 Statistical Analysis of Data from the Stock Markets UiO-STK4510 Autumn 2015 Sampling Conventions We observe the price process S of some stock (or stock index) at times ft i g i=0,...,n, we denote it by

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

Computing and Graphing Probability Values of Pearson Distributions: A SAS/IML Macro

Computing and Graphing Probability Values of Pearson Distributions: A SAS/IML Macro Computing and Graphing Probability Values of Pearson Distributions: A SAS/IML Macro arxiv:1704.02706v1 [stat.co] 10 Apr 2017 Wei Pan Duke University Xinming An SAS Institute Inc. Qing Yang Duke University

More information

Simulation Wrap-up, Statistics COS 323

Simulation Wrap-up, Statistics COS 323 Simulation Wrap-up, Statistics COS 323 Today Simulation Re-cap Statistics Variance and confidence intervals for simulations Simulation wrap-up FYI: No class or office hours Thursday Simulation wrap-up

More information

Individual Comparative Advantage and Human Capital Investment under Uncertainty

Individual Comparative Advantage and Human Capital Investment under Uncertainty Individual Comarative Advantage and Human Caital Investment under Uncertainty Toshihiro Ichida Waseda University July 3, 0 Abstract Secialization and the division of labor are the sources of high roductivity

More information

Personal Finance and Life Insurance under Separation of Risk Aversion and Elasticity of Substitution

Personal Finance and Life Insurance under Separation of Risk Aversion and Elasticity of Substitution Personal Finance and Life Insurance under Separation of Risk Aversion and Elasticity of Substitution Ninna Reitzel Jensen PhD student University of Copenhagen ninna@math.ku.dk Joint work with Mogens Steffensen

More information

FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS

FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS Available Online at ESci Journals Journal of Business and Finance ISSN: 305-185 (Online), 308-7714 (Print) http://www.escijournals.net/jbf FINITE SAMPLE DISTRIBUTIONS OF RISK-RETURN RATIOS Reza Habibi*

More information

Supplemental Material: Buyer-Optimal Learning and Monopoly Pricing

Supplemental Material: Buyer-Optimal Learning and Monopoly Pricing Sulemental Material: Buyer-Otimal Learning and Monooly Pricing Anne-Katrin Roesler and Balázs Szentes February 3, 207 The goal of this note is to characterize buyer-otimal outcomes with minimal learning

More information

508-B (Statistics Camp, Wash U, Summer 2016) Asymptotics. Author: Andrés Hincapié and Linyi Cao. This Version: August 9, 2016

508-B (Statistics Camp, Wash U, Summer 2016) Asymptotics. Author: Andrés Hincapié and Linyi Cao. This Version: August 9, 2016 Asymtotics Author: Anrés Hincaié an Linyi Cao This Version: August 9, 2016 Asymtotics 3 In arametric moels, we usually assume that the oulation follows some istribution F (x θ) with unknown θ. Knowing

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

Low Risk Anomalies? Discussion

Low Risk Anomalies? Discussion Low Risk Anomalies? by Schneider, Wagners, and Zechner Discussion Pietro Veronesi The University of Chicago Booth School of Business Main Contribution and Outline of Discussion Main contribution of the

More information

A random variable X is a function that assigns (real) numbers to the elements of the sample space S of a random experiment.

A random variable X is a function that assigns (real) numbers to the elements of the sample space S of a random experiment. RANDOM VARIABLES and PROBABILITY DISTRIBUTIONS A random variable X is a function that assigns (real) numbers to the elements of the samle sace S of a random exeriment. The value sace V of a random variable

More information

LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY

LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY LESSON 7 INTERVAL ESTIMATION SAMIE L.S. LY 1 THIS WEEK S PLAN Part I: Theory + Practice ( Interval Estimation ) Part II: Theory + Practice ( Interval Estimation ) z-based Confidence Intervals for a Population

More information

Chapter Seven: Confidence Intervals and Sample Size

Chapter Seven: Confidence Intervals and Sample Size Chapter Seven: Confidence Intervals and Sample Size A point estimate is: The best point estimate of the population mean µ is the sample mean X. Three Properties of a Good Estimator 1. Unbiased 2. Consistent

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

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006.

12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. 12. Conditional heteroscedastic models (ARCH) MA6622, Ernesto Mordecki, CityU, HK, 2006. References for this Lecture: Robert F. Engle. Autoregressive Conditional Heteroscedasticity with Estimates of Variance

More information

Probability Weighted Moments. Andrew Smith

Probability Weighted Moments. Andrew Smith Probability Weighted Moments Andrew Smith andrewdsmith8@deloitte.co.uk 28 November 2014 Introduction If I asked you to summarise a data set, or fit a distribution You d probably calculate the mean and

More information

We connect the mix-flexibility and dual-sourcing literatures by studying unreliable supply chains that produce

We connect the mix-flexibility and dual-sourcing literatures by studying unreliable supply chains that produce MANUFACTURING & SERVICE OPERATIONS MANAGEMENT Vol. 7, No. 1, Winter 25,. 37 57 issn 1523-4614 eissn 1526-5498 5 71 37 informs doi 1.1287/msom.14.63 25 INFORMS On the Value of Mix Flexibility and Dual Sourcing

More information

Chapter 2. Random variables. 2.3 Expectation

Chapter 2. Random variables. 2.3 Expectation Random processes - Chapter 2. Random variables 1 Random processes Chapter 2. Random variables 2.3 Expectation 2.3 Expectation Random processes - Chapter 2. Random variables 2 Among the parameters representing

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

Asian Economic and Financial Review A MODEL FOR ESTIMATING THE DISTRIBUTION OF FUTURE POPULATION. Ben David Nissim.

Asian Economic and Financial Review A MODEL FOR ESTIMATING THE DISTRIBUTION OF FUTURE POPULATION. Ben David Nissim. Asian Economic and Financial Review journal homeage: htt://www.aessweb.com/journals/5 A MODEL FOR ESTIMATING THE DISTRIBUTION OF FUTURE POPULATION Ben David Nissim Deartment of Economics and Management,

More information

Option Pricing with Jumps

Option Pricing with Jumps Otion Pricing with Jums Artur Se, arturse@hotmail.com Igor Skachkov, iskachkov@yahoo.com Abstract This aer discusses Euroean otion ricing under various discontinuous conditions: otion and underlying rices

More information

Terms & Characteristics

Terms & Characteristics NORMAL CURVE Knowledge that a variable is distributed normally can be helpful in drawing inferences as to how frequently certain observations are likely to occur. NORMAL CURVE A Normal distribution: Distribution

More information

Midterm Exam: Tuesday 28 March in class Sample exam problems ( Homework 5 ) available tomorrow at the latest

Midterm Exam: Tuesday 28 March in class Sample exam problems ( Homework 5 ) available tomorrow at the latest Plan Martingales 1. Basic Definitions 2. Examles 3. Overview of Results Reading: G&S Section 12.1-12.4 Next Time: More Martingales Midterm Exam: Tuesday 28 March in class Samle exam roblems ( Homework

More information

Determining source cumulants in femtoscopy with Gram-Charlier and Edgeworth series

Determining source cumulants in femtoscopy with Gram-Charlier and Edgeworth series Determining source cumulants in femtoscopy with Gram-Charlier and Edgeworth series M.B. de Kock a H.C. Eggers a J. Schmiegel b a University of Stellenbosch, South Africa b Aarhus University, Denmark VI

More information

Applications of Good s Generalized Diversity Index. A. J. Baczkowski Department of Statistics, University of Leeds Leeds LS2 9JT, UK

Applications of Good s Generalized Diversity Index. A. J. Baczkowski Department of Statistics, University of Leeds Leeds LS2 9JT, UK Applications of Good s Generalized Diversity Index A. J. Baczkowski Department of Statistics, University of Leeds Leeds LS2 9JT, UK Internal Report STAT 98/11 September 1998 Applications of Good s Generalized

More information

Homework Problems Stat 479

Homework Problems Stat 479 Chapter 2 1. Model 1 is a uniform distribution from 0 to 100. Determine the table entries for a generalized uniform distribution covering the range from a to b where a < b. 2. Let X be a discrete random

More information

Lecture #29: The Greeks

Lecture #29: The Greeks Statistics 441 (Fall 014) November 14, 014 Prof. Michael Kozdron Lecture #9: he Greeks Recall that if V (0,S 0 )denotesthefairrice(attime0)ofaeuroeancallotionwithstrike rice E and exiry date, then the

More information

Background. opportunities. the transformation. probability. at the lower. data come

Background. opportunities. the transformation. probability. at the lower. data come The T Chart in Minitab Statisti cal Software Background The T chart is a control chart used to monitor the amount of time between adverse events, where time is measured on a continuous scale. The T chart

More information

Lecture 8. The Binomial Distribution. Binomial Distribution. Binomial Distribution. Probability Distributions: Normal and Binomial

Lecture 8. The Binomial Distribution. Binomial Distribution. Binomial Distribution. Probability Distributions: Normal and Binomial Lecture 8 The Binomial Distribution Probability Distributions: Normal and Binomial 1 2 Binomial Distribution >A binomial experiment possesses the following properties. The experiment consists of a fixed

More information

The graph of a normal curve is symmetric with respect to the line x = µ, and has points of

The graph of a normal curve is symmetric with respect to the line x = µ, and has points of Stat 400, section 4.3 Normal Random Variables notes prepared by Tim Pilachowski Another often-useful probability density function is the normal density function, which graphs as the familiar bell-shaped

More information

A New Multivariate Kurtosis and Its Asymptotic Distribution

A New Multivariate Kurtosis and Its Asymptotic Distribution A ew Multivariate Kurtosis and Its Asymptotic Distribution Chiaki Miyagawa 1 and Takashi Seo 1 Department of Mathematical Information Science, Graduate School of Science, Tokyo University of Science, Tokyo,

More information

Estimating the Parameters of Closed Skew-Normal Distribution Under LINEX Loss Function

Estimating the Parameters of Closed Skew-Normal Distribution Under LINEX Loss Function Australian Journal of Basic Applied Sciences, 5(7): 92-98, 2011 ISSN 1991-8178 Estimating the Parameters of Closed Skew-Normal Distribution Under LINEX Loss Function 1 N. Abbasi, 1 N. Saffari, 2 M. Salehi

More information