moment_GH | R Documentation |
g
-&-h
DistributionMoments of Tukey g
-&-h
distribution.
moment_GH(A = 0, B = 1, g = 0, h = 0)
A |
numeric scalar or vector,
location parameter |
B |
numeric scalar or vector,
scale parameter |
g |
numeric scalar or vector,
skewness parameter |
h |
numeric scalar or vector,
elongation parameter |
Function moment_GH()
returns a moment object.
Raw moments of Tukey g
-&-h
distribution: \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1002/9781118150702.ch11")}
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.