public class JackknifeEstimate extends Estimate<EmpiricalDistribution>
Estimate.EstimatorTypeestimatorType, rowIndex| Constructor and Description |
|---|
JackknifeEstimate(int n,
int d)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addRealization(Matrix value)
This method adds a realization to the empirical distribution.
|
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
|
int |
getNumberOfRealizations()
This method returns the number of realizations the estimate is based on
|
java.util.List<Matrix> |
getRealizations()
This method returns the list of realizations in the empirical distribution.
|
Matrix |
getVariance()
This method returns the second central moment, i.e.
|
getDifferenceEstimate, getEstimatorType, getProductEstimate, getProductEstimate, getProductOfManyEstimates, getRandomDeviate, getRowIndex, getSumEstimate, isMergeableEstimate, setRowIndexgetDistribution, getMeanpublic JackknifeEstimate(int n,
int d)
n - the number of observations in the original sampled - the number of left-out observationspublic Matrix getVariance()
CentralMomentsGettablegetVariance in interface CentralMomentsGettablegetVariance in class RandomVariable<EmpiricalDistribution>public ConfidenceInterval getConfidenceIntervalBounds(double oneMinusAlpha)
EstimategetConfidenceIntervalBounds in class Estimate<EmpiricalDistribution>oneMinusAlpha - is 1 minus the probability of Type I errorpublic void addRealization(Matrix value)
value - a Matrixpublic java.util.List<Matrix> getRealizations()
public int getNumberOfRealizations()
NumberOfRealizationsProvidergetNumberOfRealizations in interface NumberOfRealizationsProvider