gp_Lmom: Fitting exponential distribution with L-moments

Description Usage Arguments Value Examples

View source: R/GP_Lmom.R

Description

Fitting exponential distribution with L-moments

Usage

1
gp_Lmom(dat, threshold = NA)

Arguments

dat
threshold

Value

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

Examples

1
2
estimate = gp_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.