EllipticalParameter-class: Paramter of an Elliptical distributions

EllipticalParameter-classR Documentation

Paramter of an Elliptical distributions

Description

The class of the parameter of Elliptical distributions.

Objects from the Class

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

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 "Parameter", directly.
Class "OptionalParameter", by class "Parameter".

Methods

location

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

scale

signature(x = "EllipticalParameter"): access method for slot scale.

location<-

signature(object = "EllipticalParameter"): replace method for slot location.

scale<-

signature(object = "EllipticalParameter"): replace method for slot scale.

Author(s)

Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de

See Also

EllipticalDistribution-class, Parameter-class

Examples

new("EllipticalParameter")

distrEllipse documentation built on Jan. 31, 2024, 3:05 a.m.