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())
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"
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 Sadeh algortihm
Vector with Brond counts per epoch to be used by the Sadeh algortihm
Vincent T van Hees <v.vanhees@accelting.com>