Difference between revisions of "Run"
m (Added reference to Uncertainy setup dialog) |
m |
||
Line 3: | Line 3: | ||
== Iteration (Run) == | == Iteration (Run) == | ||
− | [[Run]] is | + | 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> | :<code>Sequence(1, sampleSize)</code> | ||
− | + | You can modify [[SampleSize]], the length of Run in [[Uncertainty Setup dialog]]. | |
− | The [[Mid]] value of most results | + | 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 == | == See Also == |
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