SimpleUnconstrainedLikelihoodModel
public interface UnconstrainedLikelihoodModel
Modifier and Type | Interface | Description |
---|---|---|
static interface |
UnconstrainedLikelihoodModel.External |
The External calculator does not maintain any state and is approapriate for
calculation where a store is provided
|
static interface |
UnconstrainedLikelihoodModel.Instance |
|
static interface |
UnconstrainedLikelihoodModel.Internal |
The Internal calculator may maintain state and is approapriate permanent attachment
to internal nodes of the tree structure
|
static interface |
UnconstrainedLikelihoodModel.Leaf |
A LHCalculator.Leaf object is attached to each leaf node and can be used to calculated conditional probabilities across the related branch.
|