rsba.pta-class: Class "pta" to store probability tables

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

Description

Objects of class "pta" store probability tables for a subset variables conditionally to another subset of variables, and conditioned by values for another subset of variables. Of course the three subsets must be non intersecting, and the last two can be empty. These /pta/ objects are restricted for categoric variables (the associated /bn/ must be grappa compatible.)

Objects from the Class

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

Slots

name:

Object of class "character": name of the probability table.

vam:

Object of class "character": variable names for the marginal dimensions.

vac:

Object of class "character": variable names for the conditional dimensions.

vad:

Object of class "character": variable names for the conditioned dimensions.

vav:

Object of class "character": values for the variables "vad".

kkk:

Object of class "numeric": integer used to print the probabilities (see the details section in print8pta).

pro:

Object of class "array": array of the probabilities (can be proportional)

Methods

print

See print8pta for the details.

Note

~~further notes~~

Author(s)

J.-B. Denis

Examples

1
showClass("pta")

rebastaba documentation built on May 2, 2019, 5:24 p.m.