Larus glider flight sensor system 3.9.2024
Software-In-The-Loop test and validation system
Loading...
Searching...
No Matches
linear_least_square_result< sample_type > Class Template Reference

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)
 

Detailed Description

template<typename sample_type>
class linear_least_square_result< sample_type >

maintains result and precision data from a linear least square fit

Definition at line 32 of file Linear_Least_Square_Fit.h.

Constructor & Destructor Documentation

◆ linear_least_square_result()

Member Data Documentation

◆ id

channel identifier (for logging)

Definition at line 46 of file Linear_Least_Square_Fit.h.

◆ slope

◆ variance_offset

◆ variance_slope

◆ y_offset


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