Blackwell-Girshick equation

From testwiki
Revision as of 13:35, 23 December 2023 by imported>Cerebellum (Cleaning up accepted Articles for creation submission (AFCH))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:Short description

The Blackwell-Girshick equation is an equation in probability theory that allows for the calculation of the variance of random sums of random variables.[1] It is the equivalent of Wald's lemma for the expectation of composite distributions.

It is named after David Blackwell and Meyer Abraham Girshick.

Statement

Let N be a random variable with values in 0, let X1,X2,X3, be independent and identically distributed random variables, which are also independent of N, and assume that the second moment exists for all Xi and N. Then, the random variable defined by

Y:=i=1NXi

has the variance

Var(Y)=Var(N)E(X1)2+E(N)Var(X1).

The Blackwell-Girshick equation can be derived using conditional variance and variance decomposition. If the Xi are natural number-valued random variables, the derivation can be done elementarily using the chain rule and the probability-generating function.[2]

Proof

For each n0, let χn be the random variable which is 1 if N equals n and 0 otherwise, and let Yn:=X1++Xn. Then

E(Y2)=n=0E(χnYn2)=n=0P(N=n)E(Yn2)=n=0P(N=n)(Var(Yn)+E(Yn)2)=n=0P(N=n)(nVar(X1)+n2E(X1)2)=E(N)Var(X1)+E(N2)E(X1)2.

By Wald's equation, under the given hypotheses, E(Y)=E(N)E(X1). Therefore,

Var(Y)=E(Y2)E(Y)2=E(N)Var(X1)+E(N2)E(X1)2E(N)2E(X1)2=E(N)Var(X1)+Var(N)E(X1)2,

as desired.Template:R

Example

Let N have a Poisson distribution with expectation λ, and let X1,X2, follow a Bernoulli distribution with parameter p. In this case, Y is also Poisson distributed with expectation λp, so its variance must be λp. We can check this with the Blackwell-Girshick equation: N has variance λ while each Xi has mean p and variance p(1p), so we must have

Var(Y)=λp2+λp(1p)=λp.

The Blackwell-Girshick equation is used in actuarial mathematics to calculate the variance of composite distributions, such as the compound Poisson distribution. Wald's equation provides similar statements about the expectation of composite distributions.

Literature

References

Template:Reflist