• Congratulations to the Feedback Prize Draw winner for the Winter 2025 - 26 sitting. If you fancy winning £150 worth of gift vouchers (from a major UK store) for the Summer 2026 exam sitting for just a few minutes of your time throughout the session, please see our website at https://www.acted.co.uk/further-info.html?pat=feedback#feedback-prize for more information on how you can make sure your name is included in the draw at the end of the session.

Coefficient of skewness formula - Assignment Y1 - Question Y1.2 ii b

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!!
 
You're confusing the model/population skewness of a distribution with the sample skewness.

The formula for the sample skewness is \(1/n \sum (x-\bar{x})^3\)
 
Back
Top