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

Defines the SlopePath class for storing and accessing SLOPE regression solution paths. More...

#include "slope_fit.h"
#include <Eigen/Dense>
#include <Eigen/SparseCore>
Include dependency graph for slope_path.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slope::SlopePath
 Container class for SLOPE regression solution paths. More...
 

Namespaces

namespace  slope
 Namespace containing SLOPE regression implementation.
 

Detailed Description

Defines the SlopePath class for storing and accessing SLOPE regression solution paths.

This header file provides the SlopePath class which stores the results of SLOPE (Sorted L-One Penalized Estimation) regression fits across multiple regularization parameters (lambda) and mixing parameters (alpha).

Definition in file slope_path.h.