loglike_unitquantreg {unitquantreg} | R Documentation |
Log-likelihood, score vector and hessian matrix.
Description
Internal functions using in unitquantreg.fit
to compute the negative log-likelihood function, the score vector and the hessian
matrix using analytic expressions written in C++
.
Usage
loglike_unitquantreg(par, tau, family, linkobj, linkobj.theta, X, Z, y)
Arguments
par |
vector of regression model coefficients for |
tau |
quantile level, value between 0 and 1. |
family |
specify the distribution family name. |
linkobj , linkobj.theta |
a function, usually obtained from
|
X |
design matrix related to the |
Z |
design matrix related to the |
y |
vector of response variable. |
[Package unitquantreg version 0.0.6 Index]