| SSTdParameter-class | R Documentation |
The class of the parameter of an SSTd distribution.
Objects can be created by calls of the form new("SSTdParameter", ...).
meanreal number: location parameter of a SSTd distribution.
sdreal number: scale parameter of a SSTd distribution.
xireal number: shape parameter of a SSTd distribution.
nupositive number: the degree of freedom parameter of a SSTd distribution.
namedefault name is “parameter of a SSTd distribution”.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "SSTdParameter"): access method for
slot mean.
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
P <- new("SSTdParameter")
mean(P)
sd(P)
xi(P)
nu(P)
P
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.