ls_ln_svd {nlsic} | R Documentation |
Linear Least Squares, least norm solution (by svd)
Description
Least squares a%*%x ~= b
of least norm ||x|| by using svd(a)
Usage
ls_ln_svd(a, b, rcond = 1e+10)
Arguments
a |
dense matrix |
b |
right hand side vector |
rcond |
maximal condition number for determining rank deficient matrix |
Value
solution vector
[Package nlsic version 1.0.4 Index]