4.8.8.1.5. statsmodels.tsa.seasonal.seasonal_mean

statsmodels.tsa.seasonal.seasonal_mean(x, freq)[source]

Return means for each period in x. freq is an int that gives the number of periods per cycle. E.g., 12 for monthly. NaNs are ignored in the mean.