Created
February 10, 2019 15:40
-
-
Save abhishek-Kumar009/a9876955d5084325b0a2ee2695e6c165 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
outliersTest = ptest < epsilontest | |
listOfOl = findIndices(outliersTest) | |
print('\n\n Outliers are:\n',listOfOl) | |
print('\n\nNumber of outliers are: ',len(listOfOl)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment