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 c38dd44 commit e133202Copy full SHA for e133202
src/Statistics.jl
@@ -347,7 +347,7 @@ The algorithm returns an estimator of the generative distribution's variance
347
under the assumption that each entry of `itr` is a sample drawn from the same
348
unknown distribution, with the samples uncorrelated.
349
For arrays, this computation is equivalent to calculating
350
-`sum((itr .- mean(itr)).^2) / (length(itr) - 1))`.
+`sum((itr .- mean(itr)).^2) / (length(itr) - 1)`.
351
If `corrected` is `true`, then the sum is scaled with `n-1`,
352
whereas the sum is scaled with `n` if `corrected` is
353
`false` where `n` is the number of elements in `itr`.
0 commit comments