slope 0.29.0
Loading...
Searching...
No Matches
regularization_sequence.h File Reference

Functions for generating regularization sequences for SLOPE. More...

#include <Eigen/SparseCore>
#include <string>
Include dependency graph for regularization_sequence.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Functions for generating regularization sequences for SLOPE.

Definition in file regularization_sequence.h.