org.codehaus.jet.hypothesis
Interface HypothesisTester

All Known Implementing Classes:
CachingHypothesisTester, DefaultHypothesisTester

public interface HypothesisTester

HypothesisTester is a facade exposing the hypothesis test functionality

Author:
Mauro Talevi

Method Summary
 double estimateRejectionValue(RejectionValueType type, java.lang.String testName, int[] options, double level, int sampleSize)
          Estimate rejection value for a given test
 java.lang.String[] listTestNames()
          Returns the list of supported test names
 

Method Detail

estimateRejectionValue

double estimateRejectionValue(RejectionValueType type,
                              java.lang.String testName,
                              int[] options,
                              double level,
                              int sampleSize)
Estimate rejection value for a given test

Parameters:
type - the RejectionValueType
testName - the name of the test
options - the ints encoding the options
level - the significance level
sampleSize - the sample size
Returns:
The rejection value
Throws:
RejectionValueEstimateFailedException - when estimate fails

listTestNames

java.lang.String[] listTestNames()
Returns the list of supported test names

Returns:
The list of test names


Copyright © 2006-2007. All Rights Reserved.