Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed Jul 28, 2024
1 parent 8a8583d commit ecf2a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xgi/stats/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def var(self):
Notes
-----
This implementation calculates the variance with N in the denominator.
This implementation calculates the variance with N in the denominator. (NumPy's default)
This is in contrast to the sample variation which normalizes by N-1.
See https://www.allendowney.com/blog/2024/06/08/which-standard-deviation/
for more details.
Expand Down

0 comments on commit ecf2a0c

Please sign in to comment.