norm.sim | R Documentation |
Simulation for the Normal Distribution
norm.sim(ns, mu = 0, sig = 1, N = 10000, ng = 50, seed = 9857, dig = 4)
ns |
Sample size |
mu |
Expected value, Default: 0 |
sig |
Standard deviation, Default: 1 |
N |
Number of iterations, Default: 10000 |
ng |
Number of classes in histogram, Default: 50 |
seed |
Seed value for generating random numbers, Default: 9857 |
dig |
Number of digits below the decimal point, Default: 4 |
None.
norm.sim(ns=10, mu=100, sig=10, N=10000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.