-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
15 lines (15 loc) · 871 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: amelie
Type: Package
Title: Anomaly Detection with Normal Probability Functions
Version: 0.2.1
Authors@R: c(person("Dmitriy", "Bolotov", email = "[email protected]", role = c("aut", "cre")))
Description: Implements anomaly detection as binary classification for cross-sectional data. Uses maximum likelihood estimates and normal probability functions to classify observations as anomalous. The method is presented in the following lecture from the Machine Learning course by Andrew Ng: <https://www.coursera.org/learn/machine-learning/lecture/C8IJp/algorithm/>, and is also described in: Aleksandar Lazarevic, Levent Ertoz, Vipin Kumar, Aysel Ozgur, Jaideep Srivastava (2003) <doi:10.1137/1.9781611972733.3>.
Imports: stats
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Suggests: testthat,
knitr,
rmarkdown
RoxygenNote: 6.1.1
VignetteBuilder: knitr