exponential
R/exponential.R
vcov.exponential.Rd
Retrieve the variance of a exponential object.
# S3 method for class 'exponential' vcov(object, ...)
The exponential object to retrieve the variance for
Additional arguments to pass (not used)
The variance-covariance matrix of the normal object
normal
x <- exponential(rate = 2) vcov(x) #> [1] 0.25