diff options
| -rw-r--r-- | man/ChangeLog | 3 | ||||
| -rw-r--r-- | man/calc.texi | 2 |
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 @@ | |||
| 5 | (Graphics Options): Mention how `g s' handles error forms. | 5 | (Graphics Options): Mention how `g s' handles error forms. |
| 6 | (Curve Fitting): Mention plotting the curves. | 6 | (Curve Fitting): Mention plotting the curves. |
| 7 | (Standard Nonlinear Models): Add additional models. | 7 | (Standard Nonlinear Models): Add additional models. |
| 8 | (Curve fitting details): Mention the Levenberg-Marquardt method. | 8 | (Curve Fitting Details): Mention the Levenberg-Marquardt method. |
| 9 | (Linear Fits): Correct result. | ||
| 9 | 10 | ||
| 10 | 2007-08-01 Alan Mackenzie <acm@muc.de> | 11 | 2007-08-01 Alan Mackenzie <acm@muc.de> |
| 11 | 12 | ||
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 @@ $$ | |||
| 24059 | @noindent | 24059 | @noindent |
| 24060 | is on the stack and we wish to do a simple linear fit. Type | 24060 | is on the stack and we wish to do a simple linear fit. Type |
| 24061 | @kbd{a F}, then @kbd{1} for the model, then @key{RET} to use | 24061 | @kbd{a F}, then @kbd{1} for the model, then @key{RET} to use |
| 24062 | the default names. The result will be the formula @expr{3 + 2 x} | 24062 | the default names. The result will be the formula @expr{3. + 2. x} |
| 24063 | on the stack. Calc has created the model expression @kbd{a + b x}, | 24063 | on the stack. Calc has created the model expression @kbd{a + b x}, |
| 24064 | then found the optimal values of @expr{a} and @expr{b} to fit the | 24064 | then found the optimal values of @expr{a} and @expr{b} to fit the |
| 24065 | data. (In this case, it was able to find an exact fit.) Calc then | 24065 | data. (In this case, it was able to find an exact fit.) Calc then |