TExtremeStatisticsSpecification

TExtremeStatisticsSpecification specifies the extreme value statistical model to be fitted to the time history.

typedef struct {

int Size;

int Distribution;

int ExtremesToAnalyse;

double Threshold;

double DeclusterPeriod;

} TExtremeStatisticsSpecification;

Members

Size

Specifies the size, in bytes, of this data structure. Set this member to sizeof(TExtremeStatisticsSpecification) before calling a function with TExtremeStatisticsSpecification as a parameter.

Distribution

Specifies the statistical distribution. Can be evdRayleigh, evdWeibull or evdGPD.

ExtremesToAnalyse

Can be either exUpperTail or exLowerTail.

Threshold

The threshold used by the peaks over threshold declustering algorithm.

Only used for the evdWeibull and evdGPD distributions.

DeclusterPeriod

The decluster period used by the peaks over threshold declustering algorithm. One of the following values can be used:

Only used for the evdWeibull and evdGPD distributions.

See also

C_FitExtremeStatistics, C_CalculateExtremeStatisticsExcessesOverThreshold.