stochastic_dummy: Dummy Function for Stochastic Simulation

View source: R/fitting.R

stochastic_dummyR Documentation

Dummy Function for Stochastic Simulation

Description

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.

Usage

stochastic_dummy(n, parameters, ord)

Arguments

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.

Value

A numeric value representing the model's performance.


kachergis/XSLmodels documentation built on Feb. 25, 2024, 10:43 p.m.