Description Usage Arguments Details Value Examples
Cumulative Probability of the Chi-square Distribution
1 | chi.prob(nu, xp, pup = 0.995, mt, dig = 4)
|
nu |
Degree of freedom of the chi-square distribution |
xp |
Vector of specific x-axis values |
pup |
Upper limit of probabilities for quantiles, Default: 0.995 |
mt |
Graph title |
dig |
Number of digits below the decimal point, Default: 4 |
DETAILS
None.
1 2 | k= 1:10; nu= 5
chi.prob(nu, k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.