This container is for testing out GIRTH and GIRTH_MCMC in a JupyterLab environment. It runs a bit slower than bare-metal installation but still allows anyone to test out Item Response Theory.
A collection of notebooks is included in the notebooks
directory. These notebooks are found in the container, or you can add them to your local Jupyter installation.
Examples of the MML Methods
Examples of the Markov Chain Monte Carlo Methods
Estimate the latent trait distribution using the MML methods. Useful for when you believe the underlying population distribution is not normally distributed.
A docker image can be found at DockerHub, or build your own.
docker build --rm -t girth-examples .
docker run -it --init --rm -p8080:8080 girth-examples