Typo in userguide.

Thanks to "0xflotus".
Closes #228.
This commit is contained in:
Gilles Sadowski 2022-12-19 00:58:55 +01:00
parent e2dd8f1a0d
commit f554608841
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ obs.add(-0.99, 2.221135431136975);
obs.add(-0.98, 2.09985277659314);
obs.add(-0.97, 2.0211192647627025);
// ... Lots of lines omitted ...
obs.addt(0.99, -2.4345814727089854);
obs.add(0.99, -2.4345814727089854);
// Instantiate a third-degree polynomial fitter.
final PolynomialCurveFitter fitter = PolynomialCurveFitter.create(3);