numerics/FJMT: movies with and without centered histograms
This commit is contained in:
parent
4ab0f519f0
commit
93c837dd76
1 changed files with 10 additions and 3 deletions
|
@ -39,10 +39,17 @@ depending on two parameters:
|
|||
<h3 id="LFR301_var=0.001_movies">Movies (ensemble averages)</h3>
|
||||
|
||||
|----------|
|
||||
| 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}
|
||||
|
||||
<h3>Dynamics</h3>
|
||||
|
||||
|
|
Loading…
Reference in a new issue