/AnomalyDetection

Project for detecting anomalies in a given sequence

Primary LanguageJava

The solution of the test task: "Class for detecting anomalies in a given sequence".

Commands:

  1. Launch of the project: gradle run
  2. Project assembly: gradle build
  3. Project testing (JUnit4): gradle test
  4. Documentation assembly: gradle javadoc

References:

  1. Normal distribution#1
  2. Normal distribution#2
  3. Outlier