Metadata-Version: 2.1
Name: outlier-detector-z
Version: 0.0.9
Summary: Application is used to detect the outliers in a list or tuple
Author: Mohamed Naji Aboo
Description-Content-Type: text/markdown
License-File: LICENSE

# 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 
## from outlier_detector import outlier_detector
## outlier = outlier_detector.detect_outlier([1,2,3,4,5,6,7,8,9,200]) 
