powered by
The class of the parameter of MVt distributions.
Objects can be created by calls of the form new("MVtParameter", ...).
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.
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".
"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)
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
MVtDistribution-class
Parameter-class
new("MVtParameter")
Run the code above in your browser using DataLab