Package: nlsr 2024.01.29
nlsr: Functions for Nonlinear Least Squares Solutions - Updated 2022
Provides tools for working with nonlinear least squares problems. For the estimation of models reliable and robust tools than nls(), where the the Gauss-Newton method frequently stops with 'singular gradient' messages. This is accomplished by using, where possible, analytic derivatives to compute the matrix of derivatives and a stabilization of the solution of the estimation equations. Tools for approximate or externally supplied derivative matrices are included. Bounds and masks on parameters are handled properly.
Authors:
nlsr_2024.01.29.tar.gz
nlsr_2024.01.29.zip(r-4.5)nlsr_2024.01.29.zip(r-4.4)nlsr_2024.01.29.zip(r-4.3)
nlsr_2024.01.29.tgz(r-4.4-any)nlsr_2024.01.29.tgz(r-4.3-any)
nlsr_2024.01.29.tar.gz(r-4.5-noble)nlsr_2024.01.29.tar.gz(r-4.4-noble)
nlsr_2024.01.29.tgz(r-4.4-emscripten)nlsr_2024.01.29.tgz(r-4.3-emscripten)
nlsr.pdf |nlsr.html✨
nlsr/json (API)
NEWS
# Install 'nlsr' in R: |
install.packages('nlsr', repos = c('https://nashjc.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nashjc/nlsr/issues
Last updated 8 months agofrom:4bf2ecfe2f. Checks:OK: 1 WARNING: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 10 2024 |
R-4.5-win | WARNING | Nov 10 2024 |
R-4.5-linux | WARNING | Nov 10 2024 |
R-4.4-win | WARNING | Nov 10 2024 |
R-4.4-mac | WARNING | Nov 10 2024 |
R-4.3-win | WARNING | Nov 10 2024 |
R-4.3-mac | WARNING | Nov 10 2024 |
Exports:codeDerivdexfindSubexprsfnDerivisCALLisMINUSONEisONEisZEROjabackjacentraljafwdjandmodel2rjfunmodel2ssgrfunmodelexprnewDerivnewSimplificationnlfbnlsDerivnlsrnlsr.controlnlsrSSnlsSimplifynlxbnumericDerivRnvecpctrlpnlspnlslmprtpshortrawresresgrresssSSlogisJNSSmod2rjfunsysDerivssysSimplificationswrapnlsr
Dependencies:digest
nlsr/nlsr Background, Development, and Discussion
Rendered fromnlsr-devdoc.Rmd
usingknitr::rmarkdown
on Nov 10 2024.Last update: 2024-04-06
Started: 2023-09-03
nlsr and Other Approaches to Derivatives in R
Rendered fromnlsr-derivs.Rmd
usingknitr::rmarkdown
on Nov 10 2024.Last update: 2024-04-06
Started: 2023-09-03
An introduction to nlsr
Rendered fromIntro-to-nlsr.Rmd
usingknitr::rmarkdown
on Nov 10 2024.Last update: 2024-04-06
Started: 2023-09-03
Specifying and Using Fixed Parameters in Nonlinear Estimation
Rendered fromFixedParameters.Rmd
usingknitr::rmarkdown
on Nov 10 2024.Last update: 2024-04-06
Started: 2023-09-03
Symbolic and analytical derivatives in R
Rendered fromR-analytic-derivatives.Rmd
usingknitr::rmarkdown
on Nov 10 2024.Last update: 2024-04-06
Started: 2023-09-03