C_FitExtremeStatistics

C_FitExtremeStatistics fits the specified extreme value statistical model to the time history.

void C_FitExtremeStatistics(

TOrcFxAPIHandle ExtremeStatisticsHandle,

const TExtremeStatisticsSpecification *lpSpecification

int *lpStatus

);

Parameters

ExtremeStatisticsHandle (IN)

The extreme statistics handle returned by C_OpenExtremeStatistics.

lpSpecification (IN)

Points to a TExtremeStatisticsSpecification structure specifying the statistical model.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

TExtremeStatisticsSpecification, C_OpenExtremeStatistics, C_QueryExtremeStatistics, C_CalculateExtremeStatisticsExcessesOverThreshold, C_SimulateToleranceIntervals.