ruins.apps.uncertainty#

Module Contents#

Functions#

concept_explainer(config, **kwargs)

Show an explanation, if it was not already shown.

_helper_plot(→ plotly.graph_objects.Figure)

concept_graph(→ plotly.graph_objects.Figure)

# TODO: document this

concept_playground(→ None)

The concept playground demonstrates how knightian uncertainty

main_app(**kwargs)

Attributes#

_TRANSLATE_EN

_TRANSLATE_DE

ruins.apps.uncertainty._TRANSLATE_EN#
ruins.apps.uncertainty._TRANSLATE_DE#
ruins.apps.uncertainty.concept_explainer(config: ruins.core.Config, **kwargs)#

Show an explanation, if it was not already shown.

ruins.apps.uncertainty._helper_plot(ev1: List[Tuple[float, float]], ev2: Tuple[float, float] = None, **kwargs) plotly.graph_objects.Figure#
ruins.apps.uncertainty.concept_graph(config: ruins.core.Config, expander_container=st.sidebar, **kwargs) plotly.graph_objects.Figure#

# TODO: document this

ruins.apps.uncertainty.concept_playground(config: ruins.core.Config) None#

The concept playground demonstrates how knightian uncertainty is different from risk and how it influences everyday decisions.

ruins.apps.uncertainty.main_app(**kwargs)#