C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Metrics Namespace Reference

Classes

class  AggregationOptions
 Optional parameters which can be specified for all aggregated simulation result requests. More...
 
class  BackAllocations
 The structure returned when requesting back-allocated metrics for a view. More...
 
class  CoMetrics
 The structure returned when requesting Co-Metrics for a view. More...
 
class  CoMetricsOptions
 Optional parameters which can be specified for co-metrics requests. More...
 
class  ConditionalDistributionMetrics
 The metrics computed from a distribution filtered by some conditions. For example, in the co-tail-metrics response, this is the distribution of losses from the component that are also part of the tail distribution of the primary. More...
 
class  Context
 The common components of the context returned from any metrics request, indicating what parameters were used in the simulation that produced the associated metrics response. More...
 
class  ExceedanceProbability
 The structure returned when requesting Exceedance Probability for a view. More...
 
class  ExceedanceProbabilityOptions
 Optional parameters which can be specified for exceedance probability requests. More...
 
interface  IMetricsResponse
 A shared interface for metrics responses that dictate their metrics be accompanied by some context object. More...
 
class  MetricsOptions
 Optional parameters which can be specified for all metrics requests. More...
 
class  ReportingPeriod
 A reporting period which dictates optional begin and end dates to constrain what event losses are included in the distribution based on their occurrence date and time (sequence). More...
 
class  SimulationOptions
 Optional parameters which can be specified for all simulation result requests. Includes a variety of methods which make it easy to construct, copy, and compare request parameters, as well as convert them to a RequestParameters instance. More...
 
class  TailDistributionMetrics
 The structure returned when requesting Tail Metrics for a view. More...
 
class  TailMetrics
 The structure returned when requesting Tail Metrics for a view. More...
 
class  WindowMetrics
 The structure returned when requesting Window Metrics for a view, containing the core window distribution metrics properties, plus a context object that indicates. More...
 
class  YELTOptions
 Optional parameters which can be specified for yelt download requests. More...