public class VarianceEstimate extends Estimate<ChiSquaredDistribution>
Estimate.EstimatorType
estimatorType, rowIndex
Constructor and Description |
---|
VarianceEstimate(int degreesOfFreedom,
double mean)
Constructor with mean only.
|
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
|
getDifferenceEstimate, getEstimatorType, getProductEstimate, getProductEstimate, getProductOfManyEstimates, getRandomDeviate, getRowIndex, getSumEstimate, isMergeableEstimate, setRowIndex
getDistribution, getMean, getVariance
public VarianceEstimate(int degreesOfFreedom, double mean)
degreesOfFreedom
- the degrees of freedommean
- the estimated meanpublic ConfidenceInterval getConfidenceIntervalBounds(double oneMinusAlpha)
Estimate
getConfidenceIntervalBounds
in class Estimate<ChiSquaredDistribution>
oneMinusAlpha
- is 1 minus the probability of Type I error