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.logging.AbstractLoggable
      extended by de.lmu.ifi.dbs.elki.math.statistics.LinearRegression
All Implemented Interfaces:
Loggable

public class LinearRegression
extends AbstractLoggable

Author:
Arthur Zimek

Field Summary
private  double m
           
private  double t
           
 
Fields inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debug
 
Constructor Summary
LinearRegression(List<DoublePair> points)
           
 
Method Summary
 double getM()
           
 double getT()
           
 
Methods inherited from class de.lmu.ifi.dbs.elki.logging.AbstractLoggable
debugFine, debugFiner, debugFinest, exception, message, progress, progress, progress, verbose, verbose, warning
 
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<DoublePair> points)
Method Detail

getM

public double getM()

getT

public double getT()

Release 0.1 (2008-07-10_1838)