View source: R/eval_quantile_from_cdf.R
eval_quantile_from_cdf | R Documentation |
Intended for internal use only. Calls the directional_inverse()
algorithm for each new entry of at
.
eval_quantile_from_cdf(distribution, at, tol, maxiter)
distribution |
A distribution having access to a cdf. |
at |
A vector of values for which to evaluate the quantile function. |
tol , maxiter |
Tolerance (a small positive number) and maximum number of iterations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.