If summary is called with a single ctmm
object output from ctmm.fit
, then a list is returned with the effective sample sizes of various parameter estimates (DOF
) and a parameter estimate table CI
, with low, point, and high estimates for the following possible parameters:
tau
The autocorrelation timescales. tau position
is also the home-range crossing timescale.
area
The Gaussian home-range area, where the point estimate has a significance level of level.UD
. I.e., the core home range is where the animal is located 50% of the time with level.UD=0.50
.
This point estimate itself is subject to uncertainty, and is given confidence intervals derived from level
.
This Gaussian estimate differs from the kernel density estimate of summary.UD
. The Gaussian estimate has more statistical efficiency, but is less related to space use for non-Gaussian processes.
speed
The Gaussian root-mean-square (RMS) velocity, which is a convenient measure of average speed but not the conventional measure of average speed (see speed
).
If summary is called on a list of ctmm
objects output from ctmm.select
, then a table is returned with the model names and IC differences for comparison across autocovariance structures. The mean square prediction error (MSPE) is also returned for comparison across trend structures (with autocovariance structure fixed). For the model names, "IID" denotes the uncorrelated bi-variate Gaussian model, "OU" denotes the continuous-position Ornstein-Uhlenbeck model, "OUF" denotes the continuous-velocity Ornstein-Uhlenbeck-F model, "OUf" denotes the OUF model where the two autocorrelation timescales cannot be statistically distinguished.