StatsBase.jl icon indicating copy to clipboard operation
StatsBase.jl copied to clipboard

Finite Population Corrections for `sem`

Open ParadaCarleton opened this issue 3 years ago • 1 comments

When sampling from a finite population without replacement, the standard error is less than the current sem -- for instance, the standard error is 0 when you've sampled the whole population. It'd be nice to include some way to calculate the finite-population standard error.

ParadaCarleton avatar Feb 16 '22 16:02 ParadaCarleton

Yes, we need a more general effort to support all kinds of survey statistics. This should probably go to a separate package, at least initially.

nalimilan avatar Feb 22 '22 14:02 nalimilan