Detect Transitions
detect_transitions(
measurements,
minimum_event_duration = 5,
x_cpt_penalty = 18,
y_cpt_penalty = 25,
z_cpt_penalty = 16,
cut_time_24hr = "15:00"
)List of time and index of each transition.
The downsampled measurements to calculate changepoint transitions.
The minimum interval between changepoint transitions.
The manual penalty value applied in the PELT changepoint
algorithm for the x axis, see cpt.var.
The manual penalty value applied in the PELT changepoint
algorithm for the y axis, see cpt.var.
The manual penalty value applied in the PELT changepoint
algorithm for the z axis, see cpt.var.
Time in 24h to split days up by.
Function to detect mean and variance changepoints in 1Hz acceleration data from a bin file.