Learn R Programming

algebraic.dist (version 0.9.1)

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).

Examples

Run this code
vcov(beta_dist(2, 5))

Run the code above in your browser using DataLab