Let us say that the vector X=(X1,X2,X3,…,Xk)∼Multk(n,p) where p=(p1,p2,…,pk)
Story - We have n items, and then can fall into any one of the k buckets independently with the probabilities p=(p1,p2,…,pk).
Example - Let us assume that every year, 100 students in the Harry Potter Universe are randomly and independently sorted into one of four houses with equal probability. The number of people in each of the houses is distributed Mult4(100,p), where p=(.25,.25,.25,.25). Note that X1+X2+⋯+X4=100, and they are dependent.
Multinomial Coefficient The number of permutations of n objects where you have n1, n2, n3 . . . , n**k of each of the different variants is the multinomial coefficient
Lumping If you lump together multiple categories in a multinomial, then it is still multinomial. A multinomial with two dimensions (success, failure) is a binomial distribution.
Covariance and Linearity - For random variables W, X, Y, Z and constants b, c:
Cov(X+b,Y+c)=Cov(X,Y)
Cov(2X,3Y)=6Cov(X,Y)
Cov(W+X,Y+Z)=Cov(W,Y)+Cov(W,Z)+Cov(X,Y)+Cov(X,Z)
Covariance and Invariance - Correlation, Covariance, and Variance are addition-invariant, which means that adding a constant to the term(s) does not change the value. Let b and c be constants
Cov(X+b,Y+c)=Cov(X,Y)
Cov(2X,3Y)=6Cov(X,Y)
Cov(W+X,Y+Z)=Cov(W,Y)+Cov(W,Z)+Cov(X,Y)+Cov(X,Z)
In addition to addition-invariance, Correlation is scale-invariant, which means that multiplying the terms by any constant does not affect the value. Covariance and Variance are not scale-invariant.