| SNormParameter-class | R Documentation |
The class of the parameter of an SNorm distribution.
Objects can be created by calls of the form new("SNormParameter", ...).
meanreal number: location parameter of a SNorm distribution.
sdreal number: scale parameter of a SNorm distribution.
namedefault name is “parameter of a SNorm distribution”.
xireal number: shape parameter of a SNorm distribution.
Class "Parameter", directly.
Class "OptionalParameter", by class "Parameter".
signature(object = "SNormParameter"): access method for
slot mean.
signature(object = "SNormParameter"): access method for
slot sd.
signature(object = "SNormParameter"): access method for
slot xi.
Peter Ruckdeschel peter.ruckdeschel@uni-oldenburg.de
SNorm-class, Parameter-class
P <- new("SNormParameter")
mean(P)
sd(P)
xi(P)
P
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.