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

Imputation using normal distribution sampling #294

Closed
5 tasks done
henninggaertner opened this issue Nov 8, 2023 · 0 comments · Fixed by #299
Closed
5 tasks done

Imputation using normal distribution sampling #294

henninggaertner opened this issue Nov 8, 2023 · 0 comments · Fixed by #299
Assignees
Labels
enhancement New feature or request testing tests needed

Comments

@henninggaertner
Copy link
Collaborator

henninggaertner commented Nov 8, 2023

A new type of imputation should also be added. Here, the NA values are replaced by random values from a normal distribution. The normal distribution is modified by a downshift and a width by the user. Downshift is the new mean value of the distribution, which is shifted to the left by x units of the standard distribution of the entire data set [mu_impute = mu_dataset + x* sigma_dataset]. The width is the factor y by which the standard distribution of the entire data set is scaled
[sigma_impute = y * sigma_dataset].

Acceptance Criteria

  • the normal distribution is calculated correctly
  • the imputed values are sampled correctly from the normal distribution
  • the imputation method is documented
  • the imputation method is available in the UI
  • tests have been created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request testing tests needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants