echisq | R Documentation |
This function computes the expectiles of the chi-squared distribution.
echisq(probs, df, start.pt="quantile", tol=1e-08, maxiter=100, x0=NULL)
probs |
Numeric vector of probabilities with values in (0,1). |
df |
Degrees of freedom. Must be strictly positive. |
start.pt |
Choice of the starting points. df if "mean", quantiles (levels probs) of the chi-squared distribution if "quantile". The starting point is chosen manually if "custom". |
tol |
Tolerance in the stopping criterion. Default: 1e-08. |
maxiter |
Maximum number of iterations. Default: 100. |
x0 |
Value of the starting point (only if start.pt="custom"). |
The considered distribution has p.d.f. y^(df/2-1)*exp(-y/2)/(2^(df/2)*Gamma(df/2)) for y>0.
Antoine Usseglio-Carleve
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.