nbn2mn {rbmn} | R Documentation |
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)
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
Value
the resulting /mn/ object
Examples
print8mn(nbn2mn(rbmn0nbn.05));
[Package
rbmn version 0.9-6
Index]