WeightedLowess
A C++ library for LOWESS with various weighting schemes
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
window.hpp File Reference

Compute the smoothing window for each point. More...

#include <vector>
#include <algorithm>
#include <numeric>
#include <stdexcept>
#include "Options.hpp"
#include "parallelize.hpp"
Include dependency graph for window.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 (size_t num_points, const Data_ *x, const Options< Data_ > &opt)
 

Detailed Description

Compute the smoothing window for each point.