ProbFamily-class {distrMod} | R Documentation |
Family of probability measures
Description
Class of families of probability measures.
Objects from the Class
A virtual Class: No objects may be created from it.
Slots
name
Object of class
"character"
: name of the family.distribution
Object of class
"Distribution"
: member of the family.distrSymm
Object of class
"DistributionSymmetry"
: symmetry ofdistribution
.props
Object of class
"character"
: properties of the family.
Methods
- name
signature(object = "ProbFamily")
: accessor function for slotname
.- name<-
signature(object = "ProbFamily")
: replacement function for slotname
.- distribution
signature(object = "ProbFamily")
: accessor function for slotdistribution
.- distrSymm
signature(object = "ProbFamily")
: accessor function for slotdistrSymm
.- props
signature(object = "ProbFamily")
: accessor function for slotprops
.- props<-
signature(object = "ProbFamily")
: replacement function for slotprops
.- addProp<-
signature(object = "ProbFamily")
: add a property to slotprops
.- r
signature(object = "ProbFamily")
: wrapped accessor to slotr
of slot"Distribution"
.- d
signature(object = "ProbFamily")
: wrapped accessor to slotd
of slot"Distribution"
.- p
signature(object = "ProbFamily")
: wrapped accessor to slotp
of slot"Distribution"
.- q
signature(object = "ProbFamily")
: wrapped accessor to slotq
of slot"Distribution"
.- q.l
signature(object = "ProbFamily")
: wrapped accessor to slotq
of slot"Distribution"
– for compatibility with RStudio or Jupyter IRKernel / synonymous toq
.
Author(s)
Matthias Kohl Matthias.Kohl@stamats.de