Skip to contents

Sparse LTS with BIC

Usage

SLTS(y, x)

Arguments

y

response

x

design matrix

Value

betahat: estimated beta

Examples


data = genevar()
y = data$y
x = data$x
fit = SLTS(y,x)