Source: probability_animation_demo.f90
Animate a Gaussian probability distribution as its width changes over time.
probability_animation_demo.f90 - Source codeoutput/example/fortran/probability_animation_demo/make example ARGS="probability_animation_demo"
ASCII output:
=== Frame 1 ===
Gaussian with increasing sigma
+--------------------------------------------------------------------------------+
| |
| 0.7 |
| | - |
| | - - |
| 0.6 - - |
| | - - |
| | - - |
| 0.5 - - |
| | |
| | - - |
| 0.4 - - |
| | - - |
| | - - |
| 0.3 - - |
| | - - |
| | - - |
| | - - |
| 0.2 - - |
| | - - |
| | - - |
| 0.1 -- -- |
| | -- -- |
| +-----------+------------+------------+------------+------------+------------+ |
| -6 -4 -2 0 2 4 6 |
+--------------------------------------------------------------------------------+
x
density
=== Frame 2 ===
Gaussian with increasing sigma
+--------------------------------------------------------------------------------+
| |
| 0.7 |
| | |
| | |
| 0.6 --- |
| | - - |
| | - - |
| 0.5 - - |
| | - - |
| | - - |
| 0.4 - - |
| | - - |
| | - - |
| 0.3 - - |
| | - - |
| | - - |
| | - - |
| 0.2 - - |
| | -- -- |
| | - - |
| 0.1 - - |
| | -- -- |
| +-----------+------------+------------+------------+------------+------------+ |
| -6 -4 -2 0 2 4 6 |
+--------------------------------------------------------------------------------+
... (truncated)