2using System.Runtime.Serialization;
14 [DataMember(Order = 2)]
16 public double min {
get;
set; } = Double.NaN;
19 [DataMember(Order = 3)]
21 public double mean {
get;
set; } = Double.NaN;
25 [DataMember(Order = 4)]
29 [DataMember(Order = 5)]
Base class used by all types and resources.
Specifies one or more aliases to be used as synonyms for the property's name.
The metrics computed from a distribution filtered by some conditions. For example,...
double covariance
The covariance is a measure of the joint variability between the two distributions used to produce th...
double mean
The contribution to the mean value of the primary distribution.
double correlation
The correlation between the two distributions.
double min
The contribution to the minimum value in the primary distribution.