fit_moments: Method of Moments Estimation

View source: R/fit_distributions.R

fit_momentsR Documentation

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)

Arguments

x

numeric vector of sorted data.

dist

character string specifying the distribution.

tol_param

numeric tolerance for parameter bounds.

Value

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


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