|
WeightedLowess
A C++ library for LOWESS with various weighting schemes
|
Compute the smoothing window for each point. More...
#include <vector>#include <algorithm>#include <numeric>#include <stdexcept>#include "sanisizer/sanisizer.hpp"#include "Options.hpp"#include "parallelize.hpp"#include "utils.hpp"

Go to the source code of this file.
Classes | |
| struct | WeightedLowess::PrecomputedWindows< Data_ > |
| Precomputed windows for LOWESS smoothing. More... | |
Namespaces | |
| namespace | WeightedLowess |
| Namespace for LOWESS functions. | |
Functions | |
| template<typename Data_ > | |
| PrecomputedWindows< Data_ > | WeightedLowess::define_windows (const std::size_t num_points, const Data_ *const x, const Options< Data_ > &opt) |
Compute the smoothing window for each point.