av_dr | R Documentation |
This function allows us to calculate the theoretical allan variance for drift process.
av_dr(delta, n)
delta |
A |
n |
An |
A double
indicating the theoretical allan variance for the drift
process.
This function is based on the calculation of the theoretical allan variance for drift process raised in "Allan Variance of Time Series Models for Measurement Data" by Nien Fan Zhang, 2008, Metrologia, 45(5): 549. This calculation is fundamental and necessary for the study in "A Study of the Allan Variance for Constant-Mean Non-Stationary Processes" by Xu et al., 2017, IEEE Signal Processing Letters, 24(8): 1257–1260.
av1 = av_dr(delta = 1, n = 5)
av2 = av_dr(delta = 2, n = 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.