q_eigp {GEC} | R Documentation |
The quantile function of EIGP.
Description
q_eigp
Usage
q_eigp(theta, eta, p)
Arguments
theta |
The location parameter for the base distribution (eta = 1). The value needs to be positive. |
eta |
The exponent parameter. The value provided needs to be positive. |
p |
This indicates the p-th percentile. p is greater than 0 and less than 100. |
Value
Return the p-th percentile of EIGP.
Examples
q_eigp(1,2,5)
[Package GEC version 0.1.0 Index]