knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

library(imudata)

Project Status: Active ![Licence](https://img.shields.io/badge/licence-CC BY--NC--SA 4.0-blue.svg) minimal R version packageversion Last-changedate

imudata Overview

This package is meant to serve as a data collection tool for IMU data. This data can be used as a means to assess and test methods designed to analyse IMU error signals (i.e. long and complex autocorrelated signals). An example method used for this kind of data is implemented in the gmwm R package which can also model the latent models that often characterize this data.

The datasets available within the package are:

The first 6 datasets can be used as examples for the functions auto.imu(), gmwm.imu(), wvar.imu(), and imu() of the gmwm R package. Note that the cont.imu1 data can be used as an illustration of the robustness properties of the robust version the Generalized Method of Wavelet Moments (GMWM). Here is a simple example:

Install Instructions

To install the package you can use:

# Install R devtools
install.packages("devtools")

# Install the package from github
devtools::install_github("SMAC-Group/imudata")

Licensing

The license this source code is released under is the Creative Commons Attribution NonCommercial ShareAlike (CC-NC-SA). In some cases, the GPL license does apply. However, in the majority of the cases, the license in effect is the Creative Commons Attribution NonCommercial ShareAlike (CC-NC-SA) as the computational code is heavily dependent on armadilllo, which has an MIT license that enables us to recast our code to the Creative Commons Attribution NonCommercial ShareAlike (CC-NC-SA). See the LICENSE file for full text. Otherwise, please consult TLDR Legal or CC which will provide a synopsis of the restrictions placed upon the data and code.



SMAC-Group/imudata documentation built on May 9, 2019, 11:19 a.m.