EllipticalParameter-class {distrEllipse} | R 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 slotlocation
.- scale
signature(x = "EllipticalParameter")
: access method for slotscale
.- location<-
signature(object = "EllipticalParameter")
: replace method for slotlocation
.- scale<-
signature(object = "EllipticalParameter")
: replace method for slotscale
.
Author(s)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
See Also
EllipticalDistribution-class
, Parameter-class
Examples
new("EllipticalParameter")