slope 0.29.0
Loading...
Searching...
No Matches
slope_threshold.h
Go to the documentation of this file.
1
6#pragma once
7
8#include "../clusters.h"
9#include <Eigen/Core>
10#include <tuple>
11
12namespace slope {
13
27std::tuple<double, int>
28slopeThreshold(const double x,
29 const int j,
30 const Eigen::ArrayXd lambdas,
31 const Clusters& clusters);
32
33}
Namespace containing SLOPE regression implementation.
Definition clusters.cpp:5
std::tuple< double, int > slopeThreshold(const double x, const int j, const Eigen::ArrayXd lambdas, const Clusters &clusters)