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 [[Sequence]](1,sampleSize), that indexes the samples drawn via Monte Carlo or Latin Hypercube sampling from uncertain variables.  An uncertain result will by indexed by the Run index.
+
[[Run]] is a special Analytica predefined system index, defined as  
 +
:<code>Sequence(1, sampleSize)</code>
  
The [[Mid]] value of most results will not be indexed by RunThe [[Sample]] result of uncertain quantities will usually be indexed by Run.  See [[Evaluation Modes]].
+
[[Run]] indexes the samples drawn via Monte Carlo or Latin Hypercube sampling from uncertain variablesAn uncertain result will by indexed by the [[Run]] index.
  
= See Also =
+
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]]
* [[Sample]] function
 

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


You are not allowed to post comments.