A python package for heart rate variability analysis


License
BSD-3-Clause
Install
pip install hrv==0.2.4

Documentation

Build Status codecov Current version at PyPI Downloads per month on PyPI Supported Python Versions Software status License: LGPLv3 DOI

Pythonic package for Heart Rate Variability Analysis

version number: 0.2.10

author: Rhenan Bartels

logo

Overview

hrv is a simple Python module that brings the most widely used techniques to extract information about cardiac autonomic functions through RRi series and Heart Rate Variability (HRV) analyses without losing the Power and Flexibility of a native Python object.

In other words, the hrv module eases the manipulation, inspection, pre-processing, visualization, and analyses of HRV-related information. Additionally, it is written with idiomatic code and tries to implement the API of a built-in object, which might make it intuitive for Python users.

For a more in-depth explanation of how hrv works, please Read the documentation