qgev
qgev(p, location=0.0, scale=1.0, shape=0.0)GEV quantile (inverse CDF) at probability p.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| p | float or array_like | Non-exceedance probabilities. | required |
| location | float | Location parameter. | 0.0 |
| scale | float | Scale parameter. | 1.0 |
| shape | float | Shape parameter. | 0.0 |
Returns
| Name | Type | Description |
|---|---|---|
| float or numpy.ndarray | Quantile at each probability, matching the shape of p. |