Closed badbye closed 7 years ago
This is my reference: https://www.amazon.com/Item-Response-Theory-Estimation-Techniques/dp/0824758250. To compare two implementations, you can simply conduct a simulation study (see examples in the Parameter Estimation section).
Hmmm, this material is not easy to access. Thank you anyway.
I have found a Python package pyirt , which is using the EM algorithm to do the estimation. Here is the reference: http://www.openirt.com/b-a-h/papers/note9801.pdf
I did not find the reference in your code implementation. According to the code, seems xxIRT and pyirt are using different algorithms. Which one is more popular and robust?