#include <PRSolution.hpp>
Collaboration diagram for WtdAveStats:

Public Member Functions | |
| WtdAveStats (void) | |
| void | setMessage (std::string m) throw () |
| std::string | getMessage (void) const throw () |
| void | setLabels (std::string lab1, std::string lab2, std::string lab3) throw () |
| Matrix< double > | getCov (void) const |
| Matrix< double > | getInfo (void) const |
| int | getN (void) const |
| void | reset (void) throw () |
| void | add (const Vector< double > &Sol, const Matrix< double > &Cov) throw (Exception) |
| void | dump (std::ostream &os, std::string msg="") const throw (Exception) |
Friends | |
| std::ostream & | operator<< (std::ostream &s, const WtdAveStats &as) |
|
|
Definition at line 62 of file PRSolution.hpp. |
|
||||||||||||
|
Definition at line 88 of file PRSolution.hpp. References Stats::Add(), GPSTK_RETHROW, gpstk::inverseSVD(), and Vector::resize(). Referenced by PRSMemory::add(). |
|
||||||||||||
|
Definition at line 116 of file PRSolution.hpp. References Stats::Average(), GPSTK_RETHROW, gpstk::inverseSVD(), Stats::Maximum(), Stats::Minimum(), Stats::N(), and Stats::StdDev(). Referenced by gpstk::operator<<(). |
|
|
Definition at line 71 of file PRSolution.hpp. References gpstk::inverseSVD(). Referenced by PRSMemory::dump(), and PRSMemory::getCov(). |
|
|
Definition at line 73 of file PRSolution.hpp. Referenced by PRSMemory::add(). |
|
|
Definition at line 66 of file PRSolution.hpp. Referenced by gpstk::operator<<(). |
|
|
Definition at line 75 of file PRSolution.hpp. Referenced by PRSMemory::add(), and PRSMemory::getN(). |
|
|
Definition at line 77 of file PRSolution.hpp. References Stats::Reset(). Referenced by PRSMemory::reset(). |
|
||||||||||||||||
|
Definition at line 68 of file PRSolution.hpp. |
|
|
Definition at line 65 of file PRSolution.hpp. Referenced by PRSMemory::dump(). |
|
||||||||||||
|
|
1.3.9.1