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
:Object of class "ParamFamParameter"
:
parameter of the family.
name
:Object of class "character"
:
name of the family.
distribution
:Object of class "Distribution"
:
member of the family.
distrSymm
:Object of class "DistributionSymmetry"
:
symmetry of distribution
.
props
:Object of class "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")
# NOT RUN {
F1 <- new("ParamFamily") # prototype
plot(F1)
# }
Run the code above in your browser using DataLab