Faster Ridge Regression
Finds Ridge solutions using C++.
fastridgeCpp(X, y, lambda)
X
y
lambda
The vector of parameter (beta) estimates.
Useful links