R/beta_dist.R
vcov.beta_dist.Rd
Computes \(\alpha\beta / ((\alpha+\beta)^2 (\alpha+\beta+1))\).
# S3 method for class 'beta_dist' vcov(object, ...)
A beta_dist object.
beta_dist
Additional arguments (not used).
The variance (scalar).
vcov(beta_dist(2, 5)) #> [1] 0.0255102