Learn R Programming

algebraic.dist (version 0.9.1)

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

Description

Retrieve the mean of a mvn object.

Usage

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

Value

The mean of the mvn object

Arguments

x

The mvn object to retrieve the mean from

...

Additional arguments to pass (not used)

Examples

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

Run the code above in your browser using DataLab