Python reference: ExtremeStatisticsQuery

The class ExtremeStatisticsQuery represents the C API structure TExtremeStatisticsQuery.

Construction

An instance of ExtremeStatisticsQuery can be created directly and the attributes modifed as required. Alternatively call the OrcFxAPI Module helper functions RayleighStatisticsQuery() and LikelihoodStatisticsQuery().

query = ExtremeStatisticsQuery()

query = OrcFxAPI.RayleighStatisticsQuery(StormDurationHours, RiskFactor)

query = OrcFxAPI.LikelihoodStatisticsQuery(StormDurationHours, ConfidenceLevel)

Attributes

The attributes of ExtremeStatisticsQuery are the same as in TExtremeStatisticsQuery and take the same values.