User Tools

Site Tools


table

This is an old revision of the document!


Table

Tables present simulation output data in tabular form. Data can be organized in different ways depending on the dimension of the data.

For instance, a table might display concentrations of three contaminants, for ten time-points. This data can be arranged by time (rows) and contaminants (columns):

TimeNickelLeadSilver
0.0123
5.0285
100.0395

by contaminants (rows) and contaminants (columns):

Time0.05.0100.0
Nickel123
Lead289
Silver355

If the data is probabilistic the dimension increase to three. With n=1000 iterations, the table would then become:

TimeNickel/1Lead/1Silver/1Nickel/2Lead/2Silver/2 Nickel/n,Lead/nSilver/n
0.0123432532
5.0285261868
100.0395624965

Reduction

For probabilistic data, it is more common to display statistics rather than data for each iteration. For example, by showing the mean and standard deviation the probabilistic dimension is reduced from thousands of items to just two:

TimeNickel/meanLead/meanSilver/meanNickel/std devLead/std devSilver/std dev
0.0313794
5.0731263
100.0536185

The same can be done for time: instead of showing all time points, just show the first and last time point:

TimeNickel/meanLead/meanSilver/meanNickel/std devLead/std devSilver/std dev
First313794
Last536185

If only the last time point is shown, the dimension of the data is reduced so that we can use rows for contaminants instead:

Contaminantmean, t=100std dev, t=100
Nickel51
Lead38
Silver65

Depending on which view of the output data you seek there are different tables to choose from:

  • Time table - Displays data for each time point. Useful for time dependent simulation outputs, like those from compartments.
  • Index table - Displays data for each index. Useful for one or two dimensional outputs.
  • Compare table - Displays the ratio, difference or absolute difference between two outputs. For probabilistic simulations or sensitivity analysis only
  • Statistics table - Displays data with different statistics.
  • Correlation table - Displays the correlation coefficients for one or more outputs.
  • Raw data table - Displays all data from a probabilistic simulation for a given time point.

See also

table.1575290967.txt.gz · Last modified: 2019/12/02 13:49 by erik