|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--gov.sns.tools.fit.PolyLeastsquares
| Constructor Summary | |
PolyLeastsquares(double[] dX,
double[] dY,
int k)
constructor |
|
| Method Summary | |
java.lang.String |
Correlation()
Find the correlation coefficient for the fit |
java.lang.String |
Equation()
Return the characteristic equation as a String |
double |
getValue(double dX)
Calculate the predicted y value for an inputed x |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PolyLeastsquares(double[] dX,
double[] dY,
int k)
throws java.lang.Exception
| Method Detail |
public double getValue(double dX)
public java.lang.String Correlation()
public java.lang.String Equation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||