Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ProbFamily-class

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)

See Also


distrMod

Object Oriented Implementation of Probability Models

v2.8.4
LGPL-3
Authors
Matthias Kohl [aut, cph], Peter Ruckdeschel [cre, cph], R Core Team [ctb, cph] (for source file 'format.perc')
Initial release
2020-03-06

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.