moment_GH {param2moment}R Documentation

Moments of Tukey gg-&-hh Distribution

Description

Moments of Tukey gg-&-hh distribution.

Usage

moment_GH(A = 0, B = 1, g = 0, h = 0)

Arguments

A

numeric scalar or vector, location parameter AA

B

numeric scalar or vector, scale parameter BB

g

numeric scalar or vector, skewness parameter gg

h

numeric scalar or vector, elongation parameter hh

Value

Function moment_GH returns a moment object.

References

Raw moments of Tukey gg-&-hh distribution: doi:10.1002/9781118150702.ch11

Examples

A = 3; B = 1.5; g = .7; h = .01
moment_GH(A = A, B = B, g = 0, h = h)
moment_GH(A = A, B = B, g = g, h = 0)
moment_GH(A = A, B = B, g = g, h = h)


[Package param2moment version 0.1.2 Index]