cogpy.utils.stats

Functions

bin_data_and_get_centers_edges(data, bin_size)

Bin data into groups of 'bin_size', compute bin centers, and calculate bin edges.

hit_miss_table(x, y)

mad_based_outlier_threshold(data[, alpha])

Compute two-sided threshold for outliers using MAD with significance alpha.

robust_zscore(arr[, scale, nan_policy, ...])

summarize_performance(true_labels, ...)