R/uniform_dist.R
vcov.uniform_dist.Rd
Computes \((max - min)^2 / 12\).
# S3 method for class 'uniform_dist' vcov(object, ...)
A uniform_dist object.
uniform_dist
Additional arguments (not used).
The variance (scalar).
vcov(uniform_dist(0, 10)) #> [1] 8.333333