An S4 class describing activity models fitted to time of observation data.
dataObject of class "numeric", the input data.
wtObject of class "numeric", weights applied to the data.
bwObject of class "numeric", kernel bandwidth.
adjObject of class "numeric", kernel bandwidth adjustment multiplier.
pdfObject of class "matrix" describing fitted probability density function:
Column 1: Sequence of radian times at which PDF evaluated (specifically seq(0,2*pi,pi/256)).
Column 2: Corresponding circular kernel PDF values.
Additionally if errors boostrapped:
Column 3: PDF standard error.
Column 4: PDF lower confidence interval. Column 5: PDF upper confidence interval.
actObject of class "numeric" giving activity level estimate and, if errors boostrapped, standard error and 95 percent confidence limits.