Skip to content
EMD edited this page Jul 9, 2019 · 6 revisions

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.

Table of Contents

What do I need to perform a Design of Experiment Analysis?

The minimal implementation of the design of Experiment requires at least one DesignVariable or a RandomVariable defined in the Input Object.

600px

How do I perform a Design of Experiment Analysis?

The analysis is performed by invoking the method apply of the DesignOfExperiment object and providing as input argument the Model

Where are my results?

The results of the analysis are stored in a SimulationData object

What kind of Desing Of Experiment can I do?

See the page of DesignOfExperiment object for more details

See also

Category:Workflow