org.codehaus.jet.hypothesis.rejection
Interface RejectionValueEstimatorProvider
- All Known Implementing Classes:
- DefaultEstimatorProvider
public interface RejectionValueEstimatorProvider
Provider of rejection value estimators for different tests.
- Author:
- Mauro Talevi
getEstimator
RejectionValueEstimator getEstimator(RejectionValueType type,
java.lang.String testName)
- Returns the estimator of a given type for a given test
- Parameters:
type
- the rejection value typetestName
- the test name
- Returns:
- A RejectionValueEstimator
Copyright © 2006-2007. All Rights Reserved.