R/weibull_dist.R
vcov.weibull_dist.Rd
Computes scale2(Γ(1+2/shape)−[Γ(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