![]() |
slope 6.2.1
|
Functions for estimating noise level and regularization parameter alpha. More...
#include "ols.h"

Go to the source code of this file.
Namespaces | |
| namespace | slope |
| Namespace containing SLOPE regression implementation. | |
Functions | |
| template<typename T > | |
| double | slope::estimateNoise (Eigen::EigenBase< T > &x, Eigen::MatrixXd &y, const bool fit_intercept) |
| Estimates noise (standard error) in a linear model using OLS residuals. | |
Functions for estimating noise level and regularization parameter alpha.
Definition in file estimate_alpha.h.