| ProbFamily-class {distrMod} | R Documentation |
Class of families of probability measures.
A virtual Class: No objects may be created from it.
name:"character":
name of the family. distribution:"Distribution":
member of the family. distrSymm:"DistributionSymmetry":
symmetry of distribution. props:"character":
properties of the family. signature(object = "ProbFamily"):
accessor function for slot name. signature(object = "ProbFamily"):
replacement function for slot name. signature(object = "ProbFamily"):
accessor function for slot distribution. signature(object = "ProbFamily"):
accessor function for slot distrSymm. signature(object = "ProbFamily"):
accessor function for slot props. signature(object = "ProbFamily"):
replacement function for slot props. signature(object = "ProbFamily"):
add a property to slot props. signature(object = "ProbFamily"): wrapped accessor
to slot r of slot "Distribution".signature(object = "ProbFamily"): wrapped accessor
to slot d of slot "Distribution".signature(object = "ProbFamily"): wrapped accessor
to slot p of slot "Distribution".signature(object = "ProbFamily"): wrapped accessor
to slot q of slot "Distribution".Matthias Kohl Matthias.Kohl@stamats.de