python_api_usage#

Attributes#

Classes#

NewNodesUncertaintyResult

Generate uncertainty for each node using Monte Carlo. Result figure as a boxplot.

UncertaintyResult

An impact model result is one, or a collection of tables and/or figures generated

Module Contents#

class python_api_usage.NewNodesUncertaintyResult#

Bases: apparun.results.NodesUncertaintyResult

Generate uncertainty for each node using Monte Carlo. Result figure as a boxplot.

get_figure(table: pandas.DataFrame)#

Display uncertainty result of each node with boxplots, one figure per impact. :param table: results of each draw for each node as a long format table :return: all figures generated

class python_api_usage.UncertaintyResult#

Bases: apparun.results.ImpactModelResult

An impact model result is one, or a collection of tables and/or figures generated by executing an impact model.

get_figure(table: pandas.DataFrame)#

Abstract method. Generate the output as a figures, or a collection of figures, using the output of the get_table method. :param table: tabular result data. :return: figure, or collection of figure generated.

get_table() pandas.DataFrame#

Abstract method. Generate the output as a table, or a collection of tables. :return: tabular results as a pandas DataFrame.

n: int#

Generate uncertainty for each node using Monte Carlo. Result figure as a boxplot.

python_api_usage.OUTPUT_FILES_PATH = 'outputs/'#
python_api_usage.impact_model#
python_api_usage.new_nodes_uncertainty_result#
python_api_usage.new_nodes_uncertainty_table#
python_api_usage.nodes_scores#
python_api_usage.sankey_result#
python_api_usage.sankey_table#
python_api_usage.scores#
python_api_usage.sobol_result#
python_api_usage.sobol_table#
python_api_usage.tree_map_result#
python_api_usage.tree_map_table#
python_api_usage.uncertainty_nodes_result#
python_api_usage.uncertainty_nodes_table#