|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jzy3d.maths.algorithms.ScaleFinder
public class ScaleFinder
Constructor Summary | |
---|---|
ScaleFinder()
|
Method Summary | |
---|---|
static Scale |
getFilteredScale(double[] values,
int nVariance)
Apply an outlier remover on input data ( OutlierRemover.getInlierValues )
and retrieve the min and max values of the non-rejected values. |
static Scale |
getMinMaxScale(double[] values)
Simply returns the min and max values of the input array into a Scale object. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScaleFinder()
Method Detail |
---|
public static Scale getFilteredScale(double[] values, int nVariance)
OutlierRemover.getInlierValues
)
and retrieve the min and max values of the non-rejected values.
values
- nVariance
-
public static Scale getMinMaxScale(double[] values)
values
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |