Description Usage Arguments Value See Also Examples
View source: R/fit_distributions.R
This is an internal helper function that generates a sum of squares
cost function for any given r*
function (e.g. rnorm, rlognorm). The
resulting function is intended to be used by an optim
call for fitting
quantiles to distribution parameters.
1 | generate_cost_function(func)
|
func |
A distribution function. |
A function.
Other distribution fitting functions:
combine_lognorm_trunc()
,
combine_lognorm()
,
combine_norm()
,
fit_capabilities_geomean()
,
fit_capabilities()
,
fit_lognorm_trunc()
,
fit_lognorm()
,
fit_norm_trunc()
,
fit_pois()
,
fit_scenarios_geomean()
,
fit_scenarios()
,
fit_threat_communities()
,
lognormal_to_normal()
,
normal_to_lognormal()
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.