psychometrics icon indicating copy to clipboard operation
psychometrics copied to clipboard

A Java library for classical test theory, item response theory, factor analysis, and other measurement techniques. It provide tools commonly used in psychometrics and operational testing programs.

Results 2 psychometrics issues
Sort by recently updated
recently updated
newest added

Seems like there is missing javafx dependency: [INFO] Reactor Summary for Psychometrics 2.0: [INFO] [INFO] Psychometrics ...................................... SUCCESS [ 0.611 s] [INFO] psychometrics-core ................................. SUCCESS [ 10.613 s] [INFO] psychometrics-ctt...

When this piece of code is run, invalid offsets are accessed within the x2 array: ``` //Eliminate rows and columns with nonzero sums if(validRowcount!=nrow || validColCount!=ncol){ double[][] x2 = new...