numerics/FJMT: movies with and without centered histograms

This commit is contained in:
Gaspard Jankowiak 2024-06-07 11:18:00 +02:00
parent 4ab0f519f0
commit 93c837dd76

View file

@ -39,10 +39,17 @@ depending on two parameters:
<h3 id="LFR301_var=0.001_movies">Movies (ensemble averages)</h3> <h3 id="LFR301_var=0.001_movies">Movies (ensemble averages)</h3>
|----------| |----------|
| R1 {% for mu in mu_array -%} {% for mu in mu_array -%}
| [μ={{ mu | round: 4 }}]({{ prefix }}/σ²={{ sigma }}/μ={{ mu }}/movie_without_g.mp4){% if forloop.last -%} | {% endif -%} | μ={{ mu | round: 4 }}{% if forloop.last -%} | {% endif -%}
{% endfor %} {% endfor %}
|----|
{% for mu in mu_array -%}
| [plain $w_i$]({{ prefix }}/σ²={{ sigma }}/μ={{ mu }}/movie_without_g.mp4){% if forloop.last -%} | {% endif -%}
{% endfor %}
{% for mu in mu_array -%}
| [centered $w_i$]({{ prefix }}/σ²={{ sigma }}/μ={{ mu }}/movie_without_g.mp4){% if forloop.last -%} | {% endif -%}
{% endfor %}
{:.headerline.center}
<h3>Dynamics</h3> <h3>Dynamics</h3>