| .lmomcohash {lmomco} | R Documentation |
Storage of Lookup Tables for the lmomco Package
Description
This is a hidden data object contained in the R/sysdata.rda file of the lmomco package. The system files inst/doc/SysDataBuilder01.R and SysDataBuilder02.R of the package are responsible for the construction of these data with the exception of the Eta-Mu and Kappa-Mu distribution content.
Format
An R environment with entries:
- AEPkh2lmrTable
A
data.frameof asymmetric exponential power (4-parameter) relations between its two shape parameters, numerical, and theoretical L-skew and L-kurtosis. The table stems frominst/doc/SysDataBuilder01.R. (See alsoparaep4)- EMU_lmompara_byeta
A
data.frameof pre-computed table of relations between the parameters and L-moments of the Eta-Mu distribution. (See alsolmomemu,paremu)- KMU_lmompara_bykappa
A
data.frameof pre-computed table of relations between the parameters and L-moments of the Kappa-Mu distribution. (See alsolmomkmu,parkmu)- RiceTable
A
data.framewith coefficient of L-variation, signal to noise ratio, a parameter G, and L-skew and L-kurtosis of the Rice distribution. This is useful for quick parameter estimation. The table stems frominst/doc/SysDataBuilder01.R. (See alsolmomrice,parrice)- RiceTable.maxLCV
Maximum coefficient of L-variation representable (or apparently so) within R. The value stems from
inst/doc/SysDataBuilder01.R.- RiceTable.minLCV
Minimum coefficient of L-variation representable (or apparently so) within R. The value stems from
inst/doc/SysDataBuilder01.R.- tau46list
Various relations of Tau4-Tau6 for symmetrical distributions and used to support the access layer provided by
lmrdia46for Tau4-Tau6 L-moment ratio diagrams. The tables in the list stem frominst/doc/SysDataBuilder02.R, which is designed to be run after theSysDataBuilder01.R.