MDYPL state evolution functions with no intercept
se0(mu, b, sigma, kappa, gamma, alpha, gh = NULL, prox_tol = 1e-10)aggregate bias parameter.
parameter b in the state evolution functions.
square root of the aggregate variance of the MDYPL estimator.
asymptotic ratio of columns/rows of the design
matrix. kappa should be in (0, 1).
the square root of the limit of the variance of the linear predictor.
the shrinkage parameter of the MDYPL
estimator. alpha should be in (0, 1).
A list with the Gauss-Hermite quadrature nodes and
weights, as returned from statmod::gauss.quad() with kind = "hermite". Default is NULL, in which case gh is set to
statmod::gauss.quad(200, kind = "hermite") is used.
tolerance for the computation of the proximal
operator; default is 1e-10.