Skip to content

Commit

Permalink
Update neurokit2/hrv/hrv_time.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DominiqueMakowski authored Jul 3, 2023
1 parent c8c00aa commit 1e83e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neurokit2/hrv/hrv_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def hrv_time(peaks, sampling_rate=1000, show=False, **kwargs):
median of the RR intervals (**MedianNN**).
* **IQRNN**: The interquartile range (**IQR**) of the RR intervals.
* **SDRMSSD**: SDNN / RMSSD, a time-domain equivalent for the low Frequency-to-High
Frequency(LF/HF) Ratio (Sollers et al., 2007).
Frequency (LF/HF) Ratio (Sollers et al., 2007).
* **Prc20NN**: The 20th percentile of the RR intervals (Han, 2017; Hovsepian, 2015).
* **Prc80NN**: The 80th percentile of the RR intervals (Han, 2017; Hovsepian, 2015).
* **pNN50**: The proportion of RR intervals greater than 50ms, out of the total number of
Expand Down

0 comments on commit 1e83e32

Please sign in to comment.