COSMOS core
1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
|
Estimator handle. More...
#include <mathlib.h>
Public Attributes | |
vector< estimatorstruc > | r |
int32_t | index |
uint32_t | size |
uint32_t | degree |
double | xbase |
double | ybase |
Estimator handle.
Contains storage elements for a string of 2N dependent and independent variables, plus polynomial coefficients for N consecutive fits. This structure can then be used to either return dependent values for an arbitrary independent value, or to update the estimator with new pairs.
vector<estimatorstruc> estimatorhandle::r |
int32_t estimatorhandle::index |
uint32_t estimatorhandle::size |
uint32_t estimatorhandle::degree |
double estimatorhandle::xbase |
double estimatorhandle::ybase |