CRAN
nlsr 2018.1.28
Functions for Nonlinear Least Squares Solutions
Released Jan 31, 2018 by John C Nash
Dependencies
Provides tools for working with nonlinear least squares problems. It is intended to eventually supersede the 'nls()' function in the R distribution. For example, 'nls()' specifically does NOT deal with small or zero residual problems as its Gauss-Newton method frequently stops with 'singular gradient' messages. 'nlsr' is based on the now-deprecated package 'nlmrt', and has refactored functions and R-language symbolic derivative features.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>nlsr</artifactId> <version>2018.1.28-b5</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:nlsr')
Test Results
This package was last tested against Renjin 0.9.2687 on Aug 24, 2018.
- Simplify-examples
- bndmask
- boundnlxb
- derivs
- derivsJN
- dex-examples
- findSubexprs-examples
- globaldata1
- masksnlsr
- model2rjfun-examples
- nlfb-examples
- nlsDeriv-examples
- nlsr-package-examples
- nlxb-examples
- oneparam
- quadmin2
- res-examples
- resgr-examples
- resss-examples
- rjfundoc-examples
- scaledxtests
- wrapnlsr-examples