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.
varcorrection
UnitWeights
1 parent e8ab265 commit d9cb8f8Copy full SHA for d9cb8f8
src/weights.jl
@@ -347,7 +347,7 @@ uweights(::Type{T}, s::Int) where {T<:Real} = UnitWeights{T}(s)
347
"""
348
varcorrection(w::UnitWeights, corrected=false)
349
350
-* `corrected=true`: ``\\frac{n}{n - 1}``, where ``n`` is the length of the weight vector
+* `corrected=true`: ``\\frac{1}{n - 1}``, where ``n`` is the length of the weight vector
351
* `corrected=false`: ``\\frac{1}{n}``, where ``n`` is the length of the weight vector
352
353
This definition is equivalent to the correction applied to unweighted data.
0 commit comments