|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.jet.hypothesis.rejection.estimators.DefaultEstimatorProvider
public class DefaultEstimatorProvider
Default implementation of RejectionValueEstimatorProvider. Uses simple caching via Maps.
Constructor Summary | |
---|---|
DefaultEstimatorProvider()
Creates a DefaultEstimatorProvider with default estimator caches |
|
DefaultEstimatorProvider(java.util.Map<java.lang.String,RejectionValueEstimator> criticalValueEstimators,
java.util.Map<java.lang.String,RejectionValueEstimator> pValueEstimators)
Creates a DefaultEstimatorProvider with given estimator caches |
Method Summary | |
---|---|
RejectionValueEstimator |
getEstimator(RejectionValueType type,
java.lang.String testName)
Returns the estimator of a given type for a given test |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultEstimatorProvider()
public DefaultEstimatorProvider(java.util.Map<java.lang.String,RejectionValueEstimator> criticalValueEstimators, java.util.Map<java.lang.String,RejectionValueEstimator> pValueEstimators)
criticalValueEstimators
- the cache of CriticalValuesEstimatorspValueEstimators
- the cache of PValueEstimatorsMethod Detail |
---|
public RejectionValueEstimator getEstimator(RejectionValueType type, java.lang.String testName)
RejectionValueEstimatorProvider
getEstimator
in interface RejectionValueEstimatorProvider
type
- the rejection value typetestName
- the test name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |