Uses of Enum Class
org.episteme.core.measure.metrology.MeasurementSeries.OutlierMethod
Packages that use MeasurementSeries.OutlierMethod
Package
Description
Implements the science of measurement following ISO/IEC Guide
-
Uses of MeasurementSeries.OutlierMethod in org.episteme.core.measure.metrology
Subclasses with type arguments of type MeasurementSeries.OutlierMethod in org.episteme.core.measure.metrologyModifier and TypeClassDescriptionstatic enumOutlier detection methods.Methods in org.episteme.core.measure.metrology that return MeasurementSeries.OutlierMethodModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MeasurementSeries.OutlierMethod[]MeasurementSeries.OutlierMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.core.measure.metrology with parameters of type MeasurementSeries.OutlierMethodModifier and TypeMethodDescriptionMeasurementSeries.detectOutliers(MeasurementSeries.OutlierMethod method) Detects outliers using the specified method.