
Extract refined composite multiscale entropy from HRV intervals
Source:R/hrv-rcmse.R
extract_gazepoint_hrv_rcmse.RdComputes refined composite multiscale entropy (RCMSE) from IBI/RR intervals. RCMSE pools template-match counts across all coarse-grained offsets at each scale, making it more stable than ordinary MSE for shorter physiological time series.
Usage
extract_gazepoint_hrv_rcmse(
dat,
ibi_col = "IBI",
group_cols = NULL,
scales = 1:10,
m = 2,
r_multiplier = 0.2,
min_intervals = 20
)