From 93c837dd76cab0161e8dadf1db6450bbf0195cbd Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Fri, 7 Jun 2024 11:18:00 +0200 Subject: [PATCH] numerics/FJMT: movies with and without centered histograms --- en/numerics/FJMT.2024/index.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/en/numerics/FJMT.2024/index.md b/en/numerics/FJMT.2024/index.md index 43717fa..9c4dc1e 100644 --- a/en/numerics/FJMT.2024/index.md +++ b/en/numerics/FJMT.2024/index.md @@ -39,10 +39,17 @@ depending on two parameters:

Movies (ensemble averages)

|----------| -| R1 {% for mu in mu_array -%} -| [μ={{ mu | round: 4 }}]({{ prefix }}/σ²={{ sigma }}/μ={{ mu }}/movie_without_g.mp4){% if forloop.last -%} | {% endif -%} +{% for mu in mu_array -%} +| μ={{ mu | round: 4 }}{% if forloop.last -%} | {% endif -%} {% 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}

Dynamics