fit_ridge: Ridge fit function

View source: R/ridge_learner.R

fit_ridgeR Documentation

Ridge fit function

Description

Ridge fit function

Usage

fit_ridge(X, Y, sigma2, currentFit = list(V = NULL))

Arguments

X

is the design matrix. Scaling is not handled by the function, it must be dealt with by the user beforehand It should have an attribute 'col_scale_factors' containing column scale factors, e.g. 1/column SDs

Y

is the response

sigma2

is a vector of residual variances

currentFit

is the previous fit


stephenslab/VEB.Boost documentation built on July 2, 2023, 1 p.m.