|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RejectionValueEstimator | |
---|---|
org.codehaus.jet.hypothesis.rejection | |
org.codehaus.jet.hypothesis.rejection.estimators |
Uses of RejectionValueEstimator in org.codehaus.jet.hypothesis.rejection |
---|
Methods in org.codehaus.jet.hypothesis.rejection that return RejectionValueEstimator | |
---|---|
RejectionValueEstimator |
RejectionValueEstimatorProvider.getEstimator(RejectionValueType type,
java.lang.String testName)
Returns the estimator of a given type for a given test |
Uses of RejectionValueEstimator in org.codehaus.jet.hypothesis.rejection.estimators |
---|
Classes in org.codehaus.jet.hypothesis.rejection.estimators that implement RejectionValueEstimator | |
---|---|
class |
AbstractRejectionValueEstimator
Abstract base RejectionValueEstimator. |
class |
CriticalValueEstimator
Estimator of critical value for unit roots and cointegration tests. |
class |
PValueEstimator
Estimator of p-value for unit roots and cointegration tests. |
Methods in org.codehaus.jet.hypothesis.rejection.estimators that return RejectionValueEstimator | |
---|---|
RejectionValueEstimator |
DefaultEstimatorProvider.getEstimator(RejectionValueType type,
java.lang.String testName)
|
Constructor parameters in org.codehaus.jet.hypothesis.rejection.estimators with type arguments of type RejectionValueEstimator | |
---|---|
DefaultEstimatorProvider(java.util.Map<java.lang.String,RejectionValueEstimator> criticalValueEstimators,
java.util.Map<java.lang.String,RejectionValueEstimator> pValueEstimators)
Creates a DefaultEstimatorProvider with given 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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |