Fast computation of the Krippendorff's alpha measure.
Project description
Fast Krippendorff
Fast computation of Krippendorff's alpha agreement measure.
Based on Thomas Grill implementation.
Example usage
Given a reliability data matrix, run:
import krippendorff
krippendorff.alpha(reliability_data=...)
See sample.py
and alpha
's docstring for more details.
Installation
pip install krippendorff
Caveats
The implementation is fast as it doesn't do a nested loop for the coders. However, V
should be small, since a VxV
matrix it's used.
Citing
If you use this code in your research, please cite Fast Krippendorff:
@misc{castro-2017-fast-krippendorff,
author = {Santiago Castro},
title = {Fast {K}rippendorff: Fast computation of {K}rippendorff's alpha agreement measure},
year = {2017},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/pln-fing-udelar/fast-krippendorff}}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
krippendorff-0.8.1.tar.gz
(24.2 kB
view details)
Built Distribution
File details
Details for the file krippendorff-0.8.1.tar.gz
.
File metadata
- Download URL: krippendorff-0.8.1.tar.gz
- Upload date:
- Size: 24.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a8f73d87411a69b2ada62ce60573e1b99388bb084c8c0fa7b4d3598edcf3c0be
|
|
MD5 |
2db7cf0a60abc0c6dbf184b1b650fb68
|
|
BLAKE2b-256 |
cefca216ab428e10357fda0cea2d56e9a3728feecb54e32af6cd7e1f894d39e3
|
File details
Details for the file krippendorff-0.8.1-py3-none-any.whl
.
File metadata
- Download URL: krippendorff-0.8.1-py3-none-any.whl
- Upload date:
- Size: 18.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
afd9ba1adf8866f567abb643312aedc92d39b5b8612f99b68998508e3591c437
|
|
MD5 |
491ef5834113ff292aa2ba501f98cf77
|
|
BLAKE2b-256 |
a54f019ebcd010b4e8bba59db099462155d78d928652b99958b10fcac700c4c5
|