fit_lmoments: L-Moments Estimation

View source: R/fit_distributions.R

fit_lmomentsR Documentation

L-Moments Estimation

Description

Estimates distribution parameters using the method of L-moments.

Usage

fit_lmoments(x, dist)

Arguments

x

numeric vector of sorted data.

dist

character string specifying the distribution.

Value

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


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