Package: nlsic 1.2.0

Serguei Sokol

nlsic: Non Linear Least Squares with Inequality Constraints

We solve non linear least squares problems with optional equality and/or inequality constraints. Non linear iterations are globalized with back-tracking method. Linear problems are solved by dense QR decomposition from 'LAPACK' which can limit the size of treated problems. On the other side, we avoid condition number degradation which happens in classical quadratic programming approach. Inequality constraints treatment on each non linear iteration is based on 'NNLS' method (by Lawson and Hanson). We provide an original function 'lsi_ln' for solving linear least squares problem with inequality constraints in least norm sens. Thus if Jacobian of the problem is rank deficient a solution still can be provided. However, truncation errors are probable in this case. Equality constraints are treated by using a basis of Null-space. User defined function calculating residuals must return a list having residual vector (not their squared sum) and Jacobian. If Jacobian is not in the returned list, package 'numDeriv' is used to calculated finite difference version of Jacobian. The 'NLSIC' method was fist published in Sokol et al. (2012) <doi:10.1093/bioinformatics/btr716>.

Authors:Serguei Sokol [aut, cre]

nlsic_1.2.0.tar.gz
nlsic_1.2.0.zip(r-4.7)nlsic_1.2.0.zip(r-4.6)nlsic_1.2.0.zip(r-4.5)
nlsic_1.2.0.tgz(r-4.6-any)nlsic_1.2.0.tgz(r-4.5-any)
nlsic_1.2.0.tar.gz(r-4.7-any)nlsic_1.2.0.tar.gz(r-4.6-any)
nlsic_1.2.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
nlsic/json (API)
NEWS

# Install 'nlsic' in R:
install.packages('nlsic', repos = c('https://mathscell.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/mathscell/nlsic/issues

On CRAN:

Conda:

3.08 score 1 stars 2 packages 4 scripts 267 downloads 15 exports 3 dependencies

Last updated from:b1b32708e8. Checks:9 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64OK103
source / vignettesOK175
linux-release-x86_64OK99
macos-release-arm64OK126
macos-oldrel-arm64OK147
windows-develOK74
windows-releaseOK70
windows-oldrelOK66
wasm-releaseOK86

Exports:equa2vecmatgjoinldpls_lnls_ln_svdlsilsi_lnlsi_reglsie_lnnlsicNullapnulltlsuplo2uco

Dependencies:dottygluennls