Skip to main content

A simple Python package to compute some inter-rater agreement measures.

Project description

pyagree

A simple Python package to compute some inter-rater agreement measures. Among the other measures this package provides an implementation for both the Information Agreement and the extension-by-continuity of Information Agreement coefficients (see [1]).

Documentation

Here you can find the pyagree documentation. It contains:

  • the instruction to install the package
  • the user manual and some examples
  • the API manual

Examples

In order to use pyagree, it is sufficient to import it, for instance, by using the statement

import pyagree

After that, all the functions reported can be invoked as follows:

pyagree.<function name>(<parameter1>, ...)

Alternatively, the desired functions can be individually imported and avoiding the package name prefix as in:

from pyagree import <function name>

<function name>(<parameter1>, ...)

For instance, the Python program:

from pyagree import yule_y, cohen_kappa

A = [[10,  1],
     [ 5, 10]]

Y = yule_y(A)
K = cohen_kappa(A)

print("Yule's Y = {}".format(Y))
print("Cohen's Kappa = {}".format(K))

evaluates both Yule's Y and Cohen's kappa of the agreement matrix A and print them in output.

References

[1] Casagrande, A. and Fabris, F. and Girometti R. (2020). Beyond Kappa: An Informational Index for Diagnostic Agreement in Dichotomous and Multivalue Ordered-Categorical Ratings, Submitted for the publication.

Copyright and license

pyagree Copyright (C) 2020 Alberto Casagrande acasagrande@units.it

Copyright (c) 2020 Alberto Casagrande

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyagree-0.0.3.tar.gz (9.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyagree-0.0.3-py3-none-any.whl (10.1 kB view details)

Uploaded Python 3

File details

Details for the file pyagree-0.0.3.tar.gz.

File metadata

  • Download URL: pyagree-0.0.3.tar.gz
  • Upload date:
  • Size: 9.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6

File hashes

Hashes for pyagree-0.0.3.tar.gz
Algorithm Hash digest
SHA256 71a2f46b1f53c30de073629071109345eda8afa679489fb6011cfc8a3160e02e
MD5 9a34815a238bf9c79ee60d1ab6ed1224
BLAKE2b-256 0d1aaffbb09e70ddcb446fb8d245e3859ab06043b7b1b2324a754d997fd22b28

See more details on using hashes here.

File details

Details for the file pyagree-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: pyagree-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 10.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.6

File hashes

Hashes for pyagree-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 cfdb74347a2094f76771d41976ff815fc2b752597e7a894d0d278e6ef8bf8de9
MD5 f92fce1c01b1efeabeba0bdf4a5e433d
BLAKE2b-256 968344feefb261868791cc12cad1e5d26456b4ad8e569c9ea6d5d8cb4ca2ff01

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page