public class VarianceEstimate extends Estimate<ChiSquaredDistribution>
Estimate.EstimatorTypeestimatorType, 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, setRowIndexgetDistribution, getMean, getVariancepublic VarianceEstimate(int degreesOfFreedom,
double mean)
degreesOfFreedom - the degrees of freedommean - the estimated meanpublic ConfidenceInterval getConfidenceIntervalBounds(double oneMinusAlpha)
EstimategetConfidenceIntervalBounds in class Estimate<ChiSquaredDistribution>oneMinusAlpha - is 1 minus the probability of Type I error