Retrieve the variance of a gamma_dist object.

# S3 method for class 'gamma_dist'
vcov(object, ...)

Arguments

object

The gamma_dist object

...

Additional arguments (not used)

Value

The variance, shape / rate^2

Examples

vcov(gamma_dist(shape = 3, rate = 2))
#> [1] 0.75