|
Java Statistical Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Defines the interface for a fitted straight line.
There are many methods for fitting a straight line of the form y = A + Bx to n paired observations (x,y). This defines the common interface for classes that fit such lines.
| Method Summary | |
double |
getA()
Returns estimate of intercept term, A. |
double |
getB()
Returns estimate of slope term, B. |
| Method Detail |
public double getA()
public double getB()
|
Java Statistical Classes | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||