varm
varm(v, m)
Compute the sample variance of a vector v
with known mean m
. Note: Julia does not ignore NaN
values in the computation.
Examples
See Also
User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.