Learn R Programming

CircaCP (version 0.1.2)

cp_detect: Detect a single change point (parametric methods)

Description

Detect a single change point (parametric methods)

Usage

cp_detect(M, dist)

Value

the location of the single change point

Arguments

M

minute-level Activity vector;

dist

Actigraphy data distribution family, including Gaussian, Gamma, ZAG (Zero-Augmented Gamma), Poisson, Exponential

See Also

sleep_detection()