| eigp_sampling {GEC} | R Documentation | 
The Random Number Generation Function for EIGP
Description
Create a EIGP random sample.
Usage
eigp_sampling(n, theta, eta)
Arguments
| n | Number of observations. (n>=1) | 
| theta | The location parameter for the parent IGP distribution (eta = 1). The value needs to be positive. | 
| eta | The exponent parameter. The parameter should be positive. | 
Details
eigp_sampling
Value
This function returns a numerical vector of size n.
Examples
eigp_sampling(100,1,1)
[Package GEC version 0.1.0 Index]