ADMITsimulateADMITsimulate
ADMITsimulate simulates model in optInfo (ADMITinfo-object) using
initial condition and parameterization contained in sample and checks
consistency with defined constraints. Implicitly defined variables are
calculated according to the defined contraints.
Note that this function allows to choose a sample of the variables of
interest in any desired way not only uniform as in ADMITMonteCarlo.
[INFEASIBLE, OPTDATA, RESULTS, NUM_XI] = ...
ADMITsimulate(OPTINFO, SAMPLE, [OPTIONS])
simulates a sample and checks consitency with constraints defined in
OPTINFO.
Inputs
OPTINFO : valid ADMITinfo object
SAMPLE : sample of all variables of interest
OPTIONS : valid ADMIToptions object
Returns
INFEASIBLE : 0 if all constraints of OPTINFO are fulfilled, 1 otherwise
OPTDATA : ADMITdata object
RESULTS : struct containing timevector and values of timeinvariant
and timevariant variables
NUM_XI : numeric values of xi based on SAMPLE values
Examples
See help of ADMITMonteCarlo.