prr.probab-class: Class /probab/ to specify the essential part of a probability...

Description Objects from the Class Slots Methods Author(s) Examples

Description

Objects of class /probab/ gives the possibility to store in a standardized way, important pieces of information about a probability distribution: the family, the support, and possibly the truncation interval. This a basic object not to be handle by end-users. Notice that no slot is devoted to the name of the described node. It is used in /distri/ and /nod/ objects.

Objects from the Class

Objects can be created by calls of the form new("probab").

Slots

family:

A character(1) giving the the type of distribution like 'beta' or 'normal'. The possible families are stored into the constant prr.tdis.

pafixe:

Object of class "numeric" giving the truncation interval for the normal family, the support and the truncation intervals for the lognormal and beta families, and the limits defining the categories for the categorical family.

Methods

print:

see print8probab for the details.

Author(s)

Jean-Baptiste Denis

Examples

1
showClass("probab");

prr documentation built on May 2, 2019, 6:35 p.m.

Related to prr.probab-class in prr...