Python reference: ExtremeStatisticsSpecification

The class ExtremeStatisticsSpecification represents the C API structure TExtremeStatisticsSpecification.

Construction

An instance of ExtremeStatisticsSpecification can be created directly and the attributes modifed as required. Alternatively call the OrcFxAPI Module helper functions RayleighStatisticsSpecification() and LikelihoodStatisticsSpecification().

extremeStatsSpec = ExtremeStatisticsSpecification()

extremeStatsSpec = OrcFxAPI.RayleighStatisticsSpecification(ExtremesToAnalyse)

extremeStatsSpec = OrcFxAPI.LikelihoodStatisticsSpecification(Distribution, Threshold, DeclusterPeriod, ExtremesToAnalyse)

Attributes

The attributes of ExtremeStatisticsSpecification are the same as in TExtremeStatisticsSpecification and take the same values.