powered by
Central Limit Theorem simulation
clt( dist, n = 100, m = 100, norm_mean = 0, norm_sd = 1, binom_size = 10, binom_prob = 0.2, unif_min = 0, unif_max = 1, expo_rate = 1 )
A list with the name of the Distribution and a matrix of simulated data
Distribution to simulate
Sample size
Number of samples
Mean for the normal distribution
Standard deviation for the normal distribution
Size for the binomial distribution
Probability for the binomial distribution
Minimum for the uniform distribution
Maximum for the uniform distribution
Rate for the exponential distribution
See https://radiant-rstats.github.io/docs/basics/clt.html for an example in Radiant
clt("Uniform", 10, 10, unif_min = 10, unif_max = 20)
Run the code above in your browser using DataLab