| EllipticalParameter-class | R Documentation |
The class of the parameter of Elliptical distributions.
Objects can be created by calls of the form new("EllipticalParameter", ...).
locnumeric; 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.
namedefault name is “parameter of a Elliptical distribution”.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "EllipticalParameter"): access method for
slot location.
signature(x = "EllipticalParameter"): access method for
slot scale.
signature(object = "EllipticalParameter"): replace method for
slot location.
signature(object = "EllipticalParameter"): replace method for
slot scale.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
EllipticalDistribution-class, Parameter-class
new("EllipticalParameter")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.