Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Collection<AdaptiveRejectionSampling.Point> |
AdaptiveRejectionSampling.getPoints()
Getter for points
|
Modifier and Type | Method and Description |
---|---|
int |
AdaptiveRejectionSampling.Point.compareTo(AdaptiveRejectionSampling.Point o) |
Modifier and Type | Method and Description |
---|---|
static PolynomialFunction.Linear |
AdaptiveRejectionSampling.Point.line(int index,
java.util.ArrayList<AdaptiveRejectionSampling.Point> points)
Connects the points at index and index + 1 with a straight line.
|