summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJay Belanger <jay.p.belanger@gmail.com>2007-08-04 04:22:27 +0000
committerJay Belanger <jay.p.belanger@gmail.com>2007-08-04 04:22:27 +0000
commitfa92d805be21e47724999588e3f22eeaebdf280b (patch)
treef2c63befca1b8786237fc5cc8508f97e1b0624da /man
parentde6a5d7ba9b76912bbc4a3faddd59ecbe903a923 (diff)
downloademacs-fa92d805be21e47724999588e3f22eeaebdf280b.tar.gz
(Linear Fits): Correct result.
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog3
-rw-r--r--man/calc.texi2
2 files changed, 3 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 662250740b9..b9fce174f64 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -5,7 +5,8 @@
(Graphics Options): Mention how `g s' handles error forms.
(Curve Fitting): Mention plotting the curves.
(Standard Nonlinear Models): Add additional models.
- (Curve fitting details): Mention the Levenberg-Marquardt method.
+ (Curve Fitting Details): Mention the Levenberg-Marquardt method.
+ (Linear Fits): Correct result.
2007-08-01 Alan Mackenzie <acm@muc.de>
diff --git a/man/calc.texi b/man/calc.texi
index 95737d6106a..ec150339066 100644
--- a/man/calc.texi
+++ b/man/calc.texi
@@ -24059,7 +24059,7 @@ $$
@noindent
is on the stack and we wish to do a simple linear fit. Type
@kbd{a F}, then @kbd{1} for the model, then @key{RET} to use
-the default names. The result will be the formula @expr{3 + 2 x}
+the default names. The result will be the formula @expr{3. + 2. x}
on the stack. Calc has created the model expression @kbd{a + b x},
then found the optimal values of @expr{a} and @expr{b} to fit the
data. (In this case, it was able to find an exact fit.) Calc then