mean.mvn: Retrieve the mean of a 'mvn' object.

View source: R/mvn.R

mean.mvnR Documentation

Retrieve the mean of a mvn object.

Description

Retrieve the mean of a mvn object.

Usage

## S3 method for class 'mvn'
mean(x, ...)

Arguments

x

The mvn object to retrieve the mean from

...

Additional arguments to pass (not used)

Value

The mean of the mvn object

Examples

X <- mvn(c(1, 2, 3))
mean(X)

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