| ParamFamily-class | 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: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")
Matthias Kohl Matthias.Kohl@stamats.de
Distribution-class
F1 <- new("ParamFamily") # prototype
plot(F1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.