public class ModelParameterEstimates extends GaussianEstimate
Estimate.EstimatorType
Modifier and Type | Field and Description |
---|---|
protected java.util.List<java.lang.Integer> |
estimatedParameterIndices |
estimatorType, rowIndex
Constructor and Description |
---|
ModelParameterEstimates(Matrix mean,
Matrix variance)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Matrix |
getRandomDeviate()
This method returns a random deviate from this estimate.
|
java.util.List<java.lang.Integer> |
getTrueParameterIndices()
This method returns the indices of the parameters that were truly estimated.
|
protected void |
setEstimatedParameterIndices() |
getConfidenceIntervalBounds, getQuantileForProbability, setMean, setVariance
getDifferenceEstimate, getEstimatorType, getProductEstimate, getProductEstimate, getProductOfManyEstimates, getRowIndex, getSumEstimate, isMergeableEstimate, setRowIndex
getDistribution, getMean, getVariance
protected final java.util.List<java.lang.Integer> estimatedParameterIndices
protected void setEstimatedParameterIndices()
public java.util.List<java.lang.Integer> getTrueParameterIndices()
public Matrix getRandomDeviate()
Estimate
getRandomDeviate
in class Estimate<GaussianDistribution>