Difference between revisions of "Run"
m |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[category:System Variables]] | [[category:System Variables]] | ||
− | = Iteration (Run) = | + | == Iteration (Run) == |
− | + | In computations, Analytica represents any uncertain quantity as a random sample [[Array]] of values indexed by the standard system index [[Run]]. [[Run]] is defined as a sequence from 1 to the specified [[Samplesize]] -- i.e. the number of samples: | |
+ | :<code>Sequence(1, sampleSize)</code> | ||
− | + | You can modify [[SampleSize]], the length of Run in [[Uncertainty Setup dialog]]. | |
− | + | The [[Mid]] value of most results is deterministic and is not indexed by [[Run]]. The [[Sample]] result of uncertain quantities will usually be indexed by [[Run]]. See [[Evaluation Modes]]. | |
+ | == See Also == | ||
+ | * [[Sequence]]() | ||
+ | * [[SampleSize]] | ||
+ | * [[Uncertainty Setup dialog]] | ||
+ | * [[Sample]]() | ||
+ | * [[Statistical_Functions_and_Importance_Weighting#The_Running_Index|The Running Index]] | ||
* [[Evaluation Modes]] | * [[Evaluation Modes]] | ||
− |
Latest revision as of 16:00, 31 May 2017
Iteration (Run)
In computations, Analytica represents any uncertain quantity as a random sample Array of values indexed by the standard system index Run. Run is defined as a sequence from 1 to the specified Samplesize -- i.e. the number of samples:
Sequence(1, sampleSize)
You can modify SampleSize, the length of Run in Uncertainty Setup dialog.
The Mid value of most results is deterministic and is not 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