qrsolv 0.1.0 © 2012 by Turku PET Centre
Solves overdetermined linear least square problem using QR.
Usage: qrsolv [Options] <matrix A> <vector B>
Options:
-begin=<x start>
-end=<x stop>
Restrict the data range used in the linear fitting
-h or --help
Print this message and exit
--version or --build
Print software build information and exit
--silent
Program works silently, printing only error and warning messages
--verbose
Program prints more information about what it is doing.
Matrix A and vector B can be given in DFT format; samples times are ignored
but sample number must be the same in both files.
See also:
lhsol,
lhsoldv,
lhsolki
Keywords: QR, linear model, LSQ
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and
you are welcome to redistribute it under GNU General Public License.