Uses of Class
linearregression.CorrectionFactors

Packages that use CorrectionFactors
halflife   
linearregression   
userinterface.cmdline   
userinterface.gui   
 

Uses of CorrectionFactors in halflife
 

Methods in halflife that return CorrectionFactors
 CorrectionFactors HalfLife_New.calculateCorrectionFactors(double medianHWZ, double t)
           
abstract  CorrectionFactors HalfLife.calculateCorrectionFactors(double medianHWZ, double t)
          Calculation of correction factors based on a median
 CorrectionFactors HalfLife_Pre.calculateCorrectionFactors(double medianHWZ, double t)
           
 CorrectionFactors HalfLife_EU.calculateCorrectionFactors(double medianHWZ, double t)
           
 

Methods in halflife with parameters of type CorrectionFactors
 void HalfLife_New.setCorrectionFactor(CorrectionFactors corr)
           
abstract  void HalfLife.setCorrectionFactor(CorrectionFactors corr)
          Sets the set of correction factors
 void HalfLife_Pre.setCorrectionFactor(CorrectionFactors corr)
           
 void HalfLife_EU.setCorrectionFactor(CorrectionFactors corr)
           
 

Uses of CorrectionFactors in linearregression
 

Methods in linearregression that return CorrectionFactors
abstract  CorrectionFactors LinearRegression.calculateLinearRegression()
          calculates correction factors via linear regression
 CorrectionFactors LR_normal.calculateLinearRegression()
           
 

Uses of CorrectionFactors in userinterface.cmdline
 

Methods in userinterface.cmdline that return CorrectionFactors
static CorrectionFactors CmdLinearRegression.prepareLR(Data data)
          Contains all the methods for calculation of linear regression
 

Uses of CorrectionFactors in userinterface.gui
 

Methods in userinterface.gui that return CorrectionFactors
 CorrectionFactors GuiLinReg.getCF()
          Returns the correction factors
 

Methods in userinterface.gui that return types with arguments of type CorrectionFactors
 java.util.List<CorrectionFactors> GuiHalfLife.getCFonMedian(double mD)
          Calculates the median for each half life object and the correction factors based on this median
 

Methods in userinterface.gui with parameters of type CorrectionFactors
 void GuiHalfLife.setCorr(CorrectionFactors corr)
          Sets the correction factors needed for half life calculation
 

Method parameters in userinterface.gui with type arguments of type CorrectionFactors
 void GuiHalfLife.calcHLonMedian(java.util.List<CorrectionFactors> corr)
          Calculates the Half life values based on a list of correction factors which correspond to the list of half lives