vcov.beta_dist: Variance of a beta distribution.
Description
Computes \(\alpha\beta / ((\alpha+\beta)^2 (\alpha+\beta+1))\).
Usage
# S3 method for beta_dist
vcov(object, ...)
Value
The variance (scalar).
Arguments
- object
A beta_dist object.
- ...
Additional arguments (not used).