Learn R Programming

corTest (version 1.0.7)

ghdist: 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

Run this code
# NOT RUN {
x = ghdist(50, 0.2, 0.2)
print(x)
# }

Run the code above in your browser using DataLab