pgev
pgev(q, location=0.0, scale=1.0, shape=0.0)GEV cumulative distribution at q.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| q | float or array_like | Evaluation points. | 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 | Cumulative probability at each point, matching the shape of q. |