Description Usage Arguments Value
Generates a vector of random points using a CDF data frame.
1 | CDFRandomPoints(cdf, n = 1, randomFunction = runif)
|
cdf |
A data frame with numeric columns "Probability" and "Quantile". |
n |
Number of points. |
randomFunction |
A function to generate a random point between the quantiles.
(It rarely makes sense to be different than |
A numeric vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.