loss_er: Loss expectile regression

View source: R/RcppExports.R

loss_erR Documentation

Loss expectile regression

Description

This function returns the core of expectile regression to be minimized

Usage

loss_er(beta, x, y, tau, N, d)

Arguments

beta

initial values

x

design matrix

y

vector output

tau

percentile

N

sample size

d

columns of x

Value

eta Numeric, sum of expectile regression


pqrfe documentation built on Dec. 1, 2022, 5:09 p.m.