slope 6.2.1
Loading...
Searching...
No Matches
ols.h File Reference

Ordinary Least Squares (OLS) regression functionality. More...

#include <Eigen/Dense>
#include <Eigen/SparseCore>
#include <Eigen/SparseQR>
#include <utility>
Include dependency graph for ols.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.
 

Detailed Description

Ordinary Least Squares (OLS) regression functionality.

This header provides functions for fitting Ordinary Least Squares regression models using both dense and sparse matrix representations.

Definition in file ols.h.