View source: R/sampling-trajectory-decoupled-CSV.R
sim_trajectory_base_CSV_decoupled | R Documentation |
This is an internal function to sim_trajectory_CSV
. It does the
actual sampling once all of the functions have been checked and setup.
sim_trajectory_base_CSV_decoupled( x0, h0, SPN_P, theta, times, stepFun, events0 = NULL, batch = NULL, Sout = NULL, verbose = TRUE, human_ode = "Imperial", cube = NULL, folders = folders )
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 |
stepFun |
a sampling function |
events0 |
a |
batch |
a |
Sout |
an optional matrix to track event firings |
verbose |
print a progress bar? |
human_ode |
ode function used for human states |
cube |
inheritance cube |
folders |
vector of folders to write output |
no return, prints .csv files into provided folders
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.