Gradient of ML ability scores w.r.t. 1PL item parameters
Source:R/risk-1pl.R
ability_gradient_1pl.RdComputes the implicit derivative of bounded maximum-likelihood ability
scores with respect to the 1PL parameters (a_shared, d_1, ..., d_J).
Usage
ability_gradient_1pl(
resp,
item_pars,
theta = NULL,
bounds = c(-6, 6),
eps = 1e-10
)Arguments
- resp
Response matrix.
- item_pars
Item parameters with all
aequal (1PL), or a"mixedsubjects_1pl_fit"object.- theta
Optional precomputed ability estimates.
- bounds
Bounds passed to
score_theta().- eps
Tolerance for near-zero test information.