vcov.edist: Method for obtaining the variance-covariance matrix (or...

View source: R/edist.R

vcov.edistR Documentation

Method for obtaining the variance-covariance matrix (or scalar)

Description

Method for obtaining the variance-covariance matrix (or scalar)

Usage

## S3 method for class 'edist'
vcov(object, n = 10000, ...)

Arguments

object

The edist object to retrieve the variance-covariance matrix from

n

The number of samples to take (default: 10000)

...

Additional arguments to pass (not used)

Value

The variance-covariance matrix of the edist object

Examples


set.seed(1)
z <- normal(0, 1) * exponential(2)
vcov(z)


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