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

Add feature to compute variance when original weights are not given. #301

Open
codetalker7 opened this issue May 26, 2023 · 0 comments
Open
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@codetalker7
Copy link
Member

The ReplicateDesign constructor supports specifying the columns in the input DataFrame which are to be used as the replicate weights.

In such situations, the current variance implementation won't work (because it uses original weights to compute the variance). Support should be added for computing the variance in the case where original weights are not available.

@codetalker7 codetalker7 added good first issue Good for newcomers enhancement New feature or request labels May 26, 2023
@nadiaenh nadiaenh self-assigned this Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants