.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "cepLs" "3" "26 November 2002" "" ""
.SH NAME
cepLs \- Cacluates a Linear Least Squares transformation on a given dataset. It offers three
.SH SYNOPSIS
.nf
The follwing is an example of how to create a least squares object.
cepLs ls;
.fi
.SH "DESCRIPTION"
.PP
An implementation of the cepLs class
which calculates a Linear Least Squares transformation.
const cepLs & cepDoVCV(cepMatrix &data, cepMatrix &matP)
Calculates one iteration of the VCV least squares algoritum.
data:- The data matrix
matP:- The given weighting matrix
const cepLs & cepDoVCV(cepMatrix &data)
Caculates the VCV least squares algorithum, automatically re-weighting the
weighting matrix (P matrix) untill the residuals are stable.
data:- The data matrix
const cepLs & cepDoRW(cepMatrix &matA, cepMatrix &matP)
Calculates one iteration of the Random Walk least squares algorithum
data:- The data matrix
matP:- The given weighting matrix
const cepMatrix &getResidual()
Returns a cepMatrix which is the residuals for this caluclation.
double getB1()
Returns the value B1 in the least squares solution y=B1*x +B2.
double getB2()
Returns the value B2 in the solution y=B1*x +B2
cepError getError()
Returns any error that may have occoured
SEEALSOcepDataset
SEEALSOcepMatrix
SEEALSOcepError
.SH "VERSION"
.PP
This documentation was generated for the \fBGeodetic Data Manipulation System\fR 0.1 by \fBautodocbook\fR (http://www.stillhq.com).
.SH "AUTHOR"
.PP
The \fBGeodetic Data Manipulation System\fR is under development by Michael Still (mikal@stillhq.com), Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling, and Nick Wheatstone. All code is Copyright 2002 Michael Still, Daniel Fernandez, Kristy Van Der Vlist, Blake Swadling and Nick Wheatstone, and is released under the GNU GPL. Code submissions are welcomed. Contact Michael at the address above if you have something you would like to contribute.
.SH "BUGS"
.PP
There are no known bugs in the \fBGeodetic Data Manipulation System\fR. If you find one, please contact mikal@stillhq.com and let me know.