changeset 19470:93dd3457eef9 stable

meansq.m: Fix texinfo copy&paste error from std to meansq
author Andreas Weber <andy.weber.aw@gmail.com>
date Mon, 29 Dec 2014 11:13:40 +0100
parents 2304ddfd736f
children 8dbd55742112
files scripts/statistics/base/meansq.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/statistics/base/meansq.m	Sun Dec 14 21:14:36 2014 -0800
+++ b/scripts/statistics/base/meansq.m	Mon Dec 29 11:13:40 2014 +0100
@@ -31,7 +31,7 @@
 ##
 ## @example
 ## @group
-## std (x) = 1/N SUM_i x(i)^2
+## meansq (x) = 1/N SUM_i x(i)^2
 ## @end group
 ## @end example
 ##