You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 5, 2024. It is now read-only.
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.
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 useddof=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
The text was updated successfully, but these errors were encountered: