xarray.core.rolling.DatasetRolling.prod

DatasetRolling.prod(**kwargs)

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

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