Summary statistics based on moments.
-
The DOWNSIDE Direction is used to specify that the observations below
the cutoff point will be used to calculate SemiVariance
The UPSIDE Direction is used to specify that the observations above the
cutoff point will be used to calculate SemiVariance.
Returns the varianceDirection property.
Returns the enum constant of this type with the specified name.
SemiVariance.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
double
Returns the
SemiVariance
of the designated values against the cutoff in the
given direction, using the current value of the biasCorrection instance property.
double
Returns the
SemiVariance
of the designated values against the cutoff
in the given direction with the provided bias correction.
double
This method calculates
SemiVariance
for the entire array against the mean,
using the current value of the biasCorrection instance property.
Returns a copy of this instance with the given direction setting.
Constructs a SemiVariance with the specified isBiasCorrected
property and the specified Direction
property.
Constructs a SemiVariance with the specified Direction
property
and default (true) biasCorrected
property