public class SigmaAnalysisFunctionFactory extends Object
Constructor and Description |
---|
SigmaAnalysisFunctionFactory() |
Modifier and Type | Method and Description |
---|---|
static SchottkyAnalysisFunction |
createAbsSeriesFunction(Schottky schottky,
double testAcc)
Creates function which delivers the absolute series
related to sigma.
|
static SchottkyAnalysisFunction |
createAbsValueFunction(Schottky schottky,
double testAcc)
Creates function evaluating the absolute value of sigma.
|
static SchottkyAnalysisFunction |
createAbsValueFunctionForPower(Schottky schottky,
int pow,
double testAcc)
Creates function evaluating the absolute value of sigma.
|
static SchottkyAnalysisFunction |
createAnalysisCheckFunction(Schottky schottky,
double testAcc)
Creates function which checks the analysis object for
sigma.
|
static SchottkyAnalysisFunction |
createErrorFunction(Schottky schottky,
double testAcc)
Creates function which delivers the theoretical error
of the approximation of sigma.
|
static SchottkyAnalysisFunction |
createMaxWordLengthFunction(Schottky schottky,
double testAcc)
Creates function which delivers the largest word length of all
element in section of the the subset which
is used for the approximation of sigma.
|
static SchottkyAnalysisFunction |
createMinWordLengthFunction(Schottky schottky,
double testAcc)
Creates function which delivers the smallest word length of all
element in section of the the subset which
is used for the approximation sigma.
|
static SchottkyAnalysisFunction |
createNumericalErrorFunction(Schottky schottky,
double testAcc,
double controlAcc)
Creates function which evaluates numerical the absolute error
we make when we use the approxiamation with a prescribed
error given by testAcc.
|
static SchottkyAnalysisFunction |
createNumOfSmallTermsFunction(Schottky schottky,
double testAcc)
Creates function counting the number of elements in subset which
deliver a term below the numerical resolution.
|
static SchottkyAnalysisFunction |
createNumOfUsedTermsFunction(Schottky schottky,
double testAcc)
Creates function counting the number of elements in subset which
is used for the approximation of sigma.
|
public static SchottkyAnalysisFunction createAbsSeriesFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createAbsValueFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createAbsValueFunctionForPower(Schottky schottky, int pow, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createAnalysisCheckFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createErrorFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createMaxWordLengthFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createMinWordLengthFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createNumericalErrorFunction(Schottky schottky, double testAcc, double controlAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createNumOfSmallTermsFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximationpublic static SchottkyAnalysisFunction createNumOfUsedTermsFunction(Schottky schottky, double testAcc)
schottky
- instance of analysistestAcc
- accuracy of approximation