R/weibull_dist.R
vcov.weibull_dist.Rd
Computes \(scale^2 (\Gamma(1 + 2/shape) - [\Gamma(1 + 1/shape)]^2)\).
# S3 method for class 'weibull_dist' vcov(object, ...)
A weibull_dist object.
weibull_dist
Additional arguments (not used).
The variance (scalar).
vcov(weibull_dist(shape = 2, scale = 3)) #> [1] 1.931417