![]() |
slope 0.29.0
|
Functions for generating regularization sequences for SLOPE. More...
#include <Eigen/SparseCore>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | slope |
Namespace containing SLOPE regression implementation. | |
Functions | |
Eigen::ArrayXd | slope::lambdaSequence (const int p, const double q, const std::string &type, const int n, const double theta1, const double theta2) |
Eigen::ArrayXd | slope::regularizationPath (const Eigen::ArrayXd &alpha_in, const int path_length, double alpha_min_ratio, double alpha_max) |
Functions for generating regularization sequences for SLOPE.
Definition in file regularization_sequence.h.