simulate8nbn {rbmn} | R Documentation |
simulates from a /nbn/ object
Description
returns a matrix of simulated values with the variable in columns and the simulations in rows.
Usage
simulate8nbn(nbn, nbs)
Arguments
nbn |
The |
nbs |
number of simulations to return. |
Details
Just the sequential simulations of the nodes
Value
A matrix of size : nbs x length(nbn)
Examples
simulate8nbn(rbmn0nbn.01, 10);
[Package rbmn version 0.9-6 Index]