nimNmixPois_logFac {nimbleEcology} | R Documentation |
Helper function for fast N-mixture calculation
Description
Helper function for fast N-mixture calculation
Usage
nimNmixPois_logFac(numN, ff)
Arguments
numN |
first argument for helper function nimNmixPois_logFac, representing the number of indices in the truncated sum for the N-mixture. |
ff |
second argument for helper function nimNmixPois_logFac, a derived vector of units calculated partway through the fast N-mixture algorithm. |
Details
This is a helper function for the fast N-mixture calculation. It runs an iterative calculation present in all N-mixture varieties. It doesn't have an interpretation outside of that context.
See Also
[Package nimbleEcology version 0.4.1 Index]