powered by
The class of the parameter of an SSTd distribution.
Objects can be created by calls of the form new("SSTdParameter", ...).
new("SSTdParameter", ...)
mean
real number: location parameter of a SSTd distribution.
sd
real number: scale parameter of a SSTd distribution.
xi
real number: shape parameter of a SSTd distribution.
nu
positive number: the degree of freedom parameter of a SSTd distribution.
name
default name is “parameter of a SSTd distribution”.
Class "Parameter", directly. Class "OptionalParameter", by class "Parameter".
"Parameter"
"OptionalParameter"
signature(object = "SSTdParameter"): access method for slot mean.
signature(object = "SSTdParameter")
signature(object = "SSTdParameter"): access method for slot sd.
signature(object = "SSTdParameter"): access method for slot xi.
signature(object = "SSTdParameter"): access method for slot nu.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
SSTd-class, Parameter-class
SSTd-class
Parameter-class
P <- new("SSTdParameter") mean(P) sd(P) xi(P) nu(P) P
Run the code above in your browser using DataLab