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++
.
loglike_unitquantreg(par, tau, family, linkobj, linkobj.theta, X, Z, y)
vector of regression model coefficients for \(\mu\) and/or \(\theta\).
quantile level, value between 0 and 1.
specify the distribution family name.
a function, usually obtained from
make.link
for link function of \(\mu\) and \(\theta\),
respectively.
design matrix related to the \(\mu\) parameter.
design matrix related to the \(\theta\) parameter.
vector of response variable.