Skip to main content

Application is used to detect the outliers in a list or tuple

Project description

outlier-detector-z

Outlier detector using Z-score. application accepts only list or tuple. By default threshold set as 3 std. Any element z-score more than threshold will be considered as outlier

run pip command

Sample code

from outlier_detector import outlier_detector

outlier = outlier_detector.detect_outlier([1,2,3,4,5,6,7,8,9,10,20,12,14,200])

print(outlier)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

outlier-detector-z-0.1.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page