Record running statistics on a logarithmic scale.
This class is primarily meant to record statistics on the time steps dt
and magnetization variations per time step maxdu
. As these quantities may vary over multiple orders of magnitude, the statistics of the logarithms are likely to be more relevant that the statistics on the quantities themselves.
For the sake of numerical stability, this class uses Welford's online algorithm.
double LogStats::stddev |
( |
| ) |
const |
|
inline |
Return the sample standard deviation of the logarithm.
For a narrow distribution, this can be interpreted as a “relative width”. For example, the value 0.05 means a width roughly equal to 5% of the mean. Larger values can be interpreted as expressing the width via multiplicative factors. For example, the value 2.3 (i.e. log(10)
) can be interpreted as a distribution where most samples are within a factor 10 of the geometric mean.