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

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

#include "../src/MVUE_2.tpp"
Include dependency graph for mvue_2.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_2< T >
 Minimum Variance Unbiased Estimator for two measurements. More...

Namespaces

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

Detailed Description

Two-measurement Minimum Variance Unbiased Estimator.

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

The estimator combines the two input measurements according to their associated variances. Measurements with lower variance are assigned greater weight in the resulting estimate.

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_2.h.