Skip to content
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.

Degree of freedom for variance calculation #31

Open
coldfire79 opened this issue Sep 22, 2022 · 1 comment
Open

Degree of freedom for variance calculation #31

coldfire79 opened this issue Sep 22, 2022 · 1 comment

Comments

@coldfire79
Copy link

coldfire79 commented Sep 22, 2022

I found that np.var function is used to calculate the variances in the code. Since the np.var function is using ddof=0 by default, we need to fix it to use ddof=1 to make all the equations aligned with the original paper.

I created a PR for it. Please take a look and let me know if you have any thoughts.

PR link: #30

@coldfire79
Copy link
Author

Any updates for this issue?

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

No branches or pull requests

1 participant