-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
18 lines (18 loc) · 1.38 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package: gslnls
Type: Package
Title: GSL Multi-Start Nonlinear Least-Squares Fitting
Version: 1.4.0
Date: 2025-01-01
Authors@R: person("Joris", "Chau", email = "joris.chau@openanalytics.eu", role = c("aut", "cre"))
Description: An R interface to nonlinear least-squares optimization with the GNU Scientific Library (GSL), see M. Galassi et al. (2009, ISBN:0954612078). The available trust region methods include the Levenberg-Marquardt algorithm with and without geodesic acceleration, the Steihaug-Toint conjugate gradient algorithm for large systems and several variants of Powell's dogleg algorithm. Multi-start optimization based on quasi-random samples is implemented using a modified version of the algorithm in Hickernell and Yuan (1997, OR Transactions). Robust nonlinear regression can be performed using various robust loss functions, in which case the optimization problem is solved by iterative reweighted least squares (IRLS). Bindings are provided to tune a number of parameters affecting the low-level aspects of the trust region algorithms. The interface mimics R's nls() function and returns model objects inheriting from the same class.
BugReports: https://github.com/JorisChau/gslnls/issues
URL: https://github.com/JorisChau/gslnls
Depends:
R (>= 3.5)
Imports: stats, Matrix
Encoding: UTF-8
Language: en-US
License: LGPL-3
SystemRequirements: GSL (>= 2.2)
Biarch: true
RoxygenNote: 7.3.1