The Law of Large Numbers

The sample mean converges to the population mean. FIXME

Animation

Demonstration of the Law of Large Numbers
loading animation frames... 0%

The sample mean approaches to the population mean as the sample size \normalsize n grows.

R code

oopt = ani.options(ani.height = 480, ani.width = 600, outdir = getwd(), nmax = 100,
    interval = 0.1, title = "Demonstration of the Law of Large Numbers",
    description = "The sample mean approaches to the population mean as
    the sample size n grows.")
ani.start()
par(mar = c(3, 3, 1, 0.5), mgp = c(1.5, 0.5, 0))
lln.ani(cex = 0.6)
ani.stop()
ani.options(oopt)
 
prob/law_of_large_numbers.txt · Last modified: 2008/06/10 17:02 by yihui
 
Recent changes RSS feed Creative Commons License Donate to AniWiki Contribute Your Ideas! Driven by DokuWiki