Difference between revisions of "Run"
m (Added reference to Uncertainy setup dialog) |
|||
Line 6: | Line 6: | ||
:<code>Sequence(1, sampleSize)</code> | :<code>Sequence(1, sampleSize)</code> | ||
− | [[Run]] indexes the samples drawn via Monte Carlo or Latin Hypercube sampling from uncertain variables. An uncertain result | + | [[Run]] indexes the samples drawn via [[Monte Carlo]] or [[Latin Hypercube]] sampling from uncertain variables. An uncertain result is represented as a random sample indexed by the [[Run]] index. You can modify [[SampleSize]], the length of Run in [[Uncertainty Setup dialog]]. |
The [[Mid]] value of most results will not be indexed by [[Run]]. The [[Sample]] result of uncertain quantities will usually be indexed by [[Run]]. See [[Evaluation Modes]]. | The [[Mid]] value of most results will not be indexed by [[Run]]. The [[Sample]] result of uncertain quantities will usually be indexed by [[Run]]. See [[Evaluation Modes]]. | ||
Line 13: | Line 13: | ||
* [[Sequence]]() | * [[Sequence]]() | ||
* [[SampleSize]] | * [[SampleSize]] | ||
+ | * [[Uncertainty Setup dialog]] | ||
* [[Sample]]() | * [[Sample]]() | ||
* [[Statistical_Functions_and_Importance_Weighting#The_Running_Index|The Running Index]] | * [[Statistical_Functions_and_Importance_Weighting#The_Running_Index|The Running Index]] | ||
* [[Evaluation Modes]] | * [[Evaluation Modes]] |
Revision as of 03:48, 26 March 2016
Iteration (Run)
Run is a special Analytica predefined system index, defined as
Sequence(1, sampleSize)
Run indexes the samples drawn via Monte Carlo or Latin Hypercube sampling from uncertain variables. An uncertain result is represented as a random sample indexed by the Run index. You can modify SampleSize, the length of Run in Uncertainty Setup dialog.
The Mid value of most results will not be indexed by Run. The Sample result of uncertain quantities will usually be indexed by Run. See Evaluation Modes.
See Also
Comments
Enable comment auto-refresher