SNHT

Luo_Suppe2026-08-15

gma.climet.diagnosis.SNHT

function SNHT(data, axis = None):

Checks homogeneity test using H. Alexandersson (1986) 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.

MAXT: Maximum of SNHT T Statistics.

loc: Probable change point location index (Start from 1).


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