In release notes we say "Statistics displayed and exported for multiple trajectory stochastic simulations". In fact, we just run and display an average. The code was written by Frank and it stores average, min and max, deleting all intermediate simulation results.
Need: display average, min, max and standard deviation.
The quick fix to implement now:
Replace simulation results step view with continuous for multiple runs
Display in Plot legend "Average for 1000 simulations".
In release notes we say "Statistics displayed and exported for multiple trajectory stochastic simulations". In fact, we just run and display an average. The code was written by Frank and it stores average, min and max, deleting all intermediate simulation results. Need: display average, min, max and standard deviation. The quick fix to implement now: