Hello,
Are there any tests in the test suite that validate the stochastically generated noise against the Adev plots?
For example (half-pseudocode):
samples = int(1e6)
data = noise.white(samples) * noise_magnitude
tau, dev, _, _ =
# fit a line of slope -1/2 to log(tau), log(dev)
# todo...
assert line.y_intercept == noise_magnitude