Skip to content

Commit cfa2479

Browse files
committed
docs: add README status badges
1 parent df7ee27 commit cfa2479

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ReMoDe: a Python library for efficient mode detection in ordinal data distributions.
22

3+
[![Docs](https://readthedocs.org/projects/remode/badge/?version=latest)](https://remode.readthedocs.io/en/latest/)
4+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15366121.svg)](https://doi.org/10.5281/zenodo.15366121)
5+
[![CI](https://github.com/sodascience/remode/actions/workflows/ci.yml/badge.svg)](https://github.com/sodascience/remode/actions/workflows/ci.yml)
6+
[![PyPI](https://img.shields.io/pypi/v/remode.svg)](https://pypi.org/project/remode/)
7+
[![Python versions](https://img.shields.io/pypi/pyversions/remode.svg)](https://pypi.org/project/remode/)
8+
39
`ReMoDe` (Recursive Mode Detection) is a Python library designed for the robust detection of modes in ordinal data distributions. It uses statistical tests, including Fisher's exact test and binomial tests, to determine if a given maximum in a data distribution is a true local maximum.
410

511
**Are you an `R` user?** Please find the `R` version here: https://cran.r-project.org/web/packages/remode/index.html

0 commit comments

Comments
 (0)