Objects from the Class
Objects can be created by calls of the form new("NormParameter", sd, mean).
Usually an object of this class is not needed on its own, it is
generated automatically when an object of the class Norm is
instantiated.Slots
sd- Object of class
"numeric":
the sd of a univariate normal distribution mean- Object of class
"numeric":
the mean of a univariate normal distribution name- Object of class
"character":
a name / comment for the parameters
Extends
Class "NormParameter", directly.
Class "Parameter", by class "NormParameter".Methods
- initialize
signature(.Object = "UniNormParameter"):
initialize method - mean
signature(object = "UniNormParameter"):
returns the slot mean of the parameter of the distribution - mean<-
signature(object = "UniNormParameter"):
modifies the slot mean of the parameter of the distribution - sd
signature(object = "UniNormParameter"):
returns the slot sd of the parameter of the distribution - sd<-
signature(object = "UniNormParameter"):
modifies the slot sd of the parameter of the distribution