![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Bayesian_estimator is an estimator of noise characteristics (i.e. mean, covariance). More...
#include <bayesian_estimation.h>
Bayesian_estimator is an estimator of noise characteristics (i.e. mean, covariance).
Bayesian_estimator is an estimator which performs estimation of noise characteristics from a sequence of identically and independently distributed (IID) samples of a stationary stochastic process by way of Bayesian inference using conjugate priors. The posterior distribution is assumed to be Gaussian with mean \mathbf{\mu} and covariance \hat{\mathbf{C}}, which has a conjugate prior given by a normal-inverse-Wishart distribution with parameters \mathbf{\mu}_{0}, \kappa_{0}, \nu_{0}, and \mathbf{\Psi}.
[1] TODO: Ref1
Definition at line 60 of file bayesian_estimation.h.