| MVtParameter-class | R Documentation |
The class of the parameter of MVt distributions.
Objects can be created by calls of the form new("MVtParameter", ...).
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.
df:integer; the degrees of freedom.
ncp:positive real; the non-centrality parameter.
name:default name is “parameter of a Elliptical distribution”.
Class "Parameter", directly.
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).
signature(object = "MVnormParameter"): access method for
slot ncp.
signature(x = "MVnormParameter"): access method for slot
df.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
MVtDistribution-class, Parameter-class
new("MVtParameter")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.