halo.data.biascorrection
Class LoessRegression

java.lang.Object
  extended by halo.data.biascorrection.LoessRegression
Direct Known Subclasses:
RLoessRegression

public abstract class LoessRegression
extends java.lang.Object

Abstract class for the calculation of the fitted values of a data set with local approximating regression, for the correction of a bias

Author:
Stefanie Kaufmann

Constructor Summary
LoessRegression()
           
 
Method Summary
abstract  java.util.HashMap<java.lang.String,java.lang.Double> calculateLoessRegression()
          Abstract method for the calculation of the fitted values for correction of bias
 void setInputFile(java.io.File inputFile)
          Sets the file that contains the data
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoessRegression

public LoessRegression()
Method Detail

calculateLoessRegression

public abstract java.util.HashMap<java.lang.String,java.lang.Double> calculateLoessRegression()
Abstract method for the calculation of the fitted values for correction of bias

Returns:
The fitted values of the data

setInputFile

public void setInputFile(java.io.File inputFile)
Sets the file that contains the data

Parameters:
inputFile - The data file