Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

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

Author:
Arthur Zimek

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 -
Method Detail

getM

public double getM()
Returns:
m

getT

public double getT()
Returns:
t

Release 0.2.1 (2009-07-13_1605)