Learn R Programming

distrEllipse (version 2.8.3)

MVNormParameter-class: Paramter of a multivariate normal distribution

Description

The class of the parameter of MVNorm distributions.

Arguments

Objects from the Class

Objects can be created by calls of the form new("MVNormParameter", ...).

Slots

loc:

numeric; center / location of the distribution.

scale:

matrix; the scale matrix; the number of rows of this matrix must be the same as the length of location.

name:

default name is “parameter of a Elliptical distribution”.

Extends

Class "EllipticalParameter", directly.
Class "Parameter", by class "EllipticalParameter".
Class "OptionalParameter", by class "Parameter".

Methods

mean

signature(object = "MVNormParameter"): access method for slot location.

sigma

signature(x = "MVNormParameter"): utility function; returns S%*%t(S) for S=scale(x).

Author

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

MVNormDistribution-class, Parameter-class

Examples

Run this code
new("MVNormParameter")

Run the code above in your browser using DataLab