Calculates gradient of the log-likelihood function of multivariate ordered probit model.
grad_msel(
par,
control_lnL,
out_type = "grad",
n_sim = 1000L,
n_cores = 1L,
regularization = NULL
)
vector of parameters.
list with some additional parameters.
string representing the output type of the function.
the number of random draws for multivariate normal probabilities.
the number of cores to be used.
list of regularization parameters.