Skip to content
New issue

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

TO DO for new version #5

Open
16 tasks done
stephaneguerrier opened this issue Jan 12, 2020 · 1 comment
Open
16 tasks done

TO DO for new version #5

stephaneguerrier opened this issue Jan 12, 2020 · 1 comment
Assignees

Comments

@stephaneguerrier
Copy link
Member

stephaneguerrier commented Jan 12, 2020

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)

Screen Shot 2020-01-12 at 7 58 48 PM

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)
  • Write all things needed to submit the update to CRAN (news and so on)
@Yuming-Zhang
Copy link
Collaborator

Yuming-Zhang commented Jan 12, 2020

I will try to mark down all updates in the next comment so that we can collect everything together:

  1. added avar datsets based on imu data
  2. added avar.imu (i.e. update avar function)
  3. added plot.imu_avar function
  4. added avlr.imu_avar function

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants