stressed_and_depressed
Keen member
I don't understand how the solutions derive the skewness term (numerator) in the coefficient of skewness. Can someone please explain?
I get that : skew = E((X-mu)^3)
but where does the length term in the solutions come from?!
solutions: skew <- sum((x-mean(x))^3)/length(x)
Thanks!!
I get that : skew = E((X-mu)^3)
but where does the length term in the solutions come from?!
solutions: skew <- sum((x-mean(x))^3)/length(x)
Thanks!!