casl_lenet_check_kkt: Check current KKT conditions for regression vector.

Description Usage Arguments Value Author(s) References

View source: R/casl.R

Description

Check current KKT conditions for regression vector.

Usage

1
casl_lenet_check_kkt(X, y, b, lambda)

Arguments

X

A numeric data matrix.

y

Response vector.

b

Current value of the regression vector.

lambda

The penalty term.

Value

A logical vector indicating where the KKT conditions have been violated by the variables that are currently zero.

Author(s)

Taylor Arnold, Michael Kane, Bryan Lewis.

References

Taylor Arnold, Michael Kane, and Bryan Lewis. A Computational Approach to Statistical Learning. Chapman & Hall/CRC Texts in Statistical Science, 2019.


BillyTian/bis557 documentation built on Dec. 19, 2020, 7:30 a.m.