rgnorm: Generalized Normal Distribution.

Description Usage Arguments Value

View source: R/datasets.R

Description

Random generation for generalized Normal Distribution.

Usage

1
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.


CVarE documentation built on March 11, 2021, 5:06 p.m.