Description Usage Arguments Value Author(s) Examples
chi.probability computes the probability that the Chi of a given degree of freedom is greater than a specified value x.
If x is a vector, the function will return a vector of probabilities of the components of x.
1 | chi.probability(x, df = 5, n = 1000)
|
x |
specifies the value that should be evaluated in the Chi Square distribution. |
df |
specifies degrees of freedom in the Chi Square distribution. |
n |
specifies number of random numbers for evaluating the distribution. |
returns the probability that the Chi is greater than x (area under the distribution which is greater than x).
Nguyen Khanh Le Ho & Emil H. Andersen
Department of Mathematics and Computer Science (IMADA)
University of Southern Denmark, Denmark
emila14@student.sdu.dk
ngho14@student.sdu.dk
1 | chi.probability(x= 5, df = 5, n = 1000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.