Difference between revisions of "Run"
Line 1: | Line 1: | ||
[[category:System Variables]] | [[category:System Variables]] | ||
− | = Iteration (Run) = | + | == Iteration (Run) == |
− | Run is a special Analytica predefined system index, defined as | + | [[Run]] is a special Analytica predefined system index, defined as |
+ | :<code>Sequence(1, sampleSize)</code> | ||
− | + | [[Run]] indexes the samples drawn via Monte Carlo or Latin Hypercube sampling from uncertain variables. An uncertain result will by indexed by the [[Run]] index. | |
− | + | 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 == | ||
+ | * [[Sequence]]() | ||
+ | * [[SampleSize]] | ||
+ | * [[Sample]]() | ||
+ | * [[Statistical_Functions_and_Importance_Weighting#The_Running_Index|The Running Index]] | ||
* [[Evaluation Modes]] | * [[Evaluation Modes]] | ||
− |
Revision as of 01:30, 15 January 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 will by indexed by the Run index.
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