Algorithms for creating a smooth function through a series of points. More...
Functions | |
long | smoothLastPoint (const std::vector< Evidence > &points, size_t pointsPerEstimation) |
Calculates the smoothed y value for the last point in the given points according to the LOESS algorithm. | |
Algorithms for creating a smooth function through a series of points.
long autopas::smoothing::smoothLastPoint | ( | const std::vector< Evidence > & | points, |
size_t | pointsPerEstimation | ||
) |
Calculates the smoothed y value for the last point in the given points according to the LOESS algorithm.
points | |
pointsPerEstimation | Number of points to take into account for smoothing. |