MyNixOS website logo
Description

Outlier Detection Tools for Functional Data Analysis.

A collection of functions for outlier detection in functional data analysis. Methods implemented include directional outlyingness by Dai and Genton (2019) <doi:10.1016/j.csda.2018.03.017>, MS-plot by Dai and Genton (2018) <doi:10.1080/10618600.2018.1473781>, total variation depth and modified shape similarity index by Huang and Sun (2019) <doi:10.1080/00401706.2019.1574241>, and sequential transformations by Dai et al. (2020) <doi:10.1016/j.csda.2020.106960 among others. Additional outlier detection tools and depths for functional data like functional boxplot, (modified) band depth etc., are also available.

fdaoutlier

Outlier Detection Tools for Functional Data Analysis

Codecov testcoverage Lifecycle:experimental CRANstatus CRANdownloads Licence

`fdaoutlier` is a collection of outlier detection

tools for functional data analysis. Methods implemented include directional outlyingness, MS-plot, total variation depth, and sequential transformations among others.

Installation

You can install the current version of fdaoutliers from CRAN with:

install.packages("fdaoutlier")

or the latest the development version from GitHub with:

devtools::install_github("otsegun/fdaoutlier")

Example

Generate some functional data with magnitude outliers:

library(fdaoutlier)
simdata <- simulation_model1(plot = T, seed = 1)
dim(simdata$data)
#> [1] 100  50

Next apply the msplot of Dai & Genton (2018)

ms <- msplot(simdata$data)
ms$outliers
#> [1]  4  7 17 26 29 55 62 66 76
simdata$true_outliers
#> [1]  4  7 17 55 66

Methods Implemented

  1. MS-Plot (Dai & Genton, 2018)
  2. TVDMSS (Huang & Sun, 2019)
  3. Extremal depth (Narisetty & Nair, 2016)
  4. Extreme rank length depth (Myllymäki et al., 2017; Dai et al., 2020)
  5. Directional quantile (Myllymäki et al., 2017; Dai et al., 2020)
  6. Fast band depth and modified band depth (Sun et al., 2012)
  7. Directional Outlyingness (Dai & Genton, 2019)
  8. Sequential transformation (Dai et al., 2020)

Bugs and Feature Requests

Kindly open an issue using Github issues.

Metadata

Version

0.2.1

License

Unknown

Platforms (75)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64_be-none
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-darwin
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-darwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-windows