An S4 class describing activity models fitted to time of observation data.
data
Object of class "numeric"
, the input data.
wt
Object of class "numeric"
, weights applied to the data.
bw
Object of class "numeric"
, kernel bandwidth.
adj
Object of class "numeric"
, kernel bandwidth adjustment multiplier.
pdf
Object 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.
act
Object of class "numeric"
giving activity level estimate and, if errors boostrapped, standard error and 95 percent confidence limits.