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

Functions for estimating noise level and regularization parameter alpha. More...

#include "slope.h"
#include "slope/logger.h"
#include "slope/ols.h"
#include "utils.h"
Include dependency graph for estimate_alpha.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

template<typename MatrixType >
double slope::estimateNoise (MatrixType &x, Eigen::MatrixXd &y, const bool fit_intercept)
 Estimates noise (standard error) in a linear model using OLS residuals.
 
template<typename MatrixType >
SlopePath slope::estimateAlpha (MatrixType &x, Eigen::MatrixXd &y, const Slope &model)
 Estimates the regularization parameter alpha for SLOPE regression.
 

Detailed Description

Functions for estimating noise level and regularization parameter alpha.

Definition in file estimate_alpha.h.