vcov.univariate_dist: Method for obtaining the variance of 'univariate_dist'...

View source: R/univariate_dist.R

vcov.univariate_distR Documentation

Method for obtaining the variance of univariate_dist object.

Description

Method for obtaining the variance of univariate_dist object.

Usage

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

Arguments

object

The distribution object.

...

Additional arguments to pass into expectation.

Value

Numeric scalar; the variance of the distribution.

Examples

vcov(normal(0, 4))    # 4
vcov(exponential(2))  # 0.25

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