-
Notifications
You must be signed in to change notification settings - Fork 19
Test
The design of Experiment is a systematic numerical experiment method aims at analysing the outcome of the model by changing the values of the input factors. The purposed of such analysis is to identify the the relationship between input factors and the output(s).
The analysis is controlled by the object DesignOfExperiment that allows to define different design of experiment strategies.
The minimal implementation of the design of Experiment requires at least one DesignVariable or a RandomVariable defined in the Input Object.
The analysis is performed by invoking the method apply of the DesignOfExperiment object and providing as input argument the Model
The results of the analysis are stored in a SimulationData object
See the page of DesignOfExperiment object for more details