powered by
The class of the parameter of MVNorm distributions.
Objects can be created by calls of the form new("MVNormParameter", ...).
new("MVNormParameter", ...)
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.
location
name
default name is “parameter of a Elliptical distribution”.
Class "EllipticalParameter", directly. Class "Parameter", by class "EllipticalParameter". Class "OptionalParameter", by class "Parameter".
"EllipticalParameter"
"Parameter"
"OptionalParameter"
signature(object = "MVNormParameter"): access method for slot location.
signature(object = "MVNormParameter")
signature(x = "MVNormParameter"): utility function; returns S%*%t(S) for S=scale(x).
signature(x = "MVNormParameter")
S%*%t(S)
S=scale(x)
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
MVNormDistribution-class, Parameter-class
MVNormDistribution-class
Parameter-class
new("MVNormParameter")
Run the code above in your browser using DataLab