Package | Description |
---|---|
ModelTest |
Modifier and Type | Method and Description |
---|---|
TestInstance |
AIC.getBestInstance()
Returns the test instance with the best AIC
|
TestInstance |
BIC.getBestInstance()
Returns the test instance with the best BIC
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<TestInstance,java.lang.Double> |
AIC.getAICs()
Returns the AIC for each instance
|
java.util.Map<TestInstance,java.lang.Double> |
BIC.getBICs()
Returns the BIC for each instance
|
java.util.Map<TestInstance,Likelihood> |
AIC.getLikelihoods()
Returns the likelihood for each instance
|
java.util.Map<TestInstance,Likelihood> |
BIC.getLikelihoods()
Returns the likelihood for each instance
|
Constructor and Description |
---|
AIC(java.util.List<TestInstance> instances,
Optimizer o)
Creates an object containing the AIC for several test instances
|
BIC(java.util.List<TestInstance> instances,
Optimizer o)
Creates an object containing the BIC for several test instances
|