From 1df024ec0a87ca9464322aced1244989e549eed3 Mon Sep 17 00:00:00 2001 From: dmiller Date: Tue, 19 Sep 2017 22:39:20 +0000 Subject: [PATCH] Add missing nsedoc marker for formulas.mean_stddev --- nselib/formulas.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/formulas.lua b/nselib/formulas.lua index 25f3c9c54..b2f6511dd 100644 --- a/nselib/formulas.lua +++ b/nselib/formulas.lua @@ -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