org.codehaus.jet.hypothesis.testers
Class CachingHypothesisTester
java.lang.Object
org.codehaus.jet.hypothesis.testers.CachingHypothesisTester
- All Implemented Interfaces:
- HypothesisTester
public class CachingHypothesisTester
- extends java.lang.Object
- implements HypothesisTester
Default implementation of HypothesisTester
- Author:
- Mauro Talevi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingHypothesisTester
public CachingHypothesisTester(HypothesisTester delegate)
estimateRejectionValue
public double estimateRejectionValue(RejectionValueType type,
java.lang.String testName,
int[] options,
double level,
int sampleSize)
- Description copied from interface:
HypothesisTester
- Estimate rejection value for a given test
- Specified by:
estimateRejectionValue
in interface HypothesisTester
- Parameters:
type
- the RejectionValueTypetestName
- the name of the testoptions
- the ints encoding the optionslevel
- the significance levelsampleSize
- the sample size
- Returns:
- The rejection value
listTestNames
public java.lang.String[] listTestNames()
- Description copied from interface:
HypothesisTester
- Returns the list of supported test names
- Specified by:
listTestNames
in interface HypothesisTester
- Returns:
- The list of test names
Copyright © 2006-2007. All Rights Reserved.