Skip to content

Updated normalisation in q-transform to median by default

This PR improves the default normalisation of the Q-transform output (via TimeSeries.q_transform) to use the median, instead of the mean, and add support for using the mean via norm='mean'.

Merge request reports