We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f713f02 commit fd15fd1Copy full SHA for fd15fd1
_doc/technical/plot_parallelized_reduction.py
@@ -20,7 +20,7 @@
20
norm(X)_i = \\frac{ X_i - \\mathbb{E}X}{ \\sqrt{ \\mathbb{V}X}}
21
22
With :math:`\\mathbb{E}X = mean(X)`,
23
-:math:`\\mathbb{V}X = mean\\left(\\left(X - mean(X)\\rigth)^2\\right)`.
+:math:`\\mathbb{V}X = mean\\left(\\left(X - mean(X)\\right)^2\\right)`.
24
We draw 128 random permutations of X. The average or mean should not change.
25
And the normalized vector should have the same values. In the first case, we compute
26
the difference between the highest and the lowest values obtained for the average.
0 commit comments