gamma_dist
R/gamma_dist.R
vcov.gamma_dist.Rd
Retrieve the variance of a gamma_dist object.
# S3 method for class 'gamma_dist' vcov(object, ...)
The gamma_dist object
Additional arguments (not used)
The variance, shape / rate^2
shape / rate^2
vcov(gamma_dist(shape = 3, rate = 2)) #> [1] 0.75