xarray.core.rolling.DatasetRolling.mean

DatasetRolling.mean(**kwargs)

Reduce this object’s data windows by applying mean along its dimension.

Parameters:**kwargs (dict) – Additional keyword arguments passed on to mean.
Returns:reduced – New object with mean applied along its rolling dimnension.
Return type:same type as caller