| lln | R Documentation |
Returns the degenerate limiting distribution of the sample mean
\bar{X}_n under the Law of Large Numbers. The limit is a
point mass at the population mean (represented as a normal or mvn
with zero variance).
lln(base_dist)
base_dist |
A |
A normal or mvn distribution with zero variance,
representing the degenerate distribution at the mean.
# LLN for Exp(2): Xbar -> 1/2 (degenerate)
x <- exponential(rate = 2)
d <- lln(x)
mean(d)
vcov(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.