R/cdm_penalty_threshold_ridge.R

Defines functions cdm_penalty_threshold_ridge

Documented in cdm_penalty_threshold_ridge

## File Name: cdm_penalty_threshold_ridge.R
## File Version: 0.03

cdm_penalty_threshold_ridge <- function(beta, lambda)
{
    y <- beta / ( 1 + 2*lambda )
    return(y)
}

Try the CDM package in your browser

Any scripts or data that you put into this service are public.

CDM documentation built on Aug. 25, 2022, 5:08 p.m.