powered by
Is actual QR decomposition matrix, created for compatibility to nlr package functions.
nlr
fullqr(x)
A Square matrix.
List of standard matrix form to be used in internal functions in nlr.
qq matrix.
q
rr matrix.
r
q2q2 is from partition of Q=[q1|q2] matrix.
q2
r1 r1 is from partition of R=[R1/0] matrix.
r1
rinvis generalized inverse of r1.
arQR decomposition result from qr function.
qr
Compute QR matrices, and provide explicit matrix form of lower triangular and upper triangular matrices.
Riazoshams H, Midi H, and Ghilagaber G, 2018,. Robust Nonlinear Regression, with Application using R, Joh Wiley and Sons.
nlsqr
# NOT RUN { a1=matrix(c(1,2,3,4,5,6,7,8,9),nrow=3) fullqr(a1) # }
Run the code above in your browser using DataLab