extraction_functions | R Documentation |
Set of functions that can be used to estimate the parameters of a distribution (lognormal, gamma, Weibull, normal) via optimisation from either the percentiles or the median and ranges.
.fit_range(param, val, dist = c("lnorm", "gamma", "weibull", "norm"))
.fit_percentiles(param, val, dist = c("lnorm", "gamma", "weibull", "norm"))
param |
Named |
val |
|
dist |
A |
Adam Kucharski, Joshua W. Lambert
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.