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

Utility for sorting x-coordinates. More...

#include <algorithm>
#include <numeric>
#include <vector>
#include <cstdint>
#include <type_traits>
#include <initializer_list>
Include dependency graph for SortBy.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  WeightedLowess::SortBy
 Utility class for sorting on a covariate. More...
 

Namespaces

namespace  WeightedLowess
 Namespace for LOWESS functions.
 

Detailed Description

Utility for sorting x-coordinates.