View source: R/auxiliary_functions.R
get_b | R Documentation |
The b parameter in the state-change Markov chain.
get_b(alpha, beta)
alpha |
a transition probability (between 0 and 1). |
beta |
a transition probability (between 0 and 1). |
If X_k is a two-state Markov chain with transition probabilities alpha
and beta
, then
the state-changes Y_k = |X_k - X_k-1| also form a two-state Markov chain with transition probabiliti'es
a
and b
.
b transition probability.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.