|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RejectionValueType | |
---|---|
org.codehaus.jet.hypothesis | |
org.codehaus.jet.hypothesis.rejection | |
org.codehaus.jet.hypothesis.rejection.estimators | |
org.codehaus.jet.hypothesis.testers |
Uses of RejectionValueType in org.codehaus.jet.hypothesis |
---|
Methods in org.codehaus.jet.hypothesis with parameters of type RejectionValueType | |
---|---|
double |
HypothesisTester.estimateRejectionValue(RejectionValueType type,
java.lang.String testName,
int[] options,
double level,
int sampleSize)
Estimate rejection value for a given test |
Uses of RejectionValueType in org.codehaus.jet.hypothesis.rejection |
---|
Methods in org.codehaus.jet.hypothesis.rejection that return RejectionValueType | |
---|---|
static RejectionValueType |
RejectionValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RejectionValueType[] |
RejectionValueType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.codehaus.jet.hypothesis.rejection with parameters of type RejectionValueType | |
---|---|
RejectionValueEstimator |
RejectionValueEstimatorProvider.getEstimator(RejectionValueType type,
java.lang.String testName)
Returns the estimator of a given type for a given test |
Uses of RejectionValueType in org.codehaus.jet.hypothesis.rejection.estimators |
---|
Methods in org.codehaus.jet.hypothesis.rejection.estimators with parameters of type RejectionValueType | |
---|---|
RejectionValueEstimator |
DefaultEstimatorProvider.getEstimator(RejectionValueType type,
java.lang.String testName)
|
Uses of RejectionValueType in org.codehaus.jet.hypothesis.testers |
---|
Methods in org.codehaus.jet.hypothesis.testers with parameters of type RejectionValueType | |
---|---|
double |
DefaultHypothesisTester.estimateRejectionValue(RejectionValueType type,
java.lang.String testName,
int[] options,
double level,
int sampleSize)
|
double |
CachingHypothesisTester.estimateRejectionValue(RejectionValueType type,
java.lang.String testName,
int[] options,
double level,
int sampleSize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |