Determine the outliers column for the given column data
outliers_column(column_data, number_of_rows, std_factor)
The column with data.
The number of rows that the returned outliers column should have.
The factor multiplied with the standard deviation that determines the threshold for the distance away from the mean at which data points switch over to outliers.