enorm | R Documentation |
This function computes the theoretical expectiles of the normal distribution.
enorm(probs, mu = 0, sigma = 1, start.pt="quantile", tol=1e-08, maxiter=100, x0=NULL)
probs |
Numeric vector of probabilities with values in [0,1]. |
mu |
Location parameter. Default: 0. |
sigma |
Scale parameter. Default: 1. |
start.pt |
Choice of the starting points. 0 if "mean", quantiles (levels probs) of the normal 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"). |
Antoine Usseglio-Carleve.
Maume-Deschamps, V., Rulliere, D., and Usseglio-Carleve, A. (2018). Spatial expectile predictions for elliptical random fields. Methodology and Computing in Applied Probability, 20(2):643-671.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.