ellessenne/mla: An Algorithm for Least-squares Curve Fitting

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).

Getting started

Package details

MaintainerAlessandro Gasparini <alessandro.gasparini@ki.se>
LicenseGPL (>= 3)
Version0.0.0-9000
URL https://ellessenne.github.io/mla/
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("ellessenne/mla")
ellessenne/mla documentation built on March 29, 2020, 12:20 p.m.