Simulate from the DCRW model with Argos location errors
For testing bsam models
simulate( Nt = 100, gamma = 0.8, Sigma = matrix(c(0.01, 0, 0, 0.01), 2, 2), amf = tpar() )
Nt
: number of time steps to simulategamma
: move persistence parameterSigma
: variance-covariance matrix for movement processamf
: Argos error data, defined by default via the tpar
function which uses the t-distribution scale and df estimates from Jonsen et al (2005)a data_frame of true locations and locations with Argos error