vcov.normal: Retrieve the variance-covariance matrix (or scalar) of a...

View source: R/normal.R

vcov.normalR Documentation

Retrieve the variance-covariance matrix (or scalar) of a normal object.

Description

Retrieve the variance-covariance matrix (or scalar) of a normal object.

Usage

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

Arguments

object

The normal object to retrieve the variance-covariance matrix from

...

Additional arguments to pass (not used)

Value

The variance-covariance matrix of the normal object

Examples

x <- normal(0, 4)
vcov(x)

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