This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
def allanVar(data, sf=1): | |
''' | |
calculates allan variance | |
according to eq 8.13a in | |
David W. Allan, John H. Shoaf and Donald Halford: Statistics of Time and Frequency Data Analysis, | |
NBS Monograph 140, pages 151–204, 1974 | |
''' |