C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AggregationMethod.cs
Go to the documentation of this file.
2{
5 public enum AggregationMethod
6 {
10 AEP,
14 OEP
15 }
16}
AggregationMethod
Specifies the method of aggregating event occurrences in a trial year for computing different types o...
@ OEP
Occurrence Exceedance Probability (OEP) is a specialized aggregation method that produces a YLT (PML ...
@ AEP
Aggregate Exceedance Probability (AEP) is the standard aggregation method for tail metrics and produc...