Skip to main content
POST
Generalized Extreme Value (GEV) Distribution

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
data
number[]
required

Block maxima (e.g., annual maximum losses)

Minimum array length: 20
Example:
fit_method
enum<string>
default:mle

Fitting method

Available options:
mle,
pwm
Example:

"mle"

return_periods
number[] | null

Return periods (in years) for which to calculate return levels

Example:

Response

GEV fit results

success
boolean
Example:

true

data
object