q_eep {GEC} | R Documentation |
The quantile function of EEP.
Description
q_eep
Usage
q_eep(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 EEP.
Examples
q_eigp(1,2,5)
[Package GEC version 0.1.0 Index]