fit_lognorm: Find parameters that fit quantile values of an unknown...

Description Usage Arguments Value See Also Examples

View source: R/fit_distributions.R

Description

With a 5th and 95th quantile point estimates, fit a lognormal distribution, returning the parameters of the distribution.

Usage

1
fit_lognorm(low, high)

Arguments

low

5th quantile.

high

95th quantile.

Value

A dataframe.

See Also

Other distribution fitting functions: combine_lognorm_trunc(), combine_lognorm(), combine_norm(), fit_capabilities_geomean(), fit_capabilities(), fit_lognorm_trunc(), fit_norm_trunc(), fit_pois(), fit_scenarios_geomean(), fit_scenarios(), fit_threat_communities(), generate_cost_function(), lognormal_to_normal(), normal_to_lognormal()

Examples

1
fit_lognorm(low = .20, high = .50)

collector documentation built on Feb. 22, 2020, 1:11 a.m.