pearson_Lmom: Fitting the pearson distribution with Lmom

Description Usage Arguments Value Examples

View source: R/PEARSON.R

Description

Function to fit the pearson distribution with the linear moment method

Usage

1

Arguments

dat

the data that needs fitting (i.e. flood data)

Value

param Estimated parameters and standard error returned as a list($estimate, $se). Standard error is not yet implemented

Examples

1
2
3
library(FlomKartShinyApp)
estimate = pearson_Lmom(test_data)
FlomKartShinyApp::plot4server(test_data, param = estimate$estimate, distr = 5)

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