loss_er {pqrfe}R 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


[Package pqrfe version 1.1 Index]