rgnorm {CVE}R Documentation

Generalized Normal Distribution.

Description

Random generation for generalized Normal Distribution.

Usage

rgnorm(n = 1, mu = 0, alpha = 1, beta = 1)

Arguments

n

Number of generated samples.

mu

mean.

alpha

first shape parameter.

beta

second shape parameter.

Value

numeric array of length n.

See Also

https://en.wikipedia.org/wiki/Generalized_normal_distribution


[Package CVE version 0.2 Index]