fit_gld_3points: fit_gld_3points

Description Usage Arguments Value Examples

Description

Part of the fit_[distribution]_[method] function series. Finds the lambda parameters of the generalized lambda distribution (aka Tukey distribution) that best matches the input 3 points estimate.

Usage

1
2
3
4
fit_gld_3points(estimated_range_min_value = NULL,
  estimated_mode_value = NULL, estimated_range_max_value = NULL,
  estimated_range_size_proba = NULL, verbosity = NULL,
  max_iteration = NULL, precision = NULL, ...)

Arguments

estimated_range_min_value

The lower value of the 3 points estimate.

estimated_mode_value

The mode or "typical" value of the 3 points estimate.

estimated_range_max_value

The upper value of the 3 points estimate.

estimated_range_size_proba

Default: .9. Possible values: 0 < x < 1. The size of the probabilistic range estimate. The default .9 leaves .05 on both sides of the distribution.

Value

the lambda parameters of the generalized lambda distribution that yields the estimated 3 points.

Examples

1
xxxx(estimated_mode = 17.35)

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.