View source: R/helper_functions.R
getQuantile | R Documentation |
Estimate a specific quantile of a pdf given abscissa and ordinate values.
getQuantile(x, y, p)
x |
The abscissa values of the pdf |
y |
The ordinate values of the pdf |
p |
The probability at which to evaluate the quantile. |
The estimated quantile.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.