Class NonlinearFit.Result
- java.lang.Object
-
- dev.nm.stat.evt.evd.univariate.fitting.acer.NonlinearFit.Result
-
- Enclosing class:
- NonlinearFit
public static class NonlinearFit.Result extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ACERFunction.ACERParameter
getParameter()
double
getRSS()
double[]
getWeights()
-
-
-
Method Detail
-
getParameter
public ACERFunction.ACERParameter getParameter()
- Returns:
- the parameter
-
getWeights
public double[] getWeights()
- Returns:
- the weights
-
getRSS
public double getRSS()
- Returns:
- the weighted RSS
-
-