diff scripts/statistics/base/std.m @ 10821:693e22af08ae

Grammarcheck documentation of m-files Add newlines between @item fields for readability.
author Rik <octave@nomad.inbox5.com>
date Mon, 26 Jul 2010 21:25:36 -0700
parents be55736a0783
children e151e23f73bc
line wrap: on
line diff
--- a/scripts/statistics/base/std.m	Mon Jul 26 07:41:23 2010 -0400
+++ b/scripts/statistics/base/std.m	Mon Jul 26 21:25:36 2010 -0700
@@ -36,6 +36,7 @@
 ## std (x) = sqrt (sumsq (x - mean (x)) / (n - 1))
 ## @end group
 ## @end example
+##
 ## @end ifnottex
 ## If @var{x} is a matrix, compute the standard deviation for
 ## each column and return them in a row vector.
@@ -47,6 +48,7 @@
 ## @item 0:
 ##   normalizes with @math{N-1}, provides the square root of best unbiased 
 ##   estimator of the variance [default]
+##
 ## @item 1:
 ##   normalizes with @math{N}, this provides the square root of the second
 ##   moment around the mean