Learn R Programming

lmomco (version 1.7.3)

lmom.test.pe3: Test L-moment and Parameter Algorithms of the Pearson Type III Distribution

Description

This function computes the L-moments of the data and the parameters of the Pearson Type III distribution and in turn computes the L-moments from the fitted parameters.

Usage

lmom.test.pe3(data, digits=4)

Arguments

data
A vector of data.
digits
Number of digits to pass internally to the signif function for rounding of results.

Value

  • Comparison of the median of the distribution and reverse computation of the median from the 0.5 nonexceedance probability.

    Output from lmom.diff.

See Also

lmompe3, parpe3

Examples

Run this code
lmom.test.pe3(c(123,34,4,654,37,78))

lmom.test.pe3(rnorm(50))

Run the code above in your browser using DataLab