TL;DR
For a positive definite matrix \( \Sigma \), the unique factorization \( \Sigma = LL^T \) where L is lower triangular with positive diagonal entries. It is the matrix analog of taking a square root.
Cholesky Decomposition
For a positive definite matrix \( \Sigma \), the unique factorization \( \Sigma = LL^T \) where L is lower triangular with positive diagonal entries. It is the matrix analog of taking a square root.
Why it matters for interviews
The standard method for generating correlated random variables in Monte Carlo simulation: given independent standard normals z, the vector Lz has covariance \( \Sigma \). It is also used for efficient linear system solving.
Definition and Mathematical Foundation
For a positive definite matrix \( \Sigma \), the unique factorization \( \Sigma = LL^T \) where L is lower triangular with positive diagonal entries. It is the matrix analog of taking a square root.
Application in Quantitative Finance
The standard method for generating correlated random variables in Monte Carlo simulation: given independent standard normals z, the vector Lz has covariance \( \Sigma \). It is also used for efficient linear system solving.
Related Terms
Ready to practice for the Quant Trading Interview?
Adaptive practice powered by Item Response Theory targets your weak areas. Start with 3 free sessions.
Start free practice →