Description Usage Arguments References Examples
View source: R/dsdive.generator.matrix.uniformized.R
Compute infinitesimal generator matrix for a uniformized Continuous time Markov chain (CTMC). See Rao and Teh (2013) for an applied definition and use of infinitesimal generator matrices.
1 2 3 4 5 6 7 | dsdive.generator.matrix.uniformized(
depth.bins,
beta,
lambda,
s0,
rate.uniformized
)
|
depth.bins |
n x 2 Matrix that defines the depth bins. The first column defines the depth at the center of each depth bin, and the second column defines the half-width of each bin. |
beta |
Directional preference model parameters. See
|
lambda |
Diving rate model parameters. See
|
s0 |
dive stage for which matrix should be computed |
rate.uniformized |
uniformization rate, for standardizing transition rates between states |
Rao, Vinayak, and Yee Whye Teh. "Fast MCMC sampling for Markov jump processes and extensions." The Journal of Machine Learning Research 14.1 (2013): 3295-3320.
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.