Distributions should be able to support a row multi-index, i.e., pd.MultiIndex - as in sktime hierarchical and panel data.
This is probably automatic for most distributions, but not immediate for, e.g., Empirical, where parameterization is in terms of additional index levels.
In addition, testing should be carried out with multi-index examples in the general suite.
Distributions should be able to support a row multi-index, i.e.,
pd.MultiIndex
- as insktime
hierarchical and panel data.This is probably automatic for most distributions, but not immediate for, e.g.,
Empirical
, where parameterization is in terms of additional index levels.In addition, testing should be carried out with multi-index examples in the general suite.
Related: PR in
sktime
which adds multiindex support toEmpirical
https://github.com/sktime/sktime/pull/6066