On the non-recursive implementation of multistage sampling without replacement

关于无放回多阶段抽样的非递归实现

阅读:1

Abstract

Variance estimation in multistage sampling without replacement usually requires considerable computational effort. One option is to implement explicit formulas on a computer, at least for some specific sampling designs. This approach becomes quite cumbersome to handle beyond two stages, both from the formulation and computer implementation points of view. Another option is to provide a general method to compute variance estimates for any number of stages. Such an approach may involve data structures and estimators which are recursively defined. •The solution we present in this article is intended to be both general and computationally efficient by relying on a full-iterative implementation.•The definition of the estimators remains implicit as in the recursive approach, but is expressed in terms of recurrence relations translated into iterative algorithms.•These algorithms rely only on (dense) array data structures. Moreover, most of the necessary computer memory is only used during preliminary steps and is not required when performing the statistical calculations.

特别声明

1、本页面内容包含部分的内容是基于公开信息的合理引用;引用内容仅为补充信息,不代表本站立场。

2、若认为本页面引用内容涉及侵权,请及时与本站联系,我们将第一时间处理。

3、其他媒体/个人如需使用本页面原创内容,需注明“来源:[生知库]”并获得授权;使用引用内容的,需自行联系原作者获得许可。

4、投稿及合作请联系:info@biocloudy.com。