Interface | Description |
---|---|
Adapter |
Interface for an adapter.
|
Class | Description |
---|---|
AIC |
Class for computing the AIC of several test instances (where an instance
is a calculator and a set of parameters.
|
BIC |
Class for computing the BIC of several test instances (where an instance
is a calculator and a set of parameters.
|
EmpiricalAdapter |
The empirical adapter.
|
EqualAdapter |
The equal adapter.
|
HypothesisTest |
Class to do hypothesis testing using simulation to generate the null distribution.
|
IdentityAdapter |
The identity adapter (i.e.
|
TestInstance |
Represents a particular instance (calculator and parameters) to be tested
to find the best performing.
|