L-Moments for Automatic Threshold Selection in Extreme Value Analysis
Total Page:16
File Type:pdf, Size:1020Kb
Load more
Recommended publications
-
An Overview of the Extremal Index Nicholas Moloney, Davide Faranda, Yuzuru Sato
An overview of the extremal index Nicholas Moloney, Davide Faranda, Yuzuru Sato To cite this version: Nicholas Moloney, Davide Faranda, Yuzuru Sato. An overview of the extremal index. Chaos: An Interdisciplinary Journal of Nonlinear Science, American Institute of Physics, 2019, 29 (2), pp.022101. 10.1063/1.5079656. hal-02334271 HAL Id: hal-02334271 https://hal.archives-ouvertes.fr/hal-02334271 Submitted on 28 Oct 2019 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. An overview of the extremal index Nicholas R. Moloney,1, a) Davide Faranda,2, b) and Yuzuru Sato3, c) 1)Department of Mathematics and Statistics, University of Reading, Reading RG6 6AX, UKd) 2)Laboratoire de Sciences du Climat et de l’Environnement, UMR 8212 CEA-CNRS-UVSQ,IPSL, Universite Paris-Saclay, 91191 Gif-sur-Yvette, France 3)RIES/Department of Mathematics, Hokkaido University, Kita 20 Nishi 10, Kita-ku, Sapporo 001-0020, Japan (Dated: 5 January 2019) For a wide class of stationary time series, extreme value theory provides limiting distributions for rare events. The theory describes not only the size of extremes, but also how often they occur. In practice, it is often observed that extremes cluster in time. -
18.440: Lecture 9 Expectations of Discrete Random Variables
18.440: Lecture 9 Expectations of discrete random variables Scott Sheffield MIT 18.440 Lecture 9 1 Outline Defining expectation Functions of random variables Motivation 18.440 Lecture 9 2 Outline Defining expectation Functions of random variables Motivation 18.440 Lecture 9 3 Expectation of a discrete random variable I Recall: a random variable X is a function from the state space to the real numbers. I Can interpret X as a quantity whose value depends on the outcome of an experiment. I Say X is a discrete random variable if (with probability one) it takes one of a countable set of values. I For each a in this countable set, write p(a) := PfX = ag. Call p the probability mass function. I The expectation of X , written E [X ], is defined by X E [X ] = xp(x): x:p(x)>0 I Represents weighted average of possible values X can take, each value being weighted by its probability. 18.440 Lecture 9 4 Simple examples I Suppose that a random variable X satisfies PfX = 1g = :5, PfX = 2g = :25 and PfX = 3g = :25. I What is E [X ]? I Answer: :5 × 1 + :25 × 2 + :25 × 3 = 1:75. I Suppose PfX = 1g = p and PfX = 0g = 1 − p. Then what is E [X ]? I Answer: p. I Roll a standard six-sided die. What is the expectation of number that comes up? 1 1 1 1 1 1 21 I Answer: 6 1 + 6 2 + 6 3 + 6 4 + 6 5 + 6 6 = 6 = 3:5. 18.440 Lecture 9 5 Expectation when state space is countable II If the state space S is countable, we can give SUM OVER STATE SPACE definition of expectation: X E [X ] = PfsgX (s): s2S II Compare this to the SUM OVER POSSIBLE X VALUES definition we gave earlier: X E [X ] = xp(x): x:p(x)>0 II Example: toss two coins. -
On the Scale Parameter of Exponential Distribution
Review of the Air Force Academy No.2 (34)/2017 ON THE SCALE PARAMETER OF EXPONENTIAL DISTRIBUTION Anca Ileana LUPAŞ Military Technical Academy, Bucharest, Romania ([email protected]) DOI: 10.19062/1842-9238.2017.15.2.16 Abstract: Exponential distribution is one of the widely used continuous distributions in various fields for statistical applications. In this paper we study the exact and asymptotical distribution of the scale parameter for this distribution. We will also define the confidence intervals for the studied parameter as well as the fixed length confidence intervals. 1. INTRODUCTION Exponential distribution is used in various statistical applications. Therefore, we often encounter exponential distribution in applications such as: life tables, reliability studies, extreme values analysis and others. In the following paper, we focus our attention on the exact and asymptotical repartition of the exponential distribution scale parameter estimator. 2. SCALE PARAMETER ESTIMATOR OF THE EXPONENTIAL DISTRIBUTION We will consider the random variable X with the following cumulative distribution function: x F(x ; ) 1 e ( x 0 , 0) (1) where is an unknown scale parameter Using the relationships between MXXX( ) ; 22( ) ; ( ) , we obtain ()X a theoretical variation coefficient 1. This is a useful indicator, especially if MX() you have observational data which seems to be exponential and with variation coefficient of the selection closed to 1. If we consider x12, x ,... xn as a part of a population that follows an exponential distribution, then by using the maximum likelihood estimation method we obtain the following estimate n ˆ 1 xi (2) n i1 119 On the Scale Parameter of Exponential Distribution Since M ˆ , it follows that ˆ is an unbiased estimator for . -
Randomized Algorithms
Chapter 9 Randomized Algorithms randomized The theme of this chapter is madendrizo algorithms. These are algorithms that make use of randomness in their computation. You might know of quicksort, which is efficient on average when it uses a random pivot, but can be bad for any pivot that is selected without randomness. Analyzing randomized algorithms can be difficult, so you might wonder why randomiza- tion in algorithms is so important and worth the extra effort. Well it turns out that for certain problems randomized algorithms are simpler or faster than algorithms that do not use random- ness. The problem of primality testing (PT), which is to determine if an integer is prime, is a good example. In the late 70s Miller and Rabin developed a famous and simple random- ized algorithm for the problem that only requires polynomial work. For over 20 years it was not known whether the problem could be solved in polynomial work without randomization. Eventually a polynomial time algorithm was developed, but it is much more complicated and computationally more costly than the randomized version. Hence in practice everyone still uses the randomized version. There are many other problems in which a randomized solution is simpler or cheaper than the best non-randomized solution. In this chapter, after covering the prerequisite background, we will consider some such problems. The first we will consider is the following simple prob- lem: Question: How many comparisons do we need to find the top two largest numbers in a sequence of n distinct numbers? Without the help of randomization, there is a trivial algorithm for finding the top two largest numbers in a sequence that requires about 2n − 3 comparisons. -
Using Extreme Value Theory to Test for Outliers Résumé Abstract
Using Extreme Value Theory to test for Outliers Nathaniel GBENRO(*)(**) (*)Ecole Nationale Supérieure de Statistique et d’Economie Appliquée (**) Université de Cergy Pontoise [email protected] Mots-clés. Extreme Value Theory, Outliers, Hypothesis Tests, etc Résumé Dans cet article, il est proposé une procédure d’identification des outliers basée sur la théorie des valeurs extrêmes (EVT). Basé sur un papier de Olmo(2009), cet article généralise d’une part l’algorithme proposé puis d’autre part teste empiriquement le comportement de la procédure sur des données simulées. Deux applications du test sont conduites. La première application compare la nouvelle procédure de test et le test de Grubbs sur des données générées à partir d’une distribution normale. La seconde application utilisent divers autres distributions (autre que normales) pour analyser le comportement de l’erreur de première espèce en absence d’outliers. Les résultats de ces deux applications suggèrent que la nouvelle procédure de test a une meilleure performance que celle de Grubbs. En effet, la première application conclut au fait lorsque les données sont générées d’une distribution normale, les deux tests ont une erreur de première espèces quasi identique tandis que la nouvelle procédure a une puissance plus élevée. La seconde application, quant à elle, indique qu’en absence d’outlier dans un échantillon de données issue d’une distribution autre que normale, le test de Grubbs identifie quasi-systématiquement la valeur maximale comme un outlier ; La nouvelle procédure de test permettant de corriger cet fait. Abstract This paper analyses the identification of aberrant values using a new approach based on the extreme value theory (EVT). -
A Study of Non-Central Skew T Distributions and Their Applications in Data Analysis and Change Point Detection
A STUDY OF NON-CENTRAL SKEW T DISTRIBUTIONS AND THEIR APPLICATIONS IN DATA ANALYSIS AND CHANGE POINT DETECTION Abeer M. Hasan A Dissertation Submitted to the Graduate College of Bowling Green State University in partial fulfillment of the requirements for the degree of DOCTOR OF PHILOSOPHY August 2013 Committee: Arjun K. Gupta, Co-advisor Wei Ning, Advisor Mark Earley, Graduate Faculty Representative Junfeng Shang. Copyright c August 2013 Abeer M. Hasan All rights reserved iii ABSTRACT Arjun K. Gupta, Co-advisor Wei Ning, Advisor Over the past three decades there has been a growing interest in searching for distribution families that are suitable to analyze skewed data with excess kurtosis. The search started by numerous papers on the skew normal distribution. Multivariate t distributions started to catch attention shortly after the development of the multivariate skew normal distribution. Many researchers proposed alternative methods to generalize the univariate t distribution to the multivariate case. Recently, skew t distribution started to become popular in research. Skew t distributions provide more flexibility and better ability to accommodate long-tailed data than skew normal distributions. In this dissertation, a new non-central skew t distribution is studied and its theoretical properties are explored. Applications of the proposed non-central skew t distribution in data analysis and model comparisons are studied. An extension of our distribution to the multivariate case is presented and properties of the multivariate non-central skew t distri- bution are discussed. We also discuss the distribution of quadratic forms of the non-central skew t distribution. In the last chapter, the change point problem of the non-central skew t distribution is discussed under different settings. -
Extreme Value Theory Page 1
SP9-20: Extreme value theory Page 1 Extreme value theory Syllabus objectives 4.5 Explain the importance of the tails of distributions, tail correlations and low frequency / high severity events. 4.6 Demonstrate how extreme value theory can be used to help model risks that have a low probability. The Actuarial Education Company © IFE: 2019 Examinations Page 2 SP9-20: Extreme value theory 0 Introduction In this module we look more closely at the tails of distributions. In Section 2, we introduce the concept of extreme value theory and discuss its importance in helping to manage risk. The importance of tail distributions and correlations has already been mentioned in Module 15. In this module, the idea is extended to consider the modelling of risks with low frequency but high severity, including the use of extreme value theory. Note the following advice in the Core Reading: Beyond the Core Reading, students should be able to recommend a specific approach and choice of model for the tails based on a mixture of quantitative analysis and graphical diagnostics. They should also be able to describe how the main theoretical results can be used in practice. © IFE: 2019 Examinations The Actuarial Education Company SP9-20: Extreme value theory Page 3 Module 20 – Task list Task Completed Read Section 1 of this module and answer the self-assessment 1 questions. Read: 2 Sweeting, Chapter 12, pages 286 – 293 Read the remaining sections of this module and answer the self- 3 assessment questions. This includes relevant Core Reading for this module. 4 Attempt the practice questions at the end of this module. -
Going Beyond the Hill: an Introduction to Multivariate Extreme Value Theory
Motivation Basics MRV Max-stable MEV PAM MOM BHM Spectral Going beyond the Hill: An introduction to Multivariate Extreme Value Theory Philippe Naveau [email protected] Laboratoire des Sciences du Climat et l’Environnement (LSCE) Gif-sur-Yvette, France Books: Coles (1987), Embrechts et al. (1997), Resnick (2006) FP7-ACQWA, GIS-PEPER, MIRACLE & ANR-McSim, MOPERA 22 juillet 2014 Motivation Basics MRV Max-stable MEV PAM MOM BHM Spectral Statistics and Earth sciences “There is, today, always a risk that specialists in two subjects, using languages QUIZ full of words that are unintelligible without study, (A) Gilbert Walker will grow up not only, without (B) Ed Lorenz knowledge of each other’s (C) Rol Madden work, but also will ignore the (D) Francis Zwiers problems which require mutual assistance”. Motivation Basics MRV Max-stable MEV PAM MOM BHM Spectral EVT = Going beyond the data range What is the probability of observingHauteurs data de abovecrête (Lille, an high1895-2002) threshold ? 100 80 60 Precipitationen mars 40 20 0 1900 1920 1940 1960 1980 2000 Années March precipitation amounts recorded at Lille (France) from 1895 to 2002. The 17 black dots corresponds to the number of exceedances above the threshold un = 75 mm. This number can be conceptually viewed as a random sum of Bernoulli (binary) events. Motivation Basics MRV Max-stable MEV PAM MOM BHM Spectral An example in three dimensions Air pollutants (Leeds, UK, winter 94-98, daily max) NO vs. PM10 (left), SO2 vs. PM10 (center), and SO2 vs. NO (right) (Heffernan& Tawn 2004, Boldi -
Probability Cheatsheet V2.0 Thinking Conditionally Law of Total Probability (LOTP)
Probability Cheatsheet v2.0 Thinking Conditionally Law of Total Probability (LOTP) Let B1;B2;B3; :::Bn be a partition of the sample space (i.e., they are Compiled by William Chen (http://wzchen.com) and Joe Blitzstein, Independence disjoint and their union is the entire sample space). with contributions from Sebastian Chiu, Yuan Jiang, Yuqi Hou, and Independent Events A and B are independent if knowing whether P (A) = P (AjB )P (B ) + P (AjB )P (B ) + ··· + P (AjB )P (B ) Jessy Hwang. Material based on Joe Blitzstein's (@stat110) lectures 1 1 2 2 n n A occurred gives no information about whether B occurred. More (http://stat110.net) and Blitzstein/Hwang's Introduction to P (A) = P (A \ B1) + P (A \ B2) + ··· + P (A \ Bn) formally, A and B (which have nonzero probability) are independent if Probability textbook (http://bit.ly/introprobability). Licensed and only if one of the following equivalent statements holds: For LOTP with extra conditioning, just add in another event C! under CC BY-NC-SA 4.0. Please share comments, suggestions, and errors at http://github.com/wzchen/probability_cheatsheet. P (A \ B) = P (A)P (B) P (AjC) = P (AjB1;C)P (B1jC) + ··· + P (AjBn;C)P (BnjC) P (AjB) = P (A) P (AjC) = P (A \ B1jC) + P (A \ B2jC) + ··· + P (A \ BnjC) P (BjA) = P (B) Last Updated September 4, 2015 Special case of LOTP with B and Bc as partition: Conditional Independence A and B are conditionally independent P (A) = P (AjB)P (B) + P (AjBc)P (Bc) given C if P (A \ BjC) = P (AjC)P (BjC). -
On the Meaning and Use of Kurtosis
Psychological Methods Copyright 1997 by the American Psychological Association, Inc. 1997, Vol. 2, No. 3,292-307 1082-989X/97/$3.00 On the Meaning and Use of Kurtosis Lawrence T. DeCarlo Fordham University For symmetric unimodal distributions, positive kurtosis indicates heavy tails and peakedness relative to the normal distribution, whereas negative kurtosis indicates light tails and flatness. Many textbooks, however, describe or illustrate kurtosis incompletely or incorrectly. In this article, kurtosis is illustrated with well-known distributions, and aspects of its interpretation and misinterpretation are discussed. The role of kurtosis in testing univariate and multivariate normality; as a measure of departures from normality; in issues of robustness, outliers, and bimodality; in generalized tests and estimators, as well as limitations of and alternatives to the kurtosis measure [32, are discussed. It is typically noted in introductory statistics standard deviation. The normal distribution has a kur- courses that distributions can be characterized in tosis of 3, and 132 - 3 is often used so that the refer- terms of central tendency, variability, and shape. With ence normal distribution has a kurtosis of zero (132 - respect to shape, virtually every textbook defines and 3 is sometimes denoted as Y2)- A sample counterpart illustrates skewness. On the other hand, another as- to 132 can be obtained by replacing the population pect of shape, which is kurtosis, is either not discussed moments with the sample moments, which gives or, worse yet, is often described or illustrated incor- rectly. Kurtosis is also frequently not reported in re- ~(X i -- S)4/n search articles, in spite of the fact that virtually every b2 (•(X i - ~')2/n)2' statistical package provides a measure of kurtosis. -
Joint Probability Distributions
ST 380 Probability and Statistics for the Physical Sciences Joint Probability Distributions In many experiments, two or more random variables have values that are determined by the outcome of the experiment. For example, the binomial experiment is a sequence of trials, each of which results in success or failure. If ( 1 if the i th trial is a success Xi = 0 otherwise; then X1; X2;:::; Xn are all random variables defined on the whole experiment. 1 / 15 Joint Probability Distributions Introduction ST 380 Probability and Statistics for the Physical Sciences To calculate probabilities involving two random variables X and Y such as P(X > 0 and Y ≤ 0); we need the joint distribution of X and Y . The way we represent the joint distribution depends on whether the random variables are discrete or continuous. 2 / 15 Joint Probability Distributions Introduction ST 380 Probability and Statistics for the Physical Sciences Two Discrete Random Variables If X and Y are discrete, with ranges RX and RY , respectively, the joint probability mass function is p(x; y) = P(X = x and Y = y); x 2 RX ; y 2 RY : Then a probability like P(X > 0 and Y ≤ 0) is just X X p(x; y): x2RX :x>0 y2RY :y≤0 3 / 15 Joint Probability Distributions Two Discrete Random Variables ST 380 Probability and Statistics for the Physical Sciences Marginal Distribution To find the probability of an event defined only by X , we need the marginal pmf of X : X pX (x) = P(X = x) = p(x; y); x 2 RX : y2RY Similarly the marginal pmf of Y is X pY (y) = P(Y = y) = p(x; y); y 2 RY : x2RX 4 / 15 Joint -
A Multivariate Student's T-Distribution
Open Journal of Statistics, 2016, 6, 443-450 Published Online June 2016 in SciRes. http://www.scirp.org/journal/ojs http://dx.doi.org/10.4236/ojs.2016.63040 A Multivariate Student’s t-Distribution Daniel T. Cassidy Department of Engineering Physics, McMaster University, Hamilton, ON, Canada Received 29 March 2016; accepted 14 June 2016; published 17 June 2016 Copyright © 2016 by author and Scientific Research Publishing Inc. This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/ Abstract A multivariate Student’s t-distribution is derived by analogy to the derivation of a multivariate normal (Gaussian) probability density function. This multivariate Student’s t-distribution can have different shape parameters νi for the marginal probability density functions of the multi- variate distribution. Expressions for the probability density function, for the variances, and for the covariances of the multivariate t-distribution with arbitrary shape parameters for the marginals are given. Keywords Multivariate Student’s t, Variance, Covariance, Arbitrary Shape Parameters 1. Introduction An expression for a multivariate Student’s t-distribution is presented. This expression, which is different in form than the form that is commonly used, allows the shape parameter ν for each marginal probability density function (pdf) of the multivariate pdf to be different. The form that is typically used is [1] −+ν Γ+((ν n) 2) T ( n) 2 +Σ−1 n 2 (1.[xx] [ ]) (1) ΓΣ(νν2)(π ) This “typical” form attempts to generalize the univariate Student’s t-distribution and is valid when the n marginal distributions have the same shape parameter ν .