stochastic_dummy | R Documentation |
This function serves as a placeholder for running stochastic simulations. It calls the model
function with provided parameters and a specific order, returning the model's performance.
stochastic_dummy(n, parameters, ord)
n |
Integer, representing the number of simulations to run. |
parameters |
A list of parameters to be used by the model. |
ord |
The order in which the model operates. |
A numeric value representing the model's performance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.