de.lmu.ifi.dbs.elki.math.statistics
Class LinearRegression

java.lang.Object
  extended by de.lmu.ifi.dbs.elki.math.statistics.LinearRegression

public class LinearRegression
extends Object


Field Summary
private  double m
           
private  double t
           
 
Constructor Summary
LinearRegression(List<DoubleDoublePair> points)
           
 
Method Summary
 double getM()
           
 double getT()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t

private double t

m

private double m
Constructor Detail

LinearRegression

public LinearRegression(List<DoubleDoublePair> points)
Parameters:
points - Points to process
Method Detail

getM

public double getM()
Returns:
m

getT

public double getT()
Returns:
t

Release 0.4.0 (2011-09-20_1324)