Google Interview Question

When do you use mean vs median?

Interview Answer

Anonymous

Mar 18, 2022

It's best to use the mean when the distribution of the data values is symmetrical and there are no clear outliers. It's best to use the median when the the distribution of data values is skewed or when there are clear outliers.

11