get_summary_stats {bayesmove} | R Documentation |
Internal function that calculates the sufficient statistics for the segmentation model
Description
An internal function that calculates the sufficient statistics to be used
within the reversible-jump MCMC Gibbs sampler called by
link{samp_move}
.
Usage
get_summary_stats(breakpt, dat, max.time, nbins, ndata.types)
Arguments
breakpt |
numeric. A vector of breakpoints. |
dat |
A matrix that only contains columns storing discretized data for each of the movement variables. |
max.time |
numeric. The number of of the last observation of |
nbins |
numeric. A vector of the number of bins used to discretize each
movement variable. These must be in the same order as the columns within
|
ndata.types |
numeric. The length of |
Value
Returns the sufficient statistics associated with the provided breakpoints for a given animal ID.
[Package bayesmove version 0.2.1 Index]