Learn R Programming

dendrometry (version 0.0.4)

fit_moments: Method of Moments Estimation

Description

Estimates distribution parameters using the classical method of moments, matching sample moments to theoretical moments.

Usage

fit_moments(x, dist, tol_param)

Value

A list containing parameter estimates and placeholder values for other components.

Arguments

x

numeric vector of sorted data.

dist

character string specifying the distribution.

tol_param

numeric tolerance for parameter bounds.