Fixed-Point estimator for approximate variance estimation by Deville and Tillé (2005). Estimator of class 2, it requires only first-order inclusion probabilities and only for sample units.
var_FixedPoint(y, pik, maxIter = 1000, eps = 1e-05)a scalar, the estimated variance
numeric vector of sample observations
numeric vector of first-order inclusion probabilities for sample units
a scalar indicating the maximum number of iterations for the fixed-point procedure
tolerance value for the convergence of the fixed-point procedure