Skip to contents

- U is a nx2 matrix containing n random draws from the uniform
circle.
- B = sqrt(A), where A is a nx1 matrix containing n i.i.d
draws from its univariate distribution.
- BU can be thought of as the distribution of radii
- BUR is the result of the matrix multiplication between nx2 BU and
2x2 R, the Cholesky decomposition of a 2x2 matrix Q.
- R makes a circular (BU) into an elliptical (BUR)
- R can be thought of as a “square root” of a matrix. R’R = Q.
- When A
(df=2)
distribution, BUR is the bivariate normal distribution G(0,Q).
Equivalently,
- When B
(df=2)
distribution, BUR is the bivariate normal distribution G(0,Q)