dgev
dgev(x, location=0.0, scale=1.0, shape=0.0)GEV probability density at x.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| x | 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 | Density at each point, matching the shape of x. |