gui
Class GuiLinReg

java.lang.Object
  extended by gui.GuiLinReg

public class GuiLinReg
extends java.lang.Object

'Interface' which connects GUI and methods for linear regression

Author:
Stefanie Kaufmann

Field Summary
 boolean done
           
static java.lang.String STANDARD
           
 
Constructor Summary
GuiLinReg()
           
 
Method Summary
 void calcLR()
          Creates LR object and performs linear regression
 CorrectionFactors getCF()
           
 LinearRegression getLR()
           
 boolean hasLR()
          Checks whether linear regression has been performed
 void setData(Data data)
           
 void setMethod(java.lang.String method)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD

public static final java.lang.String STANDARD
See Also:
Constant Field Values

done

public boolean done
Constructor Detail

GuiLinReg

public GuiLinReg()
Method Detail

setData

public void setData(Data data)

setMethod

public void setMethod(java.lang.String method)

calcLR

public void calcLR()
Creates LR object and performs linear regression


getLR

public LinearRegression getLR()

getCF

public CorrectionFactors getCF()

hasLR

public boolean hasLR()
Checks whether linear regression has been performed

Returns:
True if linear regression was done