MVUE 1.0
MVUE / BLUE (Minimum Variance Unbiased Estimator / Best Linear Unbiassed Estimator)
Loading...
Searching...
No Matches
mvue_3.h File Reference

Three-measurement Minimum Variance Unbiased Estimator. More...

#include "../src/MVUE_3.tpp"
Include dependency graph for mvue_3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  estimators::mvue::MVUE_3< T >
 Minimum Variance Unbiased Estimator for three measurements. More...

Namespaces

namespace  estimators
 Contains estimation and sensor-fusion algorithms.
namespace  estimators::mvue
namespace  mvue
 Contains Minimum Variance Unbiased Estimator implementations.

Detailed Description

Three-measurement Minimum Variance Unbiased Estimator.

This file defines the estimators::mvue::MVUE_3 class, which implements a Minimum Variance Unbiased Estimator (MVUE) for combining three measurements.

Each measurement is associated with a variance. The estimator combines the measurements according to their variances, giving greater weight to measurements with lower variance.

The class is templated to support different numeric types such as float and double.

Template Parameters
TNumeric data type used for the estimator calculations.
Author
Abhinay Kumar
Version
1.0
Date
2026-08-11

Definition in file mvue_3.h.