xarray.core.rolling.DatasetRolling.argmax

DatasetRolling.argmax(**kwargs)

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

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