Skip to main content

Module functions_2

Module functions_2 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Functions§

boxplot_stats_py
Compute boxplot statistics (five-number summary + outliers)
coef_variation_py
Coefficient of variation
cross_entropy_py
Compute cross-entropy between two probability distributions
data_range_py
Data range
entropy_py
Compute Shannon entropy of discrete data
gini_coefficient_py
Gini coefficient
gmean_py
Geometric mean
hmean_py
Harmonic mean
kl_divergence_py
Compute Kullback-Leibler divergence between two probability distributions
kurtosis_ci_py
Compute kurtosis with bootstrap confidence interval
kurtosis_py
Kurtosis of the data
mean_abs_deviation_py
Mean absolute deviation
median_abs_deviation_py
Median absolute deviation
mode_py
Mode of the data (most frequent value)
moment_py
Compute statistical moment
quartiles_py
Compute quartiles (Q1, Q2, Q3)
quintiles_py
Compute quintiles (20th, 40th, 60th, 80th percentiles) of a dataset
skew_py
Skewness of the data
skewness_ci_py
Compute skewness with bootstrap confidence interval
ttest_rel_py
Paired (related samples) t-test.
weighted_mean_py
Compute weighted mean
winsorized_mean_py
Compute winsorized mean (robust mean)
winsorized_variance_py
Compute winsorized variance (robust variance)
zscore_py
Z-score normalization