Skip to content

Commit 1018a89

Browse files
authored
mean_and_var doc fix
1 parent 6f81971 commit 1018a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moments.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ std(v::RealArray, w::AbstractWeights, dim::Int; mean=nothing,
153153
"""
154154
mean_and_var(x, [w::AbstractWeights], [dim]; corrected=false) -> (mean, var)
155155
156-
Return the mean and standard deviation of collection `x`. If `x` is an `AbstractArray`,
156+
Return the mean and variance of collection `x`. If `x` is an `AbstractArray`,
157157
`dim` can be specified as a tuple to compute statistics over these dimensions.
158158
A weighting vector `w` can be specified to weight the estimates.
159159
Finally, bias correction is be applied to the variance calculation if `corrected=true`.

0 commit comments

Comments
 (0)