|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorrectionFactors | |
---|---|
halo.halflife | Provides for the calculation and handling of half-lives. |
halo.normalization | Provides for the calculation and handling of normalization. |
halo.userinterface.cmdline | Provides for the handling of user input and starting of corresponding calculations. |
halo.userinterface.gui | Provides for the generation and handling of a graphical user interface, as well as the starting of corresponding calculations according to user input. |
Uses of CorrectionFactors in halo.halflife |
---|
Methods in halo.halflife that return CorrectionFactors | |
---|---|
CorrectionFactors |
HalfLife_New.calculateCorrectionFactors(double medianHWZ,
double t)
|
CorrectionFactors |
HalfLife_NewPre.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)
|
Methods in halo.halflife with parameters of type CorrectionFactors | |
---|---|
void |
HalfLife_New.setCorrectionFactor(CorrectionFactors corr)
|
void |
HalfLife_NewPre.setCorrectionFactor(CorrectionFactors corr)
|
abstract void |
HalfLife.setCorrectionFactor(CorrectionFactors corr)
Sets the set of correction factors |
void |
HalfLife_Pre.setCorrectionFactor(CorrectionFactors corr)
|
Uses of CorrectionFactors in halo.normalization |
---|
Methods in halo.normalization that return CorrectionFactors | |
---|---|
CorrectionFactors |
LinearRegression.calculateCorrectionFactors()
|
abstract CorrectionFactors |
Normalization.calculateCorrectionFactors()
calculates correction factors via normalization methods |
CorrectionFactors |
Normalization.calculateCorrectionFactors(int replicate)
Calculates the correction factors for a certain replicate |
CorrectionFactors |
Normalization.getCorr()
Returns the correction factors |
Methods in halo.normalization with parameters of type CorrectionFactors | |
---|---|
void |
Normalization.setCorr(CorrectionFactors corr)
Sets the correction factors |
Uses of CorrectionFactors in halo.userinterface.cmdline |
---|
Methods in halo.userinterface.cmdline that return CorrectionFactors | |
---|---|
static CorrectionFactors |
CmdNormalization.prepareNormalization(Data data)
Contains all the methods for calculation of normalization |
Uses of CorrectionFactors in halo.userinterface.gui |
---|
Methods in halo.userinterface.gui that return CorrectionFactors | |
---|---|
CorrectionFactors |
GuiNormal.getCF()
Returns the correction factors |
Methods in halo.userinterface.gui that return types with arguments of type CorrectionFactors | |
---|---|
java.util.List<CorrectionFactors> |
GuiHalfLife.getCFonMedian(double mD)
Calculates the median for each HalfLife object and the correction factors based on this median |
Methods in halo.userinterface.gui with parameters of type CorrectionFactors | |
---|---|
void |
GuiHalfLife.setCorr(CorrectionFactors corr)
Sets the correction factors needed for half-life calculation |
Method parameters in halo.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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |