diff scripts/statistics/base/var.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 95c3e38098bf
children e151e23f73bc
line wrap: on
line diff
--- a/scripts/statistics/base/var.m
+++ b/scripts/statistics/base/var.m
@@ -30,6 +30,7 @@
 ## @item 0:
 ## Normalizes with @math{N-1}, provides the best unbiased estimator of the
 ## variance [default].
+##
 ## @item 1:
 ## Normalizes with @math{N}, this provides the second moment around the mean.
 ## @end table