y = f(pi;x), where {@code x} isthe independent variable and the pi are the parameters. (xk, yk),{@code 0 <= k < N}. ∑yk - f(xk)2, which is actually a least-squares problem. This class contains boilerplate code for calling the {@link #fit(Collection)} method for obtaining the parameters.The problem setup, such as the choice of optimization algorithm for fitting a specific function is delegated to subclasses.
@since 3.3
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |