tdist.sim | R Documentation |
Simulation for the t-distribution
tdist.sim(ns, mu = 0, sig = 1, N = 10000, ng = 100, seed = 9857, dig = 4, mt)
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: 100 |
seed |
Seed value for generating random numbers, Default: 9857 |
dig |
Number of digits below the decimal point, Default: 4 |
mt |
Plot title |
None.
tdist.sim(ns=10, mu=100, sig=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.