Add missing nsedoc marker for formulas.mean_stddev

This commit is contained in:
dmiller 2017-09-19 22:39:20 +00:00
parent cc367c46ab
commit 1df024ec0a

View file

@ -126,7 +126,7 @@ function looksRandom(data)
return true
end
-- Return the mean and sample standard deviation of an array, using the
--- Return the mean and sample standard deviation of an array, using the
-- algorithm from Knuth Vol. 2, Section 4.2.2.
--
-- @params t An array-style table of values