COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems

Estimator handle. More...

#include <mathlib.h>

Collaboration diagram for estimatorhandle:

Public Attributes

vector< estimatorstrucr
 
int32_t index
 
uint32_t size
 
uint32_t degree
 
double xbase
 
double ybase
 

Detailed Description

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.

Member Data Documentation

vector<estimatorstruc> estimatorhandle::r
int32_t estimatorhandle::index
uint32_t estimatorhandle::size
uint32_t estimatorhandle::degree
double estimatorhandle::xbase
double estimatorhandle::ybase

The documentation for this struct was generated from the following file: