diff scripts/statistics/base/ols.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 17997376291b
line wrap: on
line diff
--- a/scripts/statistics/base/ols.m	Thu Jan 20 17:24:59 2011 -0500
+++ b/scripts/statistics/base/ols.m	Thu Jan 20 17:35:29 2011 -0500
@@ -56,7 +56,7 @@
 ## @var{beta} is calculated directly via @code{inv (x'*x) * x' * y} if the
 ## matrix @code{x'*x} is of full rank.
 ## @end ifnottex
-## Otherwise, @code{@var{beta} = pinv (@var{x}) * @var{y}} where 
+## Otherwise, @code{@var{beta} = pinv (@var{x}) * @var{y}} where
 ## @code{pinv (@var{x})} denotes the pseudoinverse of @var{x}.
 ##
 ## @item sigma