Outliers detection STD
Definition
Returns boolean, if the field is between the interval defined by [mean - (nSTD); mean + (nSTD)].
Parameters
-
Column input:
- Def: Specify the name of the column.
-
N:
- Def: Specify the number of standart deviation to use for interval.
-
Replace mode:
- Def: Specify the replace mode for the outiers.
-
Drop NA:
- Def: Specify if you want to drop the row's NA.
-
Get outliers:
- Def: Specify if you want to get outliers.
Additional Comment
Replace mode:
-
cap:
- Def: Changes the value by the nearest bound.
-
keep:
- Def: Keeps the outliers.
-
drop:
- Def: Drops the outliers.