powered by
The class of the parameter of an SNorm distribution.
Objects can be created by calls of the form new("SNormParameter", ...).
new("SNormParameter", ...)
mean
real number: location parameter of a SNorm distribution.
sd
real number: scale parameter of a SNorm distribution.
name
default name is “parameter of a SNorm distribution”.
xi
real number: shape parameter of a SNorm distribution.
Class "Parameter", directly. Class "OptionalParameter", by class "Parameter".
"Parameter"
"OptionalParameter"
signature(object = "SNormParameter"): access method for slot mean.
signature(object = "SNormParameter")
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
SNorm-class
Parameter-class
P <- new("SNormParameter") mean(P) sd(P) xi(P) P
Run the code above in your browser using DataLab