Package: kcpRS 1.1.1

Kristof Meers

kcpRS: Kernel Change Point Detection on the Running Statistics

The running statistics of interest is first extracted using a time window which is slid across the time series, and in each window, the running statistics value is computed. KCP (Kernel Change Point) detection proposed by Arlot et al. (2012) <arxiv:1202.3878> is then implemented to flag the change points on the running statistics (Cabrieto et al., 2018, <doi:10.1016/j.ins.2018.03.010>). Change points are located by minimizing a variance criterion based on the pairwise similarities between running statistics which are computed via the Gaussian kernel. KCP can locate change points for a given k number of change points. To determine the optimal k, the KCP permutation test is first carried out by comparing the variance of the running statistics extracted from the original data to that of permuted data. If this test is significant, then there is sufficient evidence for at least one change point in the data. Model selection is then used to determine the optimal k>0.

Authors:Jedelyn Cabrieto [aut], Kristof Meers [aut, cre], Evelien Schat [ctb], Janne Adolf [ctb], Peter Kuppens [ctb], Francis Tuerlinckx [ctb], Eva Ceulemans [ctb]

kcpRS_1.1.1.tar.gz
kcpRS_1.1.1.tar.gz(r-4.5-noble)kcpRS_1.1.1.tar.gz(r-4.4-noble)
kcpRS_1.1.1.tgz(r-4.4-emscripten)kcpRS_1.1.1.tgz(r-4.3-emscripten)
kcpRS.pdf |kcpRS.html
kcpRS/json (API)
NEWS

# Install 'kcpRS' in R:
install.packages('kcpRS', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Uses libs:
  • c++– GNU Standard C++ Library v3
Datasets:

This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.

6 exports 0.00 score 9 dependencies 7 scripts 252 downloads

Last updated 11 months agofrom:9fbbcb62b0. Checks:OK: 2. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 20 2024
R-4.5-linux-x86_64OKAug 20 2024

Exports:kcpRSkcpRS_workflowrunARrunCorrrunMeanrunVar

Dependencies:codetoolsdoParallelforeachiteratorsRColorBrewerRcppRcppArmadilloRcppParallelroll

Readme and manuals

Help Manual

Help pageTopics
KCP on the running statisticskcpRS-package
CO2 Inhalation DataCO2Inhalation
Get the matrix of optimized scatters used in locating the change points.getScatterMatrix
KCP (Kernel Change Point) Detectionkcpa
KCP on the running statisticskcpRS kcpRS.default plot.kcpRS print.kcpRS summary.kcpRS
KCP on the Running Statistics WorkflowkcpRS_workflow kcpRS_workflow.default plot.kcpRS_workflow print.kcpRS_workflow summary.kcpRS_workflow
Mental Load DataMentalLoad
KCP Permutation TestpermTest
Running AutocorrelationsrunAR
Running CorrelationsrunCorr
Running MeansrunMean
Running VariancesrunVar