Joint and Conditional Distributions - Examples and Constructions
Joint distributions model real-world scenarios where multiple measurements or observations occur simultaneously.
Multinomial Distribution
Extension of binomial to categories. If independent trials result in category with probability (where ), the counts follow:
where .
Roll a die 12 times. Let = count of outcome .
Probability of getting each face exactly twice:
Bivariate Transformations
For and with invertible transformation:
where is the Jacobian determinant:
Polar Coordinates: independent.
Transform to where :
Since and :
Factoring: and are independent! , .
Order Statistics
For IID sample , the joint PDF of order statistics is:
for .
For uniform variables:
Joint density is constant over the simplex!
Copulas
A copula is a joint distribution function on with uniform marginals. It separates dependence structure from marginal distributions.
For any joint CDF :
where is the copula function.
Common copulas: Gaussian, t-, Archimedean (Clayton, Gumbel, Frank).
Copulas enable flexible modeling by separating "what" variables we're modeling (marginals) from "how" they're related (dependence structure). This is powerful in finance for modeling joint tail risk.