简体   繁体   中英

Is there any built in function in numpy to take moving skewness?

In numpy is there any built-in function to calculate moving skewness of numpy array? I know there are basic functions like mean , median , mode , min , max etc. But I wonder if there are any functions for calculating moving skewness, kurtosis and higher moments?

Already got solution here . There is no built-in function in numpy but we can use scipy and numpy combine to achieve the goal.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM