View source: R/eval_quantile_from_cdf.R
encapsulate_p | R Documentation |
Find a range of possible outcomes where the cdf evaluates to values
that encapsulate the range of probabilities contained in the vector p
.
encapsulate_p(distribution, p, direction)
distribution |
A distribution having access to a cdf. |
p |
Vector of values between 0 and 1 (inclusive). |
direction |
One of |
If 0 or 1 are included in the vector p
, one of the endpoints might
be infinite.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.