se1 | R Documentation |
MDYPL state evolution functions with intercept
se1(
mu,
b,
sigma,
iota,
kappa,
gamma,
alpha,
intercept,
gh = NULL,
prox_tol = 1e-10
)
mu |
aggregate bias parameter. |
b |
parameter |
sigma |
square root of the aggregate variance of the MDYPL estimator. |
iota |
limits of the MDYPL estimate for the intercept as the sample size goes to +Inf |
kappa |
asymptotic ratio of columns/rows of the design
matrix. |
gamma |
the square root of the limit of the variance of the linear predictor. |
alpha |
the shrinkage parameter of the MDYPL
estimator. |
intercept |
intercept of the logistic regression model |
gh |
A list with the Gauss-Hermite quadrature nodes and
weights, as returned from |
prox_tol |
tolerance for the computation of the proximal
operator; default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.