mclaren.a | R Documentation |
Calculates McLaren's availability correction factor, for each of a set of m 2-state Markov model availability parameters passed to it and returns these and their mean.
mclaren.a(hmm.pars, ymax, spd = 1)
hmm.pars |
is a list with 2x2xm Markov model transition matrices (in which state 1 is UNavailable)
in element |
ymax |
is max forward distance things can be seen at (or max forward time). Must be scalar. |
spd |
is observer speed; omit if ymax is max forward TIME. |
McLaren, I.A. 1961. Methods of determining the numbers and availability of ringed seals in the eastern Canadian Arctic. Arctic 14:162 – 175.
instant.a
, laake.a
, richard.a
Ea=c(10,12);Eu=c(20,22);seEa=c(2,3);seEu=c(4,6);covEt=c(2,3)
hmm.pars=make.hmm.pars.from.Et(Ea,Eu,seEa,seEu,covEt)
mclaren.a(hmm.pars,ymax=10,spd=4)
mclaren.a(hmm.pars,ymax=100,spd=4) # can be greater than 1 (!)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.