Description Usage Arguments Details Value Note Author(s) References See Also Examples
Is actual QR decomposition matrix, created for compatibility to nlr
package functions.
1 | fullqr(x)
|
x |
A Square matrix. |
Compute QR matrices, and provide explicit matrix form of lower triangular and upper triangular matrices.
List of standard matrix form to be used in internal functions in nlr
.
qq
matrix.
rr
matrix.
q2q2
is from partition of Q=[q1|q2] matrix.
r1 r1
is from partition of R=[R1/0] matrix.
rinvis generalized inverse of r1
.
arQR decomposition result from qr
function.
Used mostly for internal purposes.
Hossein Riazoshams, Jan 2010. Email: riazihosein@gmail.com URL http://www.riazoshams.com/nlr/
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.