Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 695 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 695 Bytes

Python implementation of Krippendorff's alpha – inter-rater reliability

For inter-rater agreements for experimental data with missing values, Krippendorff's alpha coefficient has been established as a standard measure. This a very general implementation in the Python programming language, allowing the use of arbitrary metrics. It is also accelerated for some standard metrics that allow vector math (through Numerical Python) -- currently nominal, interval and rational metrics.