evaluate_stopover | R Documentation |
Evaluates the CDF of a mixture of normal distributions, then returns the probability of being in a given bin.
evaluate_stopover(breaks, par, skeleton, DMs = list(), nS)
breaks |
The points to evaluate. The function return the probability of being in each bin defined by the breaks. |
par |
A vector of parameter values which should be
|
skeleton |
The skeleton to |
DMs |
A list of design matrices to be used when covaraites are included in the model. |
nS |
In the case where DMs is empty because we use no covariates, we need to know the number of sites to determine the number of points. |
A matrix of evaluated densities for the count at each site and location, or the single real number valued negative log likelihood
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.