Usage
nLogLike_rcpp(nbStates, beta, covs, data, stepDist, angleDist, stepPar,
anglePar, delta, aInd, zeroInflation = FALSE, stationary = FALSE)
Arguments
beta
Matrix of regression coefficients for the transition probabilities
stepDist
The name of the step length distribution
angleDist
The name of the turning angle distribution
stepPar
State-dependent parameters of the step length distribution
anglePar
State-dependent parameters of the turning angle distribution
delta
Stationary distribution
aInd
Vector of indices of the rows at which the data switches to another animal
zeroInflation
true
if zero-inflation is included in the step length distribution,
false
otherwise.
stationary
false
if there are covariates. If true
, the initial distribution is considered
equal to the stationary distribution. Default: false
.