DetectOutliers
POST api.scientificmicroservices.com/detectoutliers
Detect unusual values in a list
DetectOutliers runs the three most common algorithms used to find unusual values in a list. Values that trigger at least one algorithm are reported in the response.
If the column posted is numeric, outliers are the values that are unusually high or unusually low. If the column is strings, outliers are values that are unusually rare or unusually common.
Example usage in terminal
Input types allowed
Response fields
| position | The zero-based position in the list of the outlier |
| value | The value of the list item indicated in the position field |