batchLL {extBatchMarking} | R Documentation |
batchLL function provides the batch marking log-likelihood
Description
batchLL function provides the batch marking log-likelihood
Usage
batchLL(phi, p, R, begin_g, end_g, cores)
Arguments
phi |
The probability of surviving and remaining in the population between occasions t and t +1, given an individual was alive and in the population at occasion t. This must be a number between 0 and 1. |
p |
The probability of capture at occasion t. This must be a number between 0 and 1. |
R |
The number of individuals marked and released at sampling occasion g from batch group g; g = 1,2,...,G. This must be an integer. |
begin_g |
The beginning of the occasion. |
end_g |
The end of the occasion. |
cores |
Number of cores for parallel. |
Value
fr returns the log sum of the Hidden Markov Model.
[Package extBatchMarking version 1.0.1 Index]