Mercurial > hg > octave-nkf
diff scripts/polynomial/polyfit.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 | a8ce6bdecce5 |
children | 1740012184f9 |
line wrap: on
line diff
--- a/scripts/polynomial/polyfit.m +++ b/scripts/polynomial/polyfit.m @@ -31,12 +31,16 @@ ## @table @samp ## @item R ## Triangular factor R from the QR decomposition. +## ## @item X ## The Vandermonde matrix used to compute the polynomial coefficients. +## ## @item df ## The degrees of freedom. +## ## @item normr ## The norm of the residuals. +## ## @item yf ## The values of the polynomial for each value of @var{x}. ## @end table