easyclimate.core.stat

easyclimate.core.stat#

Basic statistical analysis of weather and climate variables

Functions

calc_corr_spatial(data_input, x[, time_dim])

Calculate Pearson correlation coefficients and corresponding p-values between spatial data and a time series using scipy.stats.pearsonr.

calc_levenetestSpatialPattern_spatial(...[, ...])

Perform Levene test for equal variances of two independent sptial samples along with other axis (i.e. 'time') of scores.

calc_ttestSpatialPattern_spatial(...[, dim])

Calculate the T-test for the means of two independent sptial samples along with other axis (i.e. 'time') of scores.