You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/complement.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,12 @@ Complementary Projects
3
3
4
4
The most valuable component for better integrating models with *basically anything else* is a standard language for communicating the structure of those models. That language is `XMILE <http://www.iseesystems.com/community/support/XMILE.aspx>`_. The draft specifications for this have been finalized and the standard should be approved in the next few months.
5
5
6
-
A Python library for analyzing system dynamics models called the `Exploratory Modeling and Analysis (EMA) Workbench <http://simulation.tbm.tudelft.nl/ema-workbench/contents.html>`_ developed by Erik Pruyt and Jan Kwakkel at TU Delft. This package implements a variety of analysis methods that are unique to dynamic models, and could work very tightly with PySD.
6
+
A Python library for analyzing system dynamics models called the `Exploratory Modeling and Analysis (EMA) Workbench <https://emaworkbench.readthedocs.io>`_ developed by Erik Pruyt and Jan Kwakkel at TU Delft. This package implements a variety of analysis methods that are unique to dynamic models, and could work very tightly with PySD.
7
7
8
8
An web-based app called `Simlin <https://simlin.com/>`_ created by Bobby Powers exists as a standalone SD engine. Allows building models and exporting them to XMILE output.
9
9
10
10
The `Behavior Analysis and Testing Software (BATS) <https://proceedings.systemdynamics.org/2014/proceed/papers/P1211.pdf>`_ developed by Gönenç Yücel includes a really neat method for categorizing behavior modes and exploring parameter space to determine the boundaries between them.
11
11
12
12
The `SDQC library <https://sdqc.readthedocs.io>`_ developed by Eneko Martin Martinez may be used to check the quality of the data imported by Vensim models from spreadsheet files.
13
13
14
-
The `excels2vensim library <https://excels2vensim.readthedocs.io>`_, also developed by Eneko Martin Martinez, aims to simplify the incorporation of equations from external data into Vensim.
14
+
The `excels2vensim library <https://excels2vensim.readthedocs.io>`_, also developed by Eneko Martin Martinez, aims to simplify the incorporation of equations from external data into Vensim.
0 commit comments