public class UniformEstimate extends Estimate<UniformDistribution> implements BoundedDistribution
Estimate.EstimatorType
estimatorType, rowIndex
Constructor and Description |
---|
UniformEstimate(Matrix lowerBoundValue,
Matrix upperBoundValue) |
Modifier and Type | Method and Description |
---|---|
ConfidenceInterval |
getConfidenceIntervalBounds(double oneMinusAlpha)
This method returns the probability of getting a lower valueand upper bound of a confidence intervals at probability
level 1 - alpha
|
protected Matrix |
getQuantileForProbability(double probability) |
void |
setLowerBoundValue(Matrix lowerBoundValue)
This method sets the lower bound.
|
void |
setUpperBoundValue(Matrix upperBoundValue)
This method sets the lower bound.
|
getDifferenceEstimate, getEstimatorType, getProductEstimate, getProductEstimate, getProductOfManyEstimates, getRandomDeviate, getRowIndex, getSumEstimate, isMergeableEstimate, setRowIndex
getDistribution, getMean, getVariance
public void setLowerBoundValue(Matrix lowerBoundValue)
BoundedDistribution
setLowerBoundValue
in interface BoundedDistribution
lowerBoundValue
- a Matrix instancepublic void setUpperBoundValue(Matrix upperBoundValue)
BoundedDistribution
setUpperBoundValue
in interface BoundedDistribution
upperBoundValue
- a Matrix instanceprotected Matrix getQuantileForProbability(double probability)
public ConfidenceInterval getConfidenceIntervalBounds(double oneMinusAlpha)
Estimate
getConfidenceIntervalBounds
in class Estimate<UniformDistribution>
oneMinusAlpha
- is 1 minus the probability of Type I error