vcov.gamma_dist: Retrieve the variance of a 'gamma_dist' object.

View source: R/gamma_dist.R

vcov.gamma_distR Documentation

Retrieve the variance of a gamma_dist object.

Description

Retrieve the variance of a gamma_dist object.

Usage

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

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.