optim_mqr {pqrfe} | R Documentation |
This function solves a M-quantile regression
optim_mqr(beta, x, y, tau, N, d, c)
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. |
c |
Numeric, positive real value. |
parametric vector and residuals.