varHAJ {WaveSampling} | R Documentation |
Hajek-Rosen variance estimator
Description
Estimator of the variance of the Horvitz-Thompson estimator. It is based on the variance estimator of the conditional Poisson sampling design. See Tillé (2020, Chapter 5) for more informations.
Usage
varHAJ(y, pik, s)
Arguments
y |
vector of size |
pik |
vector of the inclusion probabilities. The length should be equal to |
s |
index vector of size |
Details
The function computes the following quantity :
This estimator is well-defined for maximum entropy sampling design and use only inclusion probabilities of order one.
Value
A number, the variance
References
Tillé, Y. (2020). Sampling and estimation from finite populations. New York: Wiley
[Package WaveSampling version 0.1.3 Index]