Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
NIFTy
Commits
72f8051b
Commit
72f8051b
authored
Jan 24, 2019
by
Philipp Arras
Browse files
Docs
parent
4aa9b766
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/probing.py
View file @
72f8051b
...
...
@@ -25,9 +25,9 @@ class StatCalculator(object):
Notes
-----
-
t
he memory usage of this object is constant, i.e. it does not increase
with the number of samples added
-
t
he code computes the unbiased variance (which contains a `1./(n-1)`
-
T
he memory usage of this object is constant, i.e. it does not increase
with the number of samples added
.
-
T
he code computes the unbiased variance (which contains a `1./(n-1)`
term for `n` samples).
"""
def
__init__
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment