optim_mqr | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.