get_default_bounds: Get Default Parameter Bounds

View source: R/fit_distributions.R

get_default_boundsR Documentation

Get Default Parameter Bounds

Description

Returns default lower or upper bounds for distribution parameters used in bounded optimization methods.

Usage

get_default_bounds(dist, bound_type, x, tol_param)

Arguments

dist

character string specifying the distribution.

bound_type

character string: "lower" or "upper".

x

numeric vector of data.

tol_param

numeric tolerance for parameter bounds.

Value

Numeric vector of parameter bounds.


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