Javadoc.
This commit is contained in:
parent
e009e73e75
commit
c89916ca4c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue