|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalculationCriteria
Calculate criteria.
| Method Summary | |
|---|---|
double |
calcErrorWithMultipleSigma(double[] x,
double[] direc,
double[] deriv2,
boolean b)
Calculate the error with multiple sigmas. |
double |
calcErrorWithSingleSigma(double sigma)
Calculate the error with a single sigma. |
| Method Detail |
|---|
double calcErrorWithSingleSigma(double sigma)
sigma - The sigma.
double calcErrorWithMultipleSigma(double[] x,
double[] direc,
double[] deriv2,
boolean b)
x - The data.direc - The first derivative.deriv2 - The 2nd derivatives.b - Calculate the derivative.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||