Q-function related to the bessel model. This function is required in the Expectation-Maximization algorithm.
Qf_bes(theta, wz, z, x, v, link.mean, link.precision)
vector of parameters (all coefficients: kappa and lambda).
parameter representing E(1/W_i|Z_i = z_i, theta).
response vector with 0 < z_i < 1.
matrix containing the covariates for the mean submodel. Each column is a different covariate.
matrix containing the covariates for the precision submodel. Each column is a different covariate.
a string containing the link function for the mean. The possible link functions for the mean are "logit","probit", "cauchit", "cloglog".
a string containing the link function the precision parameter. The possible link functions for the precision parameter are "identity", "log", "sqrt", "inverse".
Scalar representing the output of this auxiliary function for the bessel case.