slope 6.2.1
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& lambda_cumsum,
31 const Clusters& clusters);
32
33}
Representation of the clusters in SLOPE.
Definition clusters.h:18
Namespace containing SLOPE regression implementation.
Definition clusters.h:11
std::tuple< double, int > slopeThreshold(const double x, const int j, const Eigen::ArrayXd &lambda_cumsum, const Clusters &clusters)