This commit is contained in:
Gilles 2018-08-28 20:09:12 +02:00
parent e009e73e75
commit c89916ca4c
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class LeastSquaresFactory {
/**
* Create a {@link org.apache.commons.math4.fitting.leastsquares.LeastSquaresProblem}
* from the given elements. There will be no weights applied (unit weights).
* from the given elements.
*
* @param model the model function. Produces the computed values.
* @param observed the observed (target) values