lacunary - Mathnotes

Joint Probability

Definition: Joint Probability Distribution \@{joint-probability-distribution}

Two random variables X and Y can be paired as a single random vector or bivariate random variable. If it's discrete (i.e. both X and Y are discrete) it has a joint probability mass function and if it's continuous (X and Y are both continuous) it has a joint probability density function.

In the discrete case, f(x,y)=P(X=x,Y=y).

Definition: Marginalization \@{marginalization}

We can marginalize over Y to find solely the distribution of X, we denote this fX(x) and give it as

fX(x)=yf(x,y).

We can similarly find fY(y) by marginalizing over X:

fY(y)=xf(x,y).

Multinomial Distribution

Definition: Multinomial Distribution \@{multinomial-distribution}

For a sequence of n independent, identical experiments with each one of the experiments resulting in r outcomes with probabilities p1,p2,,pr, respectively, where i=1rpi=1, we let Xi count the number of the n experiments that result in the ith of the r outcomes. Then

P(X1=n1,X2=n2,,Xr=nr)=(nn1,n2,,nr)p1n1p2n2prnr,

where i=1rni=n.

Referenced by (1 direct)

Direct references:

Definition: Multinomial Coefficient \@{multinomial-coefficient}

The multinomial distribution uses the multinomial coefficient, which is defined as

(nn1,n2,,nr)=n!n1!n2!nr!.

Sums of Independent Random Variables

Definition: Convolution \@{convolution}

Sums of independent random variables are called convolutions.

If X and Y are continuous, the probability density function of X+Y is given by

fX+Y(x)=fX(t)fY(xt)dt.

If they are discrete, the probability mass function of X+Y is given by

fX+Y(n)=kfX(k)fY(nk).

Sums of Independent Poisson Random Variables

Theorem: Sum of Independent Poisson Random Variables \@{sum-independent-poisson}

If X1,X2,Xn are independent Poisson random variables with parameters λ1,λ2,,λn, then X1+X2++Xn is a Poisson random variable with parameter λ1+λ2++λn.

Sums of Independent Normal Random Variables

Theorem: Sum of Independent Normal Random Variables \@{sum-independent-normal}

If X1,X2,Xn are independent normal random variables with means μ1,,μn and variances σ12,,σn2, then the random variable X1+X2++Xn is normal with mean μ1+μ2++μn and variance σ12+σ22++σn2.

Covariance and Correlation Coefficient

Definition: Covariance \@{covariance}

Covariance is a measure of the joint variability of two random variables.

Cov(X,Y)=E[(XE[X])(YE[Y])].

If large X values go with large Y values and small X goes with small Y, covariance will be positive. The covariance will be negative if large X values go with small Y values and vice-versa. An alternative, equivalent form of covariance is:

Cov(X,Y)=E[XY]E[X]E[Y].

Definition: Correlation Coefficient \@{correlation-coefficient}

The correlation coefficient of X and Y, ρx,y, is given by

ρx,y=Cov(X,Y)σXσY.