![]() |
Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
|
maintains result and precision data from a linear least square fit More...
#include <Linear_Least_Square_Fit.h>
Public Member Functions | |
| linear_least_square_result (void) | |
Public Attributes | |
| sample_type | y_offset |
| sample_type | slope |
| sample_type | variance_offset |
| sample_type | variance_slope |
| uint32_t | id |
| channel identifier (for logging) | |
maintains result and precision data from a linear least square fit
Definition at line 32 of file Linear_Least_Square_Fit.h.
|
inline |
Definition at line 35 of file Linear_Least_Square_Fit.h.
| uint32_t linear_least_square_result< sample_type >::id |
channel identifier (for logging)
Definition at line 46 of file Linear_Least_Square_Fit.h.
| sample_type linear_least_square_result< sample_type >::slope |
Definition at line 43 of file Linear_Least_Square_Fit.h.
Referenced by linear_least_square_fit< sample_type, evaluation_type >::evaluate().
| sample_type linear_least_square_result< sample_type >::variance_offset |
Definition at line 44 of file Linear_Least_Square_Fit.h.
Referenced by linear_least_square_fit< sample_type, evaluation_type >::evaluate().
| sample_type linear_least_square_result< sample_type >::variance_slope |
Definition at line 45 of file Linear_Least_Square_Fit.h.
Referenced by linear_least_square_fit< sample_type, evaluation_type >::evaluate().
| sample_type linear_least_square_result< sample_type >::y_offset |
Definition at line 42 of file Linear_Least_Square_Fit.h.
Referenced by linear_least_square_fit< sample_type, evaluation_type >::evaluate().