We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
plot.imu_av
avlr.imu_av
Here is a code as demo for the examples:
data("navchip_av") plot(navchip_av) fit = avlr(navchip_av, qn_gyro = 1:4, wn_gyro = 6:8, rw_gyro = 10:13, wn_acc = 1:6, rw_acc = 14:16) fit plot(fit)
To reproduce it:
set.seed(999) N = 100000 Xt = rnorm(N) + cumsum(rnorm(N, 0, 3e-3)) av = avar(Xt) fit = avlr(Xt, wn = 1:8, rw = 11:15) plot(fit, decomp = TRUE)
The text was updated successfully, but these errors were encountered:
I will try to mark down all updates in the next comment so that we can collect everything together:
Sorry, something went wrong.
Yuming-Zhang
No branches or pull requests
plot.imu_av
function (@Yuming-Zhang)avlr.imu_av
function @stephaneguerrierHere is a code as demo for the examples:
To reproduce it:
The text was updated successfully, but these errors were encountered: