nd-ball / py-irt

Bayesian IRT models in Python
MIT License
115 stars 41 forks source link

Theta inference for 2PL and 3PL #56

Open jplalor opened 8 months ago

jplalor commented 8 months ago

scoring.py has theta inference for 1PL models (https://github.com/nd-ball/py-irt/blob/master/py_irt/scoring.py). Let's add scoring for 2PL and 3PL when parameters are known.