<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Tidy Anomaly Detection</dc:title>
  <dc:title>R package anomalize version 0.3.0</dc:title>
  <dc:subject>CRAN Task View: AnomalyDetection (https://CRAN.R-project.org/view=AnomalyDetection)</dc:subject>
  <dc:description>
    The 'anomalize' package enables a "tidy" workflow for detecting anomalies in data.
    The main functions are time_decompose(), anomalize(), and time_recompose().
    When combined, it's quite simple to decompose time series, detect anomalies,
    and create bands separating the "normal" data from the anomalous data at scale (i.e. for multiple time series). 
    Time series decomposition is used to remove trend and seasonal components via the time_decompose() function
    and methods include seasonal decomposition of time series by Loess ("stl") and 
    seasonal decomposition by piecewise medians ("twitter"). The anomalize() function implements
    two methods for anomaly detection of residuals including using an inner quartile range ("iqr")
    and generalized extreme studentized deviation ("gesd"). These methods are based on
    those used in the 'forecast' package and the Twitter 'AnomalyDetection' package. 
    Refer to the associated functions for specific references for these methods. </dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 3.0.0)</dc:relation>
  <dc:relation>Imports: dplyr, glue, timetk, sweep, tibbletime (&gt;= 0.1.5), purrr,
rlang, tibble, tidyr (&gt;= 1.0.0), ggplot2</dc:relation>
  <dc:relation>Suggests: tidyverse, tidyquant, stringr, testthat (&gt;= 2.1.0), covr,
knitr, rmarkdown, devtools, roxygen2</dc:relation>
  <dc:creator>Matt Dancho &lt;mdancho@business-science.io&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Matt Dancho [aut, cre],
  Davis Vaughan [aut]</dc:contributor>
  <dc:rights>GPL (&gt;= 3)</dc:rights>
  <dc:date>2023-10-31</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=anomalize</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.anomalize</dc:identifier>
</oai_dc:dc>
