All Projects → pln-fing-udelar → Fast Krippendorff

pln-fing-udelar / Fast Krippendorff

Licence: gpl-3.0
Fast computation of the Krippendorff's alpha agreement measure in Python.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fast Krippendorff

purescript-quantities
Physical quantities and units
Stars: ✭ 44 (+7.32%)
Mutual labels:  units
Length.js
📏 JavaScript library for length units conversion.
Stars: ✭ 292 (+612.2%)
Mutual labels:  units
Wrnavigationbar swift
WRNavigationBar which allows you to change NavigationBar's appearance dynamically
Stars: ✭ 576 (+1304.88%)
Mutual labels:  alpha
desktop
Extendable calculator for the 21st Century ⚡
Stars: ✭ 85 (+107.32%)
Mutual labels:  units
Wrnavigationbar
超简单!!! 一行代码设置状态栏、导航栏按钮、标题、颜色、透明度,移动等 WRNavigationBar which allows you to change NavigationBar's appearance dynamically
Stars: ✭ 2,923 (+7029.27%)
Mutual labels:  alpha
Pdfsharpcore
Port of the PdfSharp library to .NET Core - largely removed GDI+ (only missing GetFontData - which can be replaced with freetype2)
Stars: ✭ 360 (+778.05%)
Mutual labels:  alpha
hack-tools
"Кали-заменитель". Располагает в себе большое количество утилит для взлома.
Stars: ✭ 39 (-4.88%)
Mutual labels:  alpha
Units Converter
A simple utility library to measure and convert between units
Stars: ✭ 31 (-24.39%)
Mutual labels:  units
Unitful.jl
Physical quantities with arbitrary units
Stars: ✭ 279 (+580.49%)
Mutual labels:  units
Convert Units
An elegant way to convert quantities between different units.
Stars: ✭ 480 (+1070.73%)
Mutual labels:  units
php-unit-conversion
A library providing full PSR-4 compatible unit conversions
Stars: ✭ 47 (+14.63%)
Mutual labels:  units
Jsr354 Api
JSR 354 - Money and Currency API
Stars: ✭ 262 (+539.02%)
Mutual labels:  units
Units
A compile-time enabled Modern C++ library that provides compile-time dimensional analysis and unit/quantity manipulation.
Stars: ✭ 365 (+790.24%)
Mutual labels:  units
elm-units
Simple, safe and convenient unit types and conversions for Elm
Stars: ✭ 80 (+95.12%)
Mutual labels:  units
Unitsnet
Makes life working with units of measurement just a little bit better.
Stars: ✭ 641 (+1463.41%)
Mutual labels:  units
Creators.TF-Community-Launcher
The Creators.TF Community Launcher is a launcher created to help install and update mod content for TF2.
Stars: ✭ 49 (+19.51%)
Mutual labels:  alpha
Js Quantities
JavaScript library for quantity calculation and unit conversion
Stars: ✭ 335 (+717.07%)
Mutual labels:  units
Quantiphy
Physical quantities
Stars: ✭ 33 (-19.51%)
Mutual labels:  units
Vuesax Next
Vuesax v4: framework components for Vuejs
Stars: ✭ 773 (+1785.37%)
Mutual labels:  alpha
Cc
一个基于angular5.0.0+ng-bootstrap1.0.0-beta.8+bootstrap4.0.0-beta.2+scss的后台管理系统界面(没基础的同学请先自学基础,谢谢!)
Stars: ✭ 416 (+914.63%)
Mutual labels:  alpha

Actions Status Version License Supported Python versions

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].