vcov.exponential: Retrieve the variance of a 'exponential' object.

View source: R/exponential.R

vcov.exponentialR Documentation

Retrieve the variance of a exponential object.

Description

Retrieve the variance of a exponential object.

Usage

## S3 method for class 'exponential'
vcov(object, ...)

Arguments

object

The exponential object to retrieve the variance for

...

Additional arguments to pass (not used)

Value

The variance-covariance matrix of the normal object

Examples

x <- exponential(rate = 2)
vcov(x)

algebraic.dist documentation built on Feb. 27, 2026, 5:06 p.m.