NEWS
gslnls 1.4.1
- Fixed compatibility GSL versions < 2.5
gslnls 1.4.0 (2025-01-16)
- Robust loss optimization added in
gsl_nls()
via argument loss
weights
in gsl_nls()
accepts a matrix (in addition to a vector)
in which case the objective function is generalized least squares
- Added new function
gsl_nls_loss()
- Added new method
cooks.distance()
- Minor changes in
predict()
and hatvalues()
for weighted NLS
gslnls 1.3.3
- Fix standard errors
predict()
when using newdata
gslnls 1.3.2 (2024-05-01)
- Reverted to static Makevars.win (supplied by T. Kalibera)
- Added new method
hatvalues()
gslnls 1.3.1
- Minor edits configure.ac to fix cran check results
gslnls 1.3.0 (2024-04-24)
- Missing starting values/ranges allowed in
gsl_nls()
lower
and upper
parameter constraints included in gsl_nls()
- Added 3 regression problems from Bates & Watts (1988)
- Updated multi-start algorithm in
gsl_nls()
- Added configure.win, cleanup.win and Makevars.win.in
- Removed old Makevars and Makevars.win
- Several minor changes
gslnls 1.2.0 (2023-12-11)
- Added multi-start algorithm to
gsl_nls()
- Added 56 NLS regression and optimization test problems
- Added unit tests in folder
unit_tests
- Several minor changes/fixes
gslnls 1.1.1 (2021-12-13)
- Clean exits
gsl_nls()
and gsl_nls_large()
when interrupted
- Default algorithm in
gsl_nls_large()
set to "lm"
gslnls 1.1.0 (2021-11-26)
- Added large-scale NLS regression with
gsl_nls_large()
gslnls 1.0.2 (2021-10-13)
gslnls 1.0.1 (2021-10-11)