cmomy.MomParamsDict

Contents

cmomy.MomParamsDict#

class cmomy.MomParamsDict[source]#

Bases: TypedDict

Input dict for moment parameters.

Parameters:
  • axes (int or sequence of int) – Axes/Axis for moment dimension(s) (equivalent to mom_ndim).

  • dims (str or sequence of hashable) – Name of moment dimensions for xarray objects (equivalent to mom_dims).

  • ndim ({1, 2}) – Number of moment dimensions.