Learn R Programming

⚠️There's a newer version (2.0.8) of this package.Take me there.

marqLevAlg (version 1.1)

An algorithm for least-squares curve fitting

Description

This algorithm provides a numerical solution to the problem of minimizing a function. This is more efficient than the Gauss-Newton-like algorithm when starting from points very far from the final minimum. A new convergence test is implemented (RDM) in addition to the usual stopping criterion : stopping rule is when the gradients are small enough in the parameters metric (GH-1G).

Copy Link

Version

Install

install.packages('marqLevAlg')

Monthly Downloads

2,653

Version

1.1

License

GPL (>= 2.0)

Maintainer

M Prague

Last Published

March 18th, 2013

Functions in marqLevAlg (1.1)

weib

Simulated dataset for the weibull function.
ForInternalUse

For internal use only ...
dataEmilie

data Emilie.
deriva

Numerical approch to derivate.
marqLevAlg-package

An algorithm for least-squares curve fitting.
summary.marqLevAlg

summary of optimization.
marqLevAlg

An algorithm for least-squares curve fitting.
print.marqLevAlg

Summary of a marqLevAlg object