Description Usage Arguments Examples
View source: R/dsdive.obstx.matrix.R
Given model parameters, this function will compute the probability transition
matrix for a Continuous time Markov chain (CTMC) that is observed once, and
then again at a time of tstep
units of time later. If
include.raw==TRUE
, then raw components of the probability transition
matrix will be returned so that the transition matrix can be computed for
arbitrary timesteps.
1 2 3 4 5 6 7 8 9 | dsdive.obstx.matrix(
depth.bins,
beta,
lambda,
s0,
tstep,
include.raw = FALSE,
delta
)
|
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 |
the current depth bin transition model parameters |
lambda |
the current depth bin transition rate model parameters |
s0 |
the stage for which to compute the transition matrix |
tstep |
Time between observations of the CTMC |
include.raw |
|
delta |
If |
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.