EZ

Eduzan

Learning Hub

Eduzan
Eduzan / 02 Quantitative Analysis

QTA 4: Multivariate Random Variables

Worked examples are fully visible. Check-yourself items are study aids you can reveal one at a time.

A multivariate random variable is a vector of random variables, an ordered collection whose members are called components. Give it two and it becomes a bivariate random variable X, with parts written X1 and X2. One draw delivers a pair of numbers at once, x1 and x2, and each on its own is an ordinary realization of a univariate random variable, so everything established for a single variable carries over. What the vector adds is a description of how the two components behave in relation to each other.

Multivariate variables come in discrete and continuous form, as univariate ones do, and both are written with capital letters. The discrete case comes first here because sums are easier to follow, and almost every continuous result then follows by exchanging the sum for an integral.

The joint probability mass function

For a discrete bivariate variable, the joint probability mass function returns the probability that X1 equals x1 and X2 equals x2 at the same time. Its values are never negative, never larger than 1, and adding it across the whole support gives exactly 1. Drawing it calls for three axes, one per component and one for the mass, so a joint PMF is a surface rather than a curve, as is the joint cumulative distribution function.

The joint CDF adds the mass at every pair below the two arguments.

The trinomial distribution

The leading example is the trinomial distribution, which describes n independent trials where every trial produces one of three outcomes. It generalizes the binomial, and both are special cases of the multinomial distribution, which allows k outcomes per trial. The components X1 and X2 count how often outcomes 1 and 2 occur, and the count of outcome 3 is n minus those two, so it is redundant.

The trinomial parameters are n, p1 and p2; the third probability follows because the outcomes are exclusive.

A diversified bond portfolio makes this concrete. Sort the n bonds into investment grade, high yield and unrated, let X1 count the investment grade holdings and X2 the high yield holdings, and the pair of counts is trinomial. The chapter plots that mass function for p1 = 20%, p2 = 50% and n = 5, where nearly all the mass sits at X1 equal to 0 or 1.

Check yourself
In a trinomial experiment with n trials, why is the count of the third outcome not treated as a third component of the random variable?
Because it is fixed by the other two. The outcomes are exclusive and exhaustive across n trials, so the third count equals n minus X1 minus X2 and carries no information. The same logic leaves the distribution only two probability parameters, p1 and p2.
End of lesson.