MVnormParameter-class: Paramter of a multivariate normal distribution

MVNormParameter-classR Documentation

Paramter of a multivariate normal distribution

Description

The class of the parameter of MVNorm distributions.

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(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

MVNormDistribution-class, Parameter-class

Examples

new("MVNormParameter")

distrEllipse documentation built on Nov. 13, 2022, 1:07 a.m.