Learn R Programming

rbmn (version 0.9-6)

nbn2mn: computes the joint distribution of a /nbn/

Description

Computes the joint distribution of a /nbn/ with three possible algorithms according to algo.

Usage

nbn2mn(nbn, algo=3)

Value

the resulting /mn/ object

Arguments

nbn

The nbn object to be converted.

algo

either 1: transforming the nbn into a gema first before getting the mn form; or 2: one variable after another is added to the joint distribution following a topological order; or 3: variances are computed through the differents paths o

Details

To be explained if it works

Examples

Run this code
 print8mn(nbn2mn(rbmn0nbn.05));

Run the code above in your browser using DataLab