|
JAPAn
Just Another Parity Analyzer
|
Linear regression utility class based on Bevington and Pebay algorithms. More...
#include <utility>#include <TVectorD.h>#include <TMatrixD.h>
Include dependency graph for LinReg_Bevington_Pebay.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| class | LinRegBevPeb |
| Online linear regression with incremental covariance updates. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const LinRegBevPeb &h) |
| Output stream operator. | |
Linear regression utility class based on Bevington and Pebay algorithms.
References: "Data reduction and error analysis for the physical sciences" Philip R. Bevington, D. Keith Robinson. Bevington, Philip R., 1933- Boston : McGraw-Hill, c2003.
"Formulas for Robust, One-Pass Parallel Computation of Covariances and Arbitrary-Order Statistical Moments" Philippe Pebay, SANDIA REPORT SAND2008-6212, Unlimited Release, Printed September 2008
Definition in file LinReg_Bevington_Pebay.h.
|
inline |
Output stream operator.
Definition at line 125 of file LinReg_Bevington_Pebay.h.