|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.steema.teechart.functions.Regression
public class Regression
Constructor Summary | |
---|---|
Regression()
|
Method Summary | |
---|---|
static double[] |
LinearRegression(int numpoints,
double[] x,
double[] y,
double[] weights)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Regression()
Method Detail |
---|
public static double[] LinearRegression(int numpoints, double[] x, double[] y, double[] weights)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |