public class JackknifeEstimate extends Estimate<EmpiricalDistribution>
Estimate.EstimatorType
estimatorType, 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, setRowIndex
getDistribution, getMean
public JackknifeEstimate(int n, int d)
n
- the number of observations in the original sampled
- the number of left-out observationspublic Matrix getVariance()
CentralMomentsGettable
getVariance
in interface CentralMomentsGettable
getVariance
in class RandomVariable<EmpiricalDistribution>
public ConfidenceInterval getConfidenceIntervalBounds(double oneMinusAlpha)
Estimate
getConfidenceIntervalBounds
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()
NumberOfRealizationsProvider
getNumberOfRealizations
in interface NumberOfRealizationsProvider