2using System.Runtime.Serialization;
12 [DataMember(Order = 20)]
13 [GreaterThan(Double.MinValue)]
14 [LessThan(Double.MaxValue)]
20 [DataMember(Order = 21)]
22 public double scale {
get;
set; }
Abstract representation of a distribution, used for parametric loss sets.
Describes a LogNormal Continuous Distribution.
double location
The location parameter is a real number whose natural logarithm is equal to the mean the associated n...
double scale
The scale parameter is a real number, greater than zero, whose natural logarithm is equal to the stan...
Represents any distribution that is continuous. With a continuous probability distribution,...