beaked.hmm.pars | R Documentation |
Hidden Markov model (HMM) parameter estimates for beaked whale availability obtained from mean times available and unavailable observed by Ana Canadas (pers commn.) in thge Alboran sea. This dataset was used in the analyses of Borchers et al. (2013).
beaked.hmm.pars
A list with the following five elements.
pm
: a 2x1 matrix containing the vector of state-dependent Bernoulli availability
parameters. pm[1,i]
is the probability of whale i being available given state 1 (the less
available behavoural state), and pm[1,i]
is the probability of whale i being available given
state 1 (the more available behavoural state).
Pi
:a 2x2x1 array containg the transition probability matrix. States can be interpreted as behavioural states, one of which being a state in which the animal is more likely to be available than when in the other state.
delta
: a 2x1 matrix containing the stationary distribution of Pi
for each
whale. So delta[1,i]
is the probability that whale i is in behavioural state 1 when
observation starts, and delta[2,i]
is the probability that it is in behavioural state 2 when
observation starts.
Et
:a 2x1 matrix containing the expected times animals are available and unavailable (in seconds).
Sigma.Et
:a 2x2 matrix containing variance-covariance matrix of the expected times animals are available and unavailable.
Canadas (pers commn.).
Borchers, D.L., Zucchini, W., Heide-Jorgenssen, M.P., Canadas, A. and Langrock, R. 2013. Using hidden Markov models to deal with availability bias on line transect surveys. Biometrics.
data(beaked.hmm.pars)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.