Package | Description |
---|---|
gov.sandia.cognition.statistics.bayesian |
Provides algorithms for computing Bayesian estimates of parameters.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AdaptiveRejectionSampling.LineSegment> |
AdaptiveRejectionSampling.AbstractEnvelope.lines
Line segments that comprise the envelope
|
Modifier and Type | Method and Description |
---|---|
protected AdaptiveRejectionSampling.LineSegment |
AdaptiveRejectionSampling.AbstractEnvelope.findLineSegment(java.lang.Double input)
Finds the line segment that contains the input
|
Modifier and Type | Method and Description |
---|---|
protected java.util.ArrayList<AdaptiveRejectionSampling.LineSegment> |
AdaptiveRejectionSampling.AbstractEnvelope.getLines()
Getter for lines
|