1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<html>
<head>
<title>Simulation Output</title>
</head>
<body>
<h1>Simulation Output</h1>
<p align="center">
<img src="SimulationOutput.png">
</p>
<p>
Information about the simulation output is displayed in the upper,
right corner.
The outputs are grouped according to the model and method used to generate
them. After selecting an item, the following operations are available in
the toolbar:
<ul>
<li> <img src="cancel.png"> Delete the output.
<li> <img src="up.png"> Move the selection up in the list.
<li> <img src="down.png"> Move the selection down in the
list.
<li> <img src="plot.png"> Open the plot configuration window
which allows one to choose the output and kind of plot to generate.
<li> <img src="gnuplot.png"> Export the selected output as
a <a href="http://www.gnuplot.info/">gnuplot</a> data file and
script. Note that working with the plot configuration window is
likely more convenient, but some may prefer to work with gnuplot.
This option will create the files <tt>x.dat</tt> and
<tt>x.gnu</tt> for a specified base name <tt>x</tt>. You can use
gnuplot to generate graphs
with the shell command "gnuplot x.gnu". For trajectory output
this will create
the files <tt>x-Populations.jpg</tt> and <tt>x-Reactions.jpg</tt>
that plot the populations and reaction counts, respectively. It will
also create plots for each species and each reaction.
For histogram output it will generate graphs of each histogram.
<!--CONTINUE Move these options from the preferences to a dialog
that is show when one click the gnuplot button.-->
Note that you can set some plotting options through the preferences button
<img src="preferences-system.png"> in the main tool bar.
<li> <img src="x-office-spreadsheet.png"> Display the
species populations or reaction counts in a table.
<li> <img src="HistogramDistance.png"> Calculate the
distance between histograms. This button opens a frame that allows you to
select individual histograms or sets of histograms.
<li> <img src="pValue.png"> Test the hypothesis that two species
populations have the same mean. This button opens the p-value
analysis window. One may select species (in the same or different
simulation outputs) and statistically test the null hypothesis
that the means are equal. See the
<a href="DsmtsBirthDeath.htm">Birth-Death</a> section in the
<a href="Dsmts.htm">DSMTS</a> chapter for an example.
<li> <img src="filesave.png"> Open the data export
configuration window. One may export data as
comma-separated values
(<a href="http://en.wikipedia.org/wiki/Comma-separated_values">CSV</a>)
or as a text file.
These can be imported into spreadsheet programs like
<a href="http://www.openoffice.org/product/calc.html">Calc</a>,
<a href="http://www.apple.com/iwork/numbers/">Numbers</a>, or
<a href="http://office.microsoft.com/excel/">Excel</a>.
</ul>
</p>
</body>
</html>
|