2using System.Collections.Generic;
3using System.Runtime.Serialization;
13 #region Public Properties
16 [DataMember(Order = 20)]
22 [DataMember(Order = 21)]
28 [DataMember(Order = 22)]
34 [DataMember(Order = 23)]
38 [DataMember(Order = 24)]
40 public Dictionary<string, string>
attributes {
get;
set; }
43 [DataMember(Order = 25)]
47 [LessThan(Int32.MaxValue,
true)]
49 #endregion Public Properties
Indicates that the property, if left null, will be given a default value by the server corresponding ...
Indicates that the property, if left null, will have a default value generated and filled in by the s...
Base for all conventional loss sets, which generate losses, have a server-generated loss profile,...
Representation of a Parametric loss set.
IReference< IContinuousDistribution > severity
The severity distribution associated with this loss set. Can be any ContinuousDistribution,...
UInt64? event_id
Optional event id that will be associated with all occurrences generated.
ParametricLossSet()
Construct a new ParametricLossSet with an empty attributes list.
Dictionary< string, string > attributes
Loss attributes generated by this LossSet.
IReference< IDiscreteDistribution > frequency
The frequency distribution associated with this loss set. Can be any DiscreteDistribution,...
IReference< IContinuousDistribution > seasonality
The seasonality distribution associated with this loss set. Can be any ContinuousDistribution,...
DateTime start_date
The date and time represented when the seasonality distribution generates a value of 0.
Base interface for all reference entities.
Shared interface with loss sets that have seasonality considerations.