Returns the limiting distribution of the standardized sample mean
\(\sqrt{n}(\bar{X}_n - \mu)\) under the Central Limit Theorem.
For a univariate distribution with variance \(\sigma^2\), this is
\(N(0, \sigma^2)\). For a multivariate distribution with covariance
matrix \(\Sigma\), this is \(MVN(0, \Sigma)\).
Usage
clt(base_dist)
Value
A normal or mvn distribution representing the
CLT limiting distribution.