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