Implementation of a fraud detection method
We install the package from Github
devtools::install_github("qrtsaad/CDFmethod")
library(CDFmethod)
library(purrr)
library(tidyverse)
data <- dataSeries(2,1000)
onechangeOP(data)
onechangePELT(data)
n_simul <- 50
simu_EMV_K_unif(nsimu = n_simul)
simu_CSM(nsimu = n_simul)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.