Questions tagged [extreme-value]

Extreme values are the largest or the smallest observations in a sample; e.g., the sample minimum (the first order statistic) and the sample maximum (the n-th order statistic). Associated with extreme values are asymptotic *extreme value distributions.*

Extreme values are the largest or the smallest observations in the sample, e.g., sample minimum (the first order statistics), sample maximum (the n-th order statistic), the second smallest/largest values (the 2nd and the (n-1)st order statistic, respectively), etc. Extreme values are often associated with outliers or catastrophic events, and have application in modeling floods in climatology, value-at-risk in finance, etc.

With a simple negation, the problems concerning the minima and the smallest values can be converted into problems concerning the maxima and the largest values. Hence, the extreme value theory results are typically formulated in terms of the right tail and maxima.

The central result in the extreme value theory concerns the asymptotic distribution of the maximum (the Fisher–Tippett–Gnedenko theorem). In large samples, an appropriately scaled sample maximum follows one of three possible distributional families: Gumbel, Frechet or Weibull distributions. The common functional form for the three is sometimes referred to as the generalized extreme value distribution. Another theorem in extreme value theory is the Pickands-Balkema-de Haan theorem. It concerns the asymptotic distribution of values above a certain threshold. These peak over threshold values can be well approximated by the generalized pareto distribution. Other results of extreme value distribution theory concern the spacings; i.e., the distance from the largest to the second largest value, the second largest to the third largest value, etc.

Related tags: maximum, minimum

541 questions
70
votes
3 answers

How is the minimum of a set of IID random variables distributed?

If $X_1, ..., X_n$ are independent identically-distributed random variables, what can be said about the distribution of $\min(X_1, ..., X_n)$ in general?
Simon Nickerson
  • 811
  • 1
  • 8
  • 9
67
votes
9 answers

Taleb and the Black Swan

Taleb's book "The Black Swan" was a New York Times best seller when it came out several years ago. The book is now in its second edition. After meeting with statisticians at a JSM (an annual statistical conference), Taleb toned down his criticism…
Michael R. Chernick
  • 39,640
  • 28
  • 74
  • 143
65
votes
4 answers

How do you calculate the probability density function of the maximum of a sample of IID uniform random variables?

Given the random variable $$Y = \max(X_1, X_2, \ldots, X_n)$$ where $X_i$ are IID uniform variables, how do I calculate the PDF of $Y$?
Mascarpone
  • 793
  • 1
  • 6
  • 7
27
votes
3 answers

Extreme Value Theory - Show: Normal to Gumbel

The Maximum of $X_1,\dots,X_n. \sim$ i.i.d. Standardnormals converges to the Standard Gumbel Distribution according to Extreme Value Theory. How can we show that? We have $$P(\max X_i \leq x) = P(X_1 \leq x, \dots, X_n \leq x) = P(X_1 \leq x)…
emcor
  • 1,143
  • 1
  • 10
  • 19
25
votes
2 answers

Which distribution has its maximum uniformly distributed?

Let's consider $Y_n$ the max of $n$ iid samples $X_i$ of the same distribution: $Y_n = max(X_1, X_2, ..., X_n)$ Do we know some common distributions for $X$ such that $Y$ is uniformly distributed $U(a,b)$? I guess we can always "construct a…
Philippe Remy
  • 395
  • 2
  • 10
25
votes
2 answers

Fitting custom distributions by MLE

My question relates to fitting custom distributions in R but I feel it has enough of a probability element to remain on CV. I have an interesting set of data which has the following characteristics: Large mass at zero Sizeable mass below a…
epp
  • 2,372
  • 2
  • 12
  • 31
24
votes
2 answers

Distribution of the maximum of two correlated normal variables

Say I have two standard normal random variables $X_1$ and $X_2$ that are jointly normal with correlation coefficient $r$. What is the distribution function of $\max(X_1, X_2)$?
CuriousMind
  • 2,133
  • 5
  • 24
  • 32
24
votes
6 answers

Can mean plus one standard deviation exceed maximum value?

I have mean 74.10 and standard deviation 33.44 for a sample that has minimum 0 and maximum 94.33. My professor asks me how can mean plus one standard deviation exceed the maximum. I showed her many examples about this, but she doesn't understand.…
Boyun Omuru
  • 241
  • 1
  • 2
  • 3
23
votes
3 answers

Distribution of the largest fragment of a broken stick (spacings)

Let a stick of length 1 be broken in $k+1$ fragments uniformly at random. What is the distribution of the length of the longest fragment? More formally, let $(U_1, \ldots U_k)$ be IID $U(0,1)$, and let $(U_{(1)}, \ldots, U_{(k)})$ be the associated…
21
votes
2 answers

How can we bound the probability that a random variable is maximal?

$\newcommand{\P}{\mathbb{P}}$Suppose we have $N$ independent random variables $X_1$, $\ldots$, $X_n$ with finite means $\mu_1 \leq \ldots \leq \mu_N$ and variances $\sigma_1^2$, $\ldots$, $\sigma_N^2$. I am looking for distribution-free bounds on…
MLS
  • 728
  • 3
  • 13
21
votes
5 answers

Why use extreme value theory?

I'm coming from Civil Engineering, in which we use Extreme Value Theory, like GEV distribution to predict the value of certain events, like The biggest wind speed, i.e the value that 98.5% of the wind speed would be lower to. My question is that…
cqcn1991
  • 1,145
  • 1
  • 10
  • 16
19
votes
6 answers

Why doesn't k-means give the global minimum?

I read that the k-means algorithm only converges to a local minimum and not to a global minimum. Why is this? I can logically think of how initialization could affect the final clustering and there is a possibility of sub-optimum clustering, but I…
16
votes
2 answers

What is the variance of the maximum of a sample?

I'm looking for bounds on the variance of the maximum of a set of random variables. In other words, I'm looking for closed-form formulas for $B$, such that $$ \mbox{Var}(\max_i X_i) \leq B \enspace, $$ where $X = \{ X_1, \ldots, X_M \}$ is a fixed…
Peter
  • 243
  • 2
  • 6
15
votes
1 answer

Finding local extrema of a density function using splines

I am trying to find the local maxima for a probability density function (found using R's density method). I cannot do a simple "look around neighbors" method (where one looks around a point to see if it's a local maximum with respect to its…
aaronlevin
  • 363
  • 2
  • 9
1
2 3
36 37