Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Retrieve the variance of a gamma_dist object.

Usage

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

Value

The variance, shape / rate^2

Arguments

object

The gamma_dist object

...

Additional arguments (not used)

Examples

Run this code
vcov(gamma_dist(shape = 3, rate = 2))

Run the code above in your browser using DataLab