Learn R Programming

amelie (version 0.2.1)

Anomaly Detection with Normal Probability Functions

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: , and is also described in: Aleksandar Lazarevic, Levent Ertoz, Vipin Kumar, Aysel Ozgur, Jaideep Srivastava (2003) .

Copy Link

Version

Install

install.packages('amelie')

Monthly Downloads

250

Version

0.2.1

License

GPL (>= 3)

Maintainer

Dmitriy Bolotov

Last Published

March 18th, 2019

Functions in amelie (0.2.1)

pdfunc

Compute the probability density function of a matrix of features.
predict.ad

Predict method for ad Objects
ad

ad: anomaly detection with normal probability density functions.
amelie

amelie: A package for anomaly detection.