Versions in this module Expand all Collapse all v0 v0.0.2 Nov 26, 2021 Changes in this version + const BasicallyZero + type RidgeRegression struct + Coefficients *mat.VecDense + D *mat.Dense + Fitted []float64 + L2Penalty float64 + Residuals []float64 + Scales *mat.VecDense + StdErrs []float64 + U *mat.Dense + V *mat.Dense + X *mat.Dense + XSVD *mat.SVD + XScaled *mat.Dense + Y *mat.VecDense + func New(x *mat.Dense, y *mat.VecDense, l2Penalty float64) *RidgeRegression + func (r *RidgeRegression) Regress()