powered by
exponential
Retrieve the variance of a exponential object.
# S3 method for exponential vcov(object, ...)
The variance-covariance matrix of the normal object
normal
The exponential object to retrieve the variance for
Additional arguments to pass (not used)
x <- exponential(rate = 2) vcov(x)
Run the code above in your browser using DataLab