The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Outlier Detection Tools for Functional Data Analysis
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.
You can install the current version of fdaoutliers from CRAN with:
install.packages("fdaoutlier")
or the latest the development version from GitHub with:
::install_github("otsegun/fdaoutlier") devtools
Generate some functional data with magnitude outliers:
library(fdaoutlier)
<- simulation_model1(plot = T, seed = 1) simdata
dim(simdata$data)
#> [1] 100 50
Next apply the msplot of Dai & Genton (2018)
<- msplot(simdata$data) ms
$outliers
ms#> [1] 4 7 17 26 29 55 62 66 76
$true_outliers
simdata#> [1] 4 7 17 55 66
Kindly open an issue using Github issues.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.