Package org.jzy3d.maths.algorithms
Class ScaleFinder
java.lang.Object
org.jzy3d.maths.algorithms.ScaleFinder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Scale
getFilteredScale
(double[] values, int nVariance) Apply an outlier remover on input data (invalid @link
OutlierRemover.getInlierValues
static Scale
getMinMaxScale
(double[] values) Simply returns the min and max values of the input array into a Scale object.
-
Constructor Details
-
ScaleFinder
public ScaleFinder()
-
-
Method Details
-
getFilteredScale
Apply an outlier remover on input data (invalid @link
OutlierRemover.getInlierValues
- Parameters:
values
-nVariance
-- Returns:
-
getMinMaxScale
Simply returns the min and max values of the input array into a Scale object.- Parameters:
values
-- Returns:
-