API Reference#
This module contains the various math and system dynamics object components necessary to make up a model and construct its equations. |
|
Functions for generating stock & flow diagrams. |
|
Interactive panel interface and relevant components to allow exploring models live. |
|
IPyVuetify component to wrap a jupyter latex widget with the ability to click on equation lines to highlight everywhere else that equation is used. |
|
The main system dynamics model, handles tracking and running stock and flow equations to run simulation(s). |
|
Classes for math operations, these are used to build up symbolic equations, similar in principle to what something like PyTensor is doing. |
|
Functions to handle parsing strings of reno ops/equations into the actual reno op objects themselves. |
|
Functions for translating a system dynamics model into a PyMC equivalent. |
|
Script to export clean copies of interactive explorer visualizations/session tabs. |
|
Utility functions that are potentially needed in multiple modules. |
|
Various visualization tools, classes, and functions. |