Uses of Enum
org.apache.commons.statistics.descriptive.NaNPolicy
Packages that use NaNPolicy
Package
Description
Implementations of univariate statistics.
-
Uses of NaNPolicy in org.apache.commons.statistics.descriptive
Subclasses with type arguments of type NaNPolicy in org.apache.commons.statistics.descriptiveFields in org.apache.commons.statistics.descriptive declared as NaNPolicyModifier and TypeFieldDescriptionprivate final NaNPolicyMedian.nanPolicyNaN policy for floating point data.private final NaNPolicyQuantile.nanPolicyNaN policy for floating point data.Methods in org.apache.commons.statistics.descriptive that return NaNPolicyModifier and TypeMethodDescriptionstatic NaNPolicyReturns the enum constant of this type with the specified name.static NaNPolicy[]NaNPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.statistics.descriptive with parameters of type NaNPolicyModifier and TypeMethodDescription(package private) static NaNTransformerNaNTransformers.createNaNTransformer(NaNPolicy nanPolicy, boolean copy) Return an instance with the configuredNaNPolicy.Return an instance with the configuredNaNPolicy.Constructors in org.apache.commons.statistics.descriptive with parameters of type NaNPolicyModifierConstructorDescriptionprivateprivateQuantile(boolean copy, NaNPolicy nanPolicy, Quantile.EstimationMethod estimationType)