ghdist {corTest}R Documentation

generating varibles from g-and-h distribution

Description

generating varibles from g-and-h distribution

Usage

ghdist(n, g = 0,h = 0)

Arguments

n

the number of the varibles you want to generate

g

the parameter g of g-and-h distribution

h

the parameter h of g-and-h distribution

Value

n varibles generated from g-and-h distribution

Examples

x = ghdist(50, 0.2, 0.2)
print(x)

[Package corTest version 1.0.7 Index]