Microsoft Interview Question

Definition of variance

Interview Answer

Anonymous

Jan 6, 2018

Variance captures the spread of a variable. It's the average of the squared differences from the mean (i.e., Sum(X - mu)^2/N).