simulate8nbn {rbmn} | R Documentation |
returns a matrix of simulated values with the variable in columns and the simulations in rows.
simulate8nbn(nbn, nbs)
nbn |
The |
nbs |
number of simulations to return. |
Just the sequential simulations of the nodes
A matrix of size : nbs x length(nbn)
simulate8nbn(rbmn0nbn.01, 10);