fitG: Fit g distribution

Description Usage Arguments Value References Examples

View source: R/fitG.R

Description

Fit the g distribution on a dataset through maximum likelihood \insertCitebee2019btukeyGH.

Usage

1
fitG(x, verbose = "v")

Arguments

x

data as a numeric.

verbose

function verbosity. Values v, vv and vvv are admitted, whereas other values (such as "" or FALSE) will make the function silent.

Value

Object of class fitGH. Useful methods include:

References

\insertAllCited

Examples

1
2
3
4
5
data("EPWS2014")

# Fit to EPWS2014 data
modG <- fitG(EPWS2014)
summary(modG)

tukeyGH documentation built on April 10, 2021, 9:06 a.m.