Как запустить стандартный нормальный тест на однородность для данных временных рядовPython

Программы на Python
Anonymous
Как запустить стандартный нормальный тест на однородность для данных временных рядов

Сообщение Anonymous »


I have a timeseries data (sample data) for a variable wind for nearly 40 stations and 36 years (details in sample screenshot).

I need to run the Standard Normal Homogeneity Test and Pettitt's Test for this data as per recommendations. Are they available in python?

I couldn't find any code for the mentioned tests in python documentations and packages.

I need some help here to know if there is any package holding these tests.

There are codes in R as follows:

snht(data, period, robust = F, time = NULL, scaled = TRUE, rmSeasonalPeriod = Inf, ...) However, no results so far... only errors.


Источник: https://stackoverflow.com/questions/585 ... eries-data

Вернуться в «Python»