Interface | Description |
---|---|
LikelihoodCompatible | |
StatisticalModel<P extends StatisticalDataStructure> |
This interface defines the services provided by a statistical model.
|
Class | Description |
---|---|
AbstractStatisticalModel<D extends StatisticalDataStructure> |
The AbstractStatisticalModel class implements the StatisticalModel interface.
|
CompositeLogLikelihood | |
IndividualLikelihood |
The Likelihood class provides the basic services for all Likelihood classes
|
IndividualLogLikelihood |
The LogLikelihood interface provides the basic services for all LogLikelihood classes.
|