WeightedLowess
A C++ library for LOWESS with various weighting schemes
Loading...
Searching...
No Matches
WeightedLowess.hpp
Go to the documentation of this file.
1#ifndef WEIGHTEDLOWESS_WEIGHTEDLOWESS_HPP
2#define WEIGHTEDLOWESS_WEIGHTEDLOWESS_HPP
3
4#include "compute.hpp"
5#include "interpolate.hpp"
6#include "SortBy.hpp"
7#include "Options.hpp"
8
19namespace WeightedLowess {}
20
21#endif
Options for compute().
Utility for sorting x-coordinates.
Compute the LOWESS trend fit.
Interpolate from the fitted trend.
Namespace for LOWESS functions.
Definition compute.hpp:18