Tags: eribean/girth
Tags
Classical test theory (#111) * Added classical test theory for dichotomous items. * Finished with classical tests functions for polytomous and dichotomous data, added cronbach alpha as well. * Added reverse score function. * Working on unittests. * Addedunittests for classical test statistics.
Add factor analysis functions (#104) * Added factor analysis functions. * moved testing folder into girth. * Fixed unittest run code and updated README to reflect inclusion of factor analysis functions. * Update to github action to reflect new pytest run.
Added Multidimensional IRT (#99) * Adding multidimensional estimation. * Initial working version of multidimensional mml. * Added synthetic grm polytomous data. * Added unittests for multidimensional integrals. * Finished unittests and updated readme. * Minor update to README for clarification on using multidimensional. * Changed tolerances to account for different python versions. * Stupid unittests.
Bootstrap Standard Errors (#98) * Changed import statement to __all__. * Updated to run with current repository. * Added bootstrap standard errors. * Added warning for 3PL and GGUM models. * Forgot an import testing function. * Missing seed for a function cause failures. * Added pylint comment to quiet cyclical import. * Added parallel unittests to cut down on times.
Circle ci (#93) * Update config.yml * Update config.yml * Update config.yml * Update config.yml * Update config.yml * Update config.yml * Skipping GUM unittest, they run fine locally but fail on the circleci container. * Update config.yml * Update config.yml
PreviousNext