beta_dist
R/beta-distribution.R
get_beta_shape.Rd
Get a parameter of the beta_dist
get_beta_shape(x, type = c("shape1", "shape2", "conc"))
a beta_dist or beta_dist_list acting as the prior
beta_dist_list
the parameter to extract one of shape1 or shape2 or conc
shape1
shape2
conc
a vector of doubles
get_beta_shape(beta_dist(shape1=1,shape2=1)) #> [1] 1 get_beta_shape(beta_dist(shape1=2:5,shape2=1:4)) #> [1] 2 3 4 5