![]() |
slope 0.31.0
|
Functions for estimating noise level and regularization parameter alpha. More...


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. | |
Functions for estimating noise level and regularization parameter alpha.
Definition in file estimate_alpha.h.