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 f0cccd6 commit 6768a16Copy full SHA for 6768a16
src/weights.jl
@@ -351,7 +351,7 @@ uweights(::Type{T}, s::Int) where {T<:Real} = UnitWeights{T}(s)
351
"""
352
varcorrection(w::UnitWeights, corrected=false)
353
354
-* `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
355
* `corrected=false`: ``\\frac{1}{n}``, where ``n`` is the length of the weight vector
356
357
This definition is equivalent to the correction applied to unweighted data.
0 commit comments