WeightedLowess
A C++ library for LOWESS with various weighting schemes
Loading...
Searching...
No Matches
WeightedLowess::PrecomputedWindows< Data_ > Struct Template Reference

Precomputed windows for LOWESS smoothing. More...

#include <window.hpp>

Detailed Description

template<typename Data_>
struct WeightedLowess::PrecomputedWindows< Data_ >

Precomputed windows for LOWESS smoothing.

Template Parameters
Data_Floating-point type for the data.

Instances of this class are typically created by define_windows() prior to compute().


The documentation for this struct was generated from the following file: