{% include 'head.html' %}

Delphi

Welcome to the Delphi webapp! This app processes text with the Eidos machine reader, extracts factors and the causal links between them, assembles an executable probabilistic model, and generates distributions of the values of the factors over multiple time steps.
{% if state.s0 != None %}

Simulable Factors

Enter the initial values for the factors, their time derivatives, and their standard deviations here, along with the number of sequences to sample and number of time steps to evolve the state over.

{% for k, v in state.s0.items() %}

{{ k }}

{% if not k.startswith('∂') %}

{{ 'σ'+k }}

{% endif %}
{% if not k.startswith('∂') %} {% endif %}
{% endfor %}
{% macro input(name, description, value) -%}
{%- endmacro %} {{ input('nsteps', 'Number of timesteps', state.n_steps) }} {{ input('nsamples', 'Number of sequences to sample', state.n_samples) }} {{ input('Δt', 'Length of time step Δt', state.Δt) }}

{% endif %}
{% if state.histos_built %}
{% endif %}