Skip to main content
POST
Outlier Detection

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
X
number[][]
required

Feature matrix

Example:
method
enum<string>
default:zscore

Outlier detection method

Available options:
zscore,
iqr,
mad
Example:

"zscore"

threshold
number
default:3

Threshold for outlier detection (e.g., 3.0 for 3-sigma)

Example:

3

Response

Outlier detection results

success
boolean
Example:

true

data
object