|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlinearregression.LinearRegression
linearregression.LR_normal
public class LR_normal
Implementation of linear regression based on simple linear regression Command line option: -l standard
Constructor Summary | |
---|---|
LR_normal(Data data)
Constructor for simple linear regression object |
Method Summary | |
---|---|
CorrectionFactors |
calculateLinearRegression()
calculates correction factors via linear regression |
Methods inherited from class linearregression.LinearRegression |
---|
calculateQualityControl, getAlpha, getBeta, getC_l, getC_lu, getC_u, setC_l, setC_lu, setC_u |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LR_normal(Data data)
data
- The data for which normalization will be performedMethod Detail |
---|
public CorrectionFactors calculateLinearRegression()
LinearRegression
calculateLinearRegression
in class LinearRegression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |