1using System.Runtime.Serialization;
11 [DataMember(Order = 20)]
12 public double value {
get;
set; }
Abstract representation of a distribution, used for parametric loss sets.
Describes a distribution that always returns the same value. This distribution can be used as either ...
double value
The constant value to return when this distribution is used. Can be any real number.
Represents any distribution that is continuous. With a continuous probability distribution,...
Represents any distribution that is discrete. With a discrete probability distribution,...