ProbFamily-class: Family of probability measures

ProbFamily-classR 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 of distribution.

props

Object of class "character": properties of the family.

Methods

name

signature(object = "ProbFamily"): accessor function for slot name.

name<-

signature(object = "ProbFamily"): replacement function for slot name.

distribution

signature(object = "ProbFamily"): accessor function for slot distribution.

distrSymm

signature(object = "ProbFamily"): accessor function for slot distrSymm.

props

signature(object = "ProbFamily"): accessor function for slot props.

props<-

signature(object = "ProbFamily"): replacement function for slot props.

addProp<-

signature(object = "ProbFamily"): add a property to slot props.

r

signature(object = "ProbFamily"): wrapped accessor to slot r of slot "Distribution".

d

signature(object = "ProbFamily"): wrapped accessor to slot d of slot "Distribution".

p

signature(object = "ProbFamily"): wrapped accessor to slot p of slot "Distribution".

q

signature(object = "ProbFamily"): wrapped accessor to slot q of slot "Distribution".

q.l

signature(object = "ProbFamily"): wrapped accessor to slot q of slot "Distribution" – for compatibility with RStudio or Jupyter IRKernel / synonymous to q.

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

See Also

Distribution-class


distrMod documentation built on Nov. 16, 2022, 9:07 a.m.