Description Usage Arguments Value Examples
Simulation of the F-distribution
1 2 | fdist.sim(nu1 = 5, nu2 = 5, N = 10000, ng = 250, seed = 9857,
xp = 1:9, dig = 4)
|
nu1 |
Numerator degree of freedom, Default: 5 |
nu2 |
Denominator degree of freedom, Default: 5 |
N |
Number of random values, Default: 10000 |
ng |
Number of classes in histogram, Default: 250 |
seed |
Seed value for random number generator, Default: 9857 |
xp |
Vector of x-axis values (default=1:9), Default: 1:9 |
dig |
Number of digits below the decimal point, Default: 4 |
None.
1 | fdist.sim(nu1=8, nu2=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.