
Model heartbeats as a dependency-light point process
Source:R/point-process-models.R
model_gazepoint_hr_point_process.RdCreates beat-time, interbeat interval, and inverse-Gaussian-style summary tables from IBI/RR intervals. This is a compact point-process model-preparation helper, not a full adaptive Bayesian heartbeat filter.
Usage
model_gazepoint_hr_point_process(
dat,
ibi_col = "IBI",
time_col = NULL,
beat_time_col = NULL,
group_cols = NULL,
ibi_units = c("auto", "seconds", "milliseconds")
)