Description Usage Arguments Value Examples
Simulation of the F-distribution
1 | fdist.sim(nu1 = 5, nu2 = 5, N = 10000, ng = 250, seed = 9857, xp = 1:9, dig = 4)
|
N |
Number of iterations, Default: 10000 |
ng |
Number of classes in histogram, Default: 300 |
seed |
Seed value for generating random numbers, Default: 9857 |
xp |
Specific x-values for cumulative probability F(x), Default: 1:9 |
dig |
Number of digits below the decimal point, Default: 4 |
sig1 |
Standard deviation of the first population |
sig2 |
Standard deviation of the second population |
n1 |
Sample size of the first population |
n2 |
Sample size of the second population |
None.
1 | fdist.sim2(sig1 = 2, sig2 = 7, n1 = 8, n2 = 6)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.