MannKendall

Luo_Suppe2026-08-15

gma.climet.diagnosis.MannKendall

function MannKendall(data, axis = None):

Mutation test for time series data based on Mann-Kendall method.

Parameters:

data: array.

data to be tested.

Optional:

axis = int. Default None.

Calculation axis. If not set (None), multidimensional data will be expanded to 1 dimension for calculation.

Returns:

Type: namedtuple.

Contains both forward (UFk) and reverse (UBk) results.


Last Updated 8/15/2026, 8:42:21 AM