View source: R/fit_distributions.R
| get_pdf | R Documentation |
Evaluates the probability density function for standard distributions or uses custom PDF function.
get_pdf(x, params, dist, custom_functions = NULL)
x |
numeric vector of quantiles. |
params |
numeric vector of parameter values. |
dist |
character string specifying the distribution. |
custom_functions |
list of custom distribution functions (optional). |
Numeric vector of density values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.