Skip to content

Releases: niemasd/MESS

MESS v1.0.9

21 Mar 17:11
Compare
Choose a tag to compare
  • Added number of tests to MESS plot

MESS v1.0.8

22 Jun 23:13
Compare
Choose a tag to compare
  • Updated automated number of significance tests to find empty bin > median MESS score

MESS v1.0.7

22 Jun 22:58
Compare
Choose a tag to compare
  • Limit the number of significance tests performed to increase statistical power
    • Previously, MESS would perform all n choose 2 possible significance tests, which would dramatically reduce statistical power after multiple hypothesis test correction
    • This is not ideal, as only the right tail of the distribution is of interest
    • Now, MESS will detect the number of significance tests k to perform, or the user can provide a specific value for k, and MESS will only perform significance tests on the k largest MESS scores

MESS v1.0.6

01 Jun 17:40
Compare
Choose a tag to compare
  • Added red, yellow, and green counts for each pair of students
    • Red = Both students put the same wrong answer
    • Yellow = Both students got it wrong, but put different wrong answers
    • Green = Only 1 student got it wrong

MESS v1.0.5

23 Mar 23:13
Compare
Choose a tag to compare
  • Use kde.logpdf(X) instead of log(kde.pdf(X)) to avoid rounding down to 0
  • Improved flexibility for multiple correct/incorrect responses

MESS v1.0.4

17 Mar 23:15
Compare
Choose a tag to compare
  • Plot KDE above optional histogram

MESS v1.0.3

17 Mar 23:13
Compare
Choose a tag to compare
  • Added ability to optionally plot a histogram as well

MESS v1.0.2

07 Feb 04:09
Compare
Choose a tag to compare
  • Added "proportion identical" column to output TSV
  • Refactored how Benjamini-Hochberg correction is performed to be safer with respect to floats

MESS v1.0.1

02 Jan 17:26
Compare
Choose a tag to compare
  • Refactored argument parsing code into its own function

MESS v1.0.0

02 Jan 17:20
a298ca4
Compare
Choose a tag to compare
  • Initial release