get_start_values: Get Starting Values for Parameter Estimation
Description
Computes reasonable starting values for optimization based on sample moments
and distribution-specific heuristics.
Usage
get_start_values(x, dist, tol_param)
Value
Numeric vector of starting parameter values.
Arguments
- x
numeric vector of sorted data.
- dist
character string specifying the distribution.
- tol_param
numeric tolerance for parameter bounds.