I'm studying the skewness of data distribution then the formula for measuring skewness is below:
$$\tilde\mu_3 = \frac{\sum_i^N(x_i-\bar X)^3}{(N-1)(\sigma^3)}$$
I would like to understand if it is possible to interpret the result of this formula geometrically as we usually do with the standard deviation or any kind of statistics, for example how can we quantify the asymmetric spread of the data on the left and the right side of the mean in order to roughly discover the shape of the distribution, something like that.
is this statistic can answer that question or do you have any suggestions?
thank you