plasmapy.analysis.time_series.running_moments

Functionality to calculate running moments of time series.

Attention

This functionality is under development. Backward incompatible changes might occur in future releases.

Functions

running_mean(signal, radius)

Calculate the running mean of a sequence.

running_moment(signal, radius[, moment, time])

Calculate either the running mean, standard deviation, skewness or excess kurtosis of a sequence.