Package: amelie 0.2.1
amelie: Anomaly Detection with Normal Probability Functions
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>.
Authors:
amelie_0.2.1.tar.gz
amelie_0.2.1.zip(r-4.7)amelie_0.2.1.zip(r-4.6)amelie_0.2.1.zip(r-4.5)
amelie_0.2.1.tgz(r-4.6-any)amelie_0.2.1.tgz(r-4.5-any)
amelie_0.2.1.tar.gz(r-4.7-any)amelie_0.2.1.tar.gz(r-4.6-any)
amelie_0.2.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
amelie/json (API)
NEWS
| # Install 'amelie' in R: |
| install.packages('amelie', repos = c('https://dbolotov.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dbolotov/amelie/issues
Last updated from:82d3d7bdc6. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 118 | ||
| source / vignettes | OK | 155 | ||
| linux-release-x86_64 | OK | 98 | ||
| macos-release-arm64 | OK | 139 | ||
| macos-oldrel-arm64 | OK | 152 | ||
| windows-devel | OK | 75 | ||
| windows-release | OK | 77 | ||
| windows-oldrel | OK | 69 | ||
| wasm-release | OK | 80 |
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| ad: anomaly detection with normal probability density functions. | ad ad.default ad.formula print.ad |
| amelie: A package for anomaly detection. | amelie-package amelie |
| Compute the probability density function of a matrix of features. | pdfunc |
| Predict method for ad Objects | predict.ad |
