Learn R Programming

GEC (version 0.1.0)

eep_sampling: The Random Number Generation Function for EIGP

Description

Create a EEP random sample.

Usage

eep_sampling(n, theta, eta)

Value

returns a numerical vector of size n.

Arguments

n

Number of observations. (n>=1)

theta

The location parameter for the parent EP distribution (eta = 1). The value needs to be positive.

eta

The exponent parameter. The parameter should be positive.

Details

eep_sampling

Examples

Run this code
eep_sampling(100,1,1)

Run the code above in your browser using DataLab