Skip to content

Releases: eribean/girth_mcmc

Girth Release Update

11 Nov 02:39
911376e
Compare
Choose a tag to compare

The refactoring of the dependent package girth required several updates to the import statements. A hard requirement on girth > 0.8.0 is required for girth_mcmc > 0.5.1.

Added Partial Credit Model

04 Nov 14:33
e1919e6
Compare
Choose a tag to compare

Added partial credit model to IRT models. This supports both univariate and multivariate estimation.

Univariate Signature

girth_model = GirthMCMC(model='PCM', model_args=(n_categories,))

Multivariate Signature

girth_model = GirthMCMC(model='PCM_MD', model_args=(n_categories, n_factors))

Multidimensional GRM IRT

03 Nov 01:40
01820a5
Compare
Choose a tag to compare

Added multidimensional graded response model as an estimation option.

Run option looks like:

girth_model = GirthMCMC(model='GRM_MD', model_args=(n_categories, n_factors),
                        options={'n_tune': 1000, 'n_samples': 1000})

Multidimensional 2PL IRT Seeding

11 Oct 01:35
c1ade7e
Compare
Choose a tag to compare

Added an initial guess parameter for the multidimensional 2pl model to help with convergence.

Added as a girth_mcmc option:

options = {'initial_guess': True}

Multidimensional 2PL IRT

13 Sep 02:04
98373f6
Compare
Choose a tag to compare

Added multidimensional 2PL IRT for MCMC and Variational samplers.

August Release

18 Aug 20:08
e5e6eec
Compare
Choose a tag to compare
  • Added missing data support

December Release

29 Dec 19:36
Compare
Choose a tag to compare

Alpha Version: Support For MCMC / Variational Inference

Unidimensional

  • Rasch Model
  • 1PL Model
  • 2PL Model
  • 3PL Model
  • Graded Response Model