Name

GUMB_AJUST — Function to adjust a Gumbel law and plot the result

Calling Sequence

[Ajust]=GUMB_AJUST(DATA,[GRAPH,RETPER])

Parameters

DATA

Data to estimate Gumbel law parameters, (matrix [Nx1] with N = nb of years)

GRAPH

Draw a graph or not (%t or %f, default = %t)

RETPER

Return periods to use, matrix [Px1] with P=number of return periods (default = [2;5;10;20;50;100]).

Examples

   // Data
   Data = exp(rand(200,1));

   // Gumbel law
   AD = GUMB_AJUST(Data);

  

Authors

Julien Lerat

CEMAGREF Antony, HBAN Unit, julien.lerat@cemagref.fr