Apply heuristic algorithms for sustiained inactivty bouts detection. Function not intended for direct use by package user
HASIB(HASIB.algo = "vanHees2015", timethreshold = c(), anglethreshold = c(),
time = c(), anglez = c(), ws3 = c(), zeroCrossingCount = c(),
BrondCount = c(),
NeishabouriCount = c(), activity = NULL)
Vector with binary indicator of sustained inactivity bout, 1 is yes, 0 is no.
Character to indicator which sib algorithm should be used. Default value: "vanHees2015". Other options: "Sadeh1994", "Galland2012", "ColeKripke1992"
See g.sib.det
See g.sib.det
Vector with time per short epoch
Vector with z-angle per short epoch
See g.getmeta
Vector with zero crossing counts per epoch as required for count-based algorithms
Vector with Brond counts per epoch to be used by the count-based algorithms
Vector with Neishabouri counts per epoch to be used by the count-based algorithms
Magnitude of acceleration, only used when HASIB.algo is set to NotWorn.
Acceleration metric used is specified by argument acc.metric
elsewhere in GGIR.
Vincent T van Hees <v.vanhees@accelting.com>