algorithm_2 | R Documentation |
This function provides an estimate based on the Allan variance for the white noise and the random walk innovation covariances R and Q. The implementation reflects Algorithm 2 in Richard J. Vaccaro and Ahmed S. Zaki, "Reduced-Drift Virtual Gyro from an Array of Low-Cost Gyros".
algorithm_2(X, remove_last_scale = FALSE)
X |
A |
remove_last_scale |
wether the last scale of the Allan variance should be removed |
A list
with the following structure:
R: A vector
of size p of the estimated white noise variances.
Q: A matrix
of size p by p of the estimated random walk innovation covariance.
Davide Antonio Cucci
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.