#include <datasmoother.h>
|
void | add (double x, double p) |
|
void | approxGauss (double step, double *mean, double *sigma) |
|
void | computeCummuated () |
|
double | cramerVonMisesToGauss (double step, double mean, double sigma) |
|
| DataSmoother (double parzenWindow) |
|
double | gauss (double x, double mean, double sigma) |
|
void | gnuplotDumpData (FILE *fp) |
|
void | gnuplotDumpSmoothedData (FILE *fp, double step) |
|
void | init (double parzenWindow) |
|
double | integral (double step, double xTo) |
|
void | integrate (double step) |
|
double | kldToGauss (double step, double mean, double sigma) |
|
double | sample () |
|
void | sampleMultiple (std::vector< double > &samples, int num) |
|
double | sampleNumeric (double step) |
|
void | setMinToZero () |
|
double | smoothedData (double x) |
|
double | sqr (double x) |
|
virtual | ~DataSmoother () |
|
Definition at line 13 of file datasmoother.h.
GMapping::DataSmoother::DataSmoother |
( |
double |
parzenWindow | ) |
|
|
inline |
virtual GMapping::DataSmoother::~DataSmoother |
( |
| ) |
|
|
inlinevirtual |
void GMapping::DataSmoother::add |
( |
double |
x, |
|
|
double |
p |
|
) |
| |
|
inline |
void GMapping::DataSmoother::approxGauss |
( |
double |
step, |
|
|
double * |
mean, |
|
|
double * |
sigma |
|
) |
| |
|
inline |
void GMapping::DataSmoother::computeCummuated |
( |
| ) |
|
|
inline |
double GMapping::DataSmoother::cramerVonMisesToGauss |
( |
double |
step, |
|
|
double |
mean, |
|
|
double |
sigma |
|
) |
| |
|
inline |
double GMapping::DataSmoother::gauss |
( |
double |
x, |
|
|
double |
mean, |
|
|
double |
sigma |
|
) |
| |
|
inline |
void GMapping::DataSmoother::gnuplotDumpData |
( |
FILE * |
fp | ) |
|
|
inline |
void GMapping::DataSmoother::gnuplotDumpSmoothedData |
( |
FILE * |
fp, |
|
|
double |
step |
|
) |
| |
|
inline |
void GMapping::DataSmoother::init |
( |
double |
parzenWindow | ) |
|
|
inline |
double GMapping::DataSmoother::integral |
( |
double |
step, |
|
|
double |
xTo |
|
) |
| |
|
inline |
void GMapping::DataSmoother::integrate |
( |
double |
step | ) |
|
|
inline |
double GMapping::DataSmoother::kldToGauss |
( |
double |
step, |
|
|
double |
mean, |
|
|
double |
sigma |
|
) |
| |
|
inline |
double GMapping::DataSmoother::sample |
( |
| ) |
|
|
inline |
void GMapping::DataSmoother::sampleMultiple |
( |
std::vector< double > & |
samples, |
|
|
int |
num |
|
) |
| |
|
inline |
double GMapping::DataSmoother::sampleNumeric |
( |
double |
step | ) |
|
|
inline |
void GMapping::DataSmoother::setMinToZero |
( |
| ) |
|
|
inline |
double GMapping::DataSmoother::smoothedData |
( |
double |
x | ) |
|
|
inline |
double GMapping::DataSmoother::sqr |
( |
double |
x | ) |
|
|
inline |
std::vector<double> GMapping::DataSmoother::m_cummulated |
|
protected |
Data GMapping::DataSmoother::m_data |
|
protected |
double GMapping::DataSmoother::m_from |
|
protected |
double GMapping::DataSmoother::m_int |
|
protected |
double GMapping::DataSmoother::m_lastStep |
|
protected |
double GMapping::DataSmoother::m_parzenWindow |
|
protected |
double GMapping::DataSmoother::m_to |
|
protected |
The documentation for this class was generated from the following file: