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 "SortBy.hpp"
6#include "Options.hpp"
7
18namespace WeightedLowess {}
19
20#endif
Options for compute().
Utility for sorting x-coordinates.
Compute the LOWESS trend fit.
Namespace for LOWESS functions.
Definition compute.hpp:14