Class WtdAveStats encapsulates statistics on the PR solution and residuals for a time series of data.
Definition at line 67 of file PRSolution.hpp.
#include <PRSolution.hpp>
◆ WtdAveStats()
gnsstk::WtdAveStats::WtdAveStats |
( |
void |
| ) |
|
|
inline |
◆ add()
◆ dump()
void gnsstk::WtdAveStats::dump |
( |
std::ostream & |
os, |
|
|
std::string |
msg = "" |
|
) |
| const |
|
inline |
◆ getCov()
Matrix<double> gnsstk::WtdAveStats::getCov |
( |
void |
| ) |
const |
|
inline |
◆ getInfo()
Matrix<double> gnsstk::WtdAveStats::getInfo |
( |
void |
| ) |
const |
|
inline |
◆ getMessage()
std::string gnsstk::WtdAveStats::getMessage |
( |
void |
| ) |
const |
|
inline |
◆ getN()
int gnsstk::WtdAveStats::getN |
( |
void |
| ) |
const |
|
inline |
◆ getSol()
Vector<double> gnsstk::WtdAveStats::getSol |
( |
void |
| ) |
const |
|
inline |
◆ reset()
void gnsstk::WtdAveStats::reset |
( |
void |
| ) |
|
|
inline |
◆ setLabels()
void gnsstk::WtdAveStats::setLabels |
( |
std::string |
lab1, |
|
|
std::string |
lab2, |
|
|
std::string |
lab3 |
|
) |
| |
|
inline |
◆ setMessage()
void gnsstk::WtdAveStats::setMessage |
( |
std::string |
m | ) |
|
|
inline |
◆ operator<<
◆ lab
std::string gnsstk::WtdAveStats::lab[3] |
|
private |
◆ msg
std::string gnsstk::WtdAveStats::msg |
|
private |
unsigned int gnsstk::WtdAveStats::N |
|
private |
Stats<double> gnsstk::WtdAveStats::S[3] |
|
private |
◆ Sbias
Vector<double> gnsstk::WtdAveStats::Sbias |
|
private |
◆ sumInfo
Matrix<double> gnsstk::WtdAveStats::sumInfo |
|
private |
◆ sumInfoState
Vector<double> gnsstk::WtdAveStats::sumInfoState |
|
private |
The documentation for this class was generated from the following file: