univariate_dist object.R/univariate_dist.R
vcov.univariate_dist.RdMethod for obtaining the variance of univariate_dist object.
# S3 method for class 'univariate_dist'
vcov(object, ...)Numeric scalar; the variance of the distribution.
vcov(normal(0, 4)) # 4
#> [1] 4
vcov(exponential(2)) # 0.25
#> [1] 0.25