slope 0.29.0
Loading...
Searching...
No Matches
regularization_sequence.h
Go to the documentation of this file.
1
6#pragma once
7
8#include <Eigen/SparseCore>
9#include <string>
10
11namespace slope {
12
29Eigen::ArrayXd
30lambdaSequence(const int p,
31 const double q,
32 const std::string& type,
33 const int n = -1,
34 const double theta1 = 1.0,
35 const double theta2 = 1.0);
36
47Eigen::ArrayXd
48regularizationPath(const Eigen::ArrayXd& alpha_in,
49 const int path_length,
50 double alpha_min_ratio,
51 const double alpha_max);
52
53} // namespace slope
Namespace containing SLOPE regression implementation.
Definition clusters.cpp:5
Eigen::ArrayXd lambdaSequence(const int p, const double q, const std::string &type, const int n, const double theta1, const double theta2)
Eigen::ArrayXd regularizationPath(const Eigen::ArrayXd &alpha_in, const int path_length, double alpha_min_ratio, double alpha_max)