ParamFamily-class {ROptEstOld} | R Documentation |
Class of parametric families of probability measures.
Objects can be created by calls of the form new("ParamFamily", ...)
.
More frequently they are created via the generating function
ParamFamily
.
param
:"ParamFamParameter"
:
parameter of the family. name
:"character"
:
name of the family. distribution
:"Distribution"
:
member of the family.distrSymm
:"DistributionSymmetry"
:
symmetry of distribution
. props
:"character"
:
properties of the family.
Class "ProbFamily"
, directly.
signature(object = "ParamFamily")
:
wrapped accessor function for slot main
of
slot param
. signature(object = "ParamFamily")
:
wrapped accessor function for slot nuisance
of slot param
. signature(object = "ParamFamily")
:
wrapped accessor function for slot trafo
of slot param
. signature(object = "ParamFamily")
:
accessor function for slot param
. signature(x = "ParamFamily")
:
plot of slot distribution
. signature(object = "ParamFamily")
Matthias Kohl Matthias.Kohl@stamats.de
F1 <- new("ParamFamily") # prototype plot(F1)