
Extract FuzzyEn and Lorenz-plot CSI HRV features
Source:R/hrv-fuzzy-csi.R
extract_gazepoint_hrv_fuzzy_csi.RdComputes fuzzy entropy and Lorenz/Poincare-derived cardiac sympathetic index style descriptors from IBI/RR intervals.
Usage
extract_gazepoint_hrv_fuzzy_csi(
dat,
ibi_col = "IBI",
group_cols = NULL,
m = 2,
r_multiplier = 0.2,
fuzzy_power = 2,
min_intervals = 10
)