JuliaDynamics / ChaosTools.jl

Tools for the exploration of chaos and nonlinear dynamics
https://juliadynamics.github.io/DynamicalSystemsDocs.jl/chaostools/stable/
MIT License
187 stars 35 forks source link

Fix a problem with statistics in fractal test #201

Closed awage closed 3 years ago

awage commented 3 years ago

I detected a problem in the way that the mean is computed: instead of the running average it is more correct to compute the mean of the samples. The standard deviation was under estimated.

It does not change the results much but it can make the difference in edge cases.