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

Method Summary
 RejectionValueEstimator getEstimator(RejectionValueType type, java.lang.String testName)
          Returns the estimator of a given type for a given test
 

Method Detail

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 type
testName - the test name
Returns:
A RejectionValueEstimator


Copyright © 2006-2007. All Rights Reserved.