I want to calculate mean / std / skew / kurtosis on a incremental basis without having to store previous numbers. What is the most stable and efficient way of doing so?
For example for mean, I can take:
This post gives a way to do the same for standard deviation and variance. How to efficiently calculate a running standard deviation
But what about skew and kurtosis?