View source: R/sampling-trajectory-R-decoupled.R
sim_trajectory_base_R_decoupled_Imperial | R Documentation |
This is an internal function to sim_trajectory_R
. It does the
actual sampling once all of the functions have been checked and setup.
sim_trajectory_base_R_decoupled_Imperial( x0, h0, SPN_P, theta, times, num_reps, stepFun, events = NULL, batch = NULL, Sout = NULL, verbose = TRUE, cube = NULL )
x0 |
the initial marking of the SPN (initial state) |
h0 |
initial human state distribution |
SPN_P |
stochastic petri net, places |
theta |
parameters |
times |
sequence of sampling times |
num_reps |
number of repetitions to run |
stepFun |
a sampling function |
events |
a |
batch |
a |
Sout |
an optional matrix to track event firings |
verbose |
print a progress bar? |
cube |
inheritance cube |
matrix of sampled values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.