Se um item segue a distribuição normal, a média também segue a distribuição normal. E o mínimo e o máximo?
normal-distribution
order-statistics
user4211
fonte
fonte
Respostas:
Você deve dar uma olhada nas estatísticas do pedido . Aqui está uma breve visão geral.
Seja uma amostra iid de tamanho n, extraída de uma população com função de distribuição F e função de densidade de probabilidade f . Defina Y 1 = X ( 1 ) , … , Y r = X ( r ) , … , Y n = X ( n ) , onde X ( r ) denota r X 1 ,X1,…Xn n F f Y1=X(1),…,Yr=X(r),…,Yn=X(n) X(r) r th ordem estatística da amostra , ou seja, seu rX1,…Xn r menor valor.
Pode ser demonstrado que a função densidade de probabilidade conjunta de éY1,…,Yn
se y 1 < y 2 < … < y n e 0fX(1),…,X(n)(y1,…,yn)=n!∏ni=1f(yi) y1<y2<…<yn 0 otherwise.
Ao integrar a equação anterior, obtemos
In particular, for the minimum and maximum, we respectively have
fonte
You might also want to read up on the generalized extreme value (GEV) distribution. It turns out that asn→∞ , the (shifted and scaled) distribution of the maximal value of the sample converges to one of the three special cases of the GEV distribution.
fonte
The sum of Gaussians is Gaussian. That is why the average is normal. The distribution of any non-linear function of (finitely many) Gaussians need not be Gaussian, and it usually isn't. Such is the case of the maximum function. To approximate the maximum of a multivariate Gaussian, Hothorn is a good place to start.
fonte