exp_Lmom: Fitting exponential distribution with L-moments

Description Usage Arguments Value Examples

View source: R/EXP_Lmom.R

Description

Fitting exponential distribution with L-moments

Usage

1
exp_Lmom(dat, threshold = NA)

Arguments

dat
threshold

Value

param Estimated parameters (2) and standard error returned as a list($estimate, $se).

Examples

1
2
estimate = exp_Lmom(test_data, threshold)
threshold was added as to the function because the function sometimes set the location parameter higher than threshold causing NA values in parameter estimation

NVE/fitdistrib documentation built on May 7, 2019, 6:04 p.m.