nls_optimize.inner | R Documentation |
Obtain the solution to minimize the sum of squared errors of the defined function fun
by levenberg-marquardt method. Adapted from PRACMA package.
nls_optimize.inner(fun, x0, ..., options)
fun |
The function returns the vector of weighted residuals. |
x0 |
The initial value for optimization. |
... |
Parameters to be passed for |
options |
Additional optimization controls. |
par |
The solution to the non-linear least square problem, the same size as |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.