|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HypothesisTester
HypothesisTester is a facade exposing the hypothesis test functionality
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 |
---|
double estimateRejectionValue(RejectionValueType type, java.lang.String testName, int[] options, double level, int sampleSize)
type
- the RejectionValueTypetestName
- the name of the testoptions
- the ints encoding the optionslevel
- the significance levelsampleSize
- the sample size
RejectionValueEstimateFailedException
- when estimate failsjava.lang.String[] listTestNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |