If you have bimodal (or higher) dataset, then calculate the mean and subtract that from the dataset and finally calculate the absolute value of it.
abs(row[‘ColumnX’] – m)
Or apply central limit theory and classify points for the two distributions
If you have bimodal (or higher) dataset, then calculate the mean and subtract that from the dataset and finally calculate the absolute value of it.
abs(row[‘ColumnX’] – m)
Or apply central limit theory and classify points for the two distributions
Login