optim_er {pqrfe}R Documentation

optim expectile regression

Description

This function solves a expectile regression

Usage

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

Arguments

beta

Numeric vector, initials values beta.

x

Numeric matrix, covariates.

y

Numeric vector, output.

tau

Numeric scalar, the percentile.

N

Numeric integer, sample size.

d

Numeric integer, X number of columns.

Value

parametric vector and residuals.


[Package pqrfe version 1.1 Index]