struct mrpt::bayes::CParticleFilter::TParticleFilterStats

Overview

Statistics for being returned from the “execute” method.

#include <mrpt/bayes/CParticleFilter.h>

struct TParticleFilterStats
{
    // fields

    double ESS_beforeResample {0};
    double weightsVariance_beforeResample {0};
};