Mercurial > hg > octave-nkf
diff scripts/statistics/base/std.m @ 11587:c792872f8942
all script files: untabify and strip trailing whitespace
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 20 Jan 2011 17:35:29 -0500 |
parents | fd0a3ac60b0e |
children | 6b2f14af2360 |
line wrap: on
line diff
--- a/scripts/statistics/base/std.m +++ b/scripts/statistics/base/std.m @@ -38,20 +38,20 @@ ## @noindent ## where @math{N} is the number of elements. ## @end ifnottex -## +## ## If @var{x} is a matrix, compute the standard deviation for ## each column and return them in a row vector. ## -## The argument @var{opt} determines the type of normalization to use. +## The argument @var{opt} determines the type of normalization to use. ## Valid values are ## ## @table @asis ## @item 0: -## normalize with @math{N-1}, provides the square root of the best unbiased +## normalize with @math{N-1}, provides the square root of the best unbiased ## estimator of the variance [default] ## ## @item 1: -## normalize with @math{N}, this provides the square root of the second +## normalize with @math{N}, this provides the square root of the second ## moment around the mean ## @end table ##