View source: R/auxiliary_functions.R
get_beta | R Documentation |
Compute transition probability beta from alpha and p
get_beta(alpha, p)
alpha |
'flipping rate' (a probability) |
p |
marginal probability |
beta
p <- 0.2
alpha <- get_max_alpha(p)/2
beta <- get_beta(alpha = alpha, p = p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.