com.steema.teechart.functions
Class Regression

java.lang.Object
  extended by com.steema.teechart.functions.Regression

public class Regression
extends java.lang.Object

Author:
Steema Software SL

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

Regression

public Regression()
Method Detail

LinearRegression

public static double[] LinearRegression(int numpoints,
                                        double[] x,
                                        double[] y,
                                        double[] weights)