powered by
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.
new("ParamFamily", ...)
ParamFamily
param
Object of class "ParamFamParameter": parameter of the family.
"ParamFamParameter"
name
Object of class "character": name of the family.
"character"
distribution
Object of class "Distribution": member of the family.
"Distribution"
distrSymm
Object of class "DistributionSymmetry": symmetry of distribution.
"DistributionSymmetry"
props
Object of class "character": properties of the family.
Class "ProbFamily", directly.
"ProbFamily"
signature(object = "ParamFamily"): wrapped accessor function for slot main of slot param.
signature(object = "ParamFamily")
main
signature(object = "ParamFamily"): wrapped accessor function for slot nuisance of slot param.
nuisance
signature(object = "ParamFamily"): wrapped accessor function for slot trafo of slot param.
trafo
signature(object = "ParamFamily"): accessor function for slot param.
signature(x = "ParamFamily"): plot of slot distribution.
signature(x = "ParamFamily")
Distribution-class
# NOT RUN { F1 <- new("ParamFamily") # prototype plot(F1) # }
Run the code above in your browser using DataLab