Diagrams

Main Classes and Functions

Description: Instantiation

../_images/description_instantiation.svg

Description: Parameter Randomization

../_images/description_randomize_parameters.svg

Description: Randomize Connection

../_images/description_randomize_connection.svg

Graph

../_images/graph.svg

PARCS Backend

Adjacency Matrix

Flowchart for pyparcs.api.utils.get_adj_matrix()

../_images/adj_matrix.svg

Augment Line

This function adds extra parents to the parameter equations in the process of pyparcs.Description.randomize_connection_to()

../_images/augment_line.svg

Description Parser

Main Function

../_images/description_parser.svg

Node Parser

../_images/node_parser.svg

To parse stochastic nodes, the distribution parameters are parsed according to the following:

../_images/equation_parser.svg

Edge Parser

../_images/edge_parser.svg

Graph Objects Schemas

../_images/graph_objects.svg

Topological Sort

Flowchart for pyparcs.api.utils.topological_sort()

../_images/topological_sort.svg