Difference between revisions of "Run"

m (Added reference to Uncertainy setup dialog)
m
 
Line 3: Line 3:
 
== Iteration (Run) ==
 
== Iteration (Run) ==
  
[[Run]] is a special Analytica predefined system index, defined as  
+
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>  
  
[[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]].
+
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 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


You are not allowed to post comments.