Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow fpc argument in the constructor and implement finite population correction #284

Open
smishr opened this issue Mar 20, 2023 · 2 comments
Assignees

Comments

@smishr
Copy link
Contributor

smishr commented Mar 20, 2023

TODO

@ayushpatnaikgit ayushpatnaikgit changed the title fpc Allow fpc argument in the constructor and implement finite population correction Mar 20, 2023
@ayushpatnaikgit
Copy link
Member

Implement finite population correction like in R. Read Lohr on this.

@ayushpatnaikgit
Copy link
Member

The formula is

FPC = sqrt[(N - n)/(N - 1)]

Where:

N is the population size
n is the sample size

But the issue is that the population and sample size is different for each stratum. For JKn, you can multiply FPC for each strata because you do the summation. Not sure how to do it for bootstrap. Start with JKn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants