Parabolic Variance/Deviation, initial version available 2023-11 #148
aewallin
announced in
Announcements
Replies: 1 comment 1 reply
-
Interesting, thanks for the update ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've pushed updates for a first version of pdev() Parabolic Deviation, following the papers Vernotte2015 and Vernotte2020.
https://github.com/aewallin/allantools/blob/master/allantools/allantools.py#L427
The code runs quite slowly, because of nested loops/sums. If anyone has good ideas on how to make it faster these are very welcome!
I tested against SigmaTheta (now at https://gitlab.com/fm-ltfb/SigmaTheta) and get relative errors of 1e-12 or lower, which seems ok. The remaining difference between the two programs is maybe due to hardware representation of floats in C vs. Python/numpy?
Any suggestions for what test datasets are interesting to try with PDEV?
Beta Was this translation helpful? Give feedback.
All reactions