get_default_bounds: 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)
Value
Numeric vector of parameter bounds.
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.