get_start_values: Get Starting Values for Parameter Estimation

View source: R/fit_distributions.R

get_start_valuesR Documentation

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)

Arguments

x

numeric vector of sorted data.

dist

character string specifying the distribution.

tol_param

numeric tolerance for parameter bounds.

Value

Numeric vector of starting parameter values.


dendrometry documentation built on Nov. 5, 2025, 5:23 p.m.