nd-ball / py-irt

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

Some Requests #70

Open cjh0526 opened 1 month ago

cjh0526 commented 1 month ago

Could tell me if the 1PL model uses the EM algorithm for parameter estimation. Also, is it possible to estimate parameters with my observational data if it is transformed into non-binary data? Thank you very much for your help.

jplalor commented 4 weeks ago

The 1PL model use variational inference. There is also a fit_MCMC option.

At the moment, the package only supports binarized data. To implement a model that can take continuous values, you would need to make a new file here: https://github.com/nd-ball/py-irt/tree/master/py_irt/models