ls_ln {nlsic} | R Documentation |
Linear Least Squares, least norm solution
Description
Linear Least Squares, least norm solution
Usage
ls_ln(a, b, rcond = 1e+10)
Arguments
a |
matrix or its QR decomposition |
b |
vector of right hand side |
rcond |
maximal condition number for rank definition |
Value
solution vector
[Package nlsic version 1.0.4 Index]