Skip to main content

Module functions_3

Module functions_3 

Source
Expand description

Auto-generated module

🤖 Generated with SplitRS

Functions§

anderson_darling_py
Anderson-Darling test for normality.
bartlett_test_py
Bartlett’s test for homogeneity of variance.
brown_forsythe_py
Brown-Forsythe test for homogeneity of variance.
chisquare_py
Chi-square goodness-of-fit test
covariance_simd_py
Compute SIMD-optimized covariance
dagostino_k2_py
D’Agostino’s K-squared test for normality.
deciles_py
Compute deciles (10th, 20th, …, 90th percentiles) of a dataset
f_oneway_py
One-way ANOVA (Analysis of Variance)
kruskal_py
Kruskal-Wallis H-test for independent samples.
kurtosis_simd_py
Compute SIMD-optimized kurtosis (fourth standardized moment)
levene_py
Levene’s test for homogeneity of variance.
mannwhitneyu_py
Mann-Whitney U test for independent samples.
mean_simd_py
Compute SIMD-optimized mean
moment_simd_py
Compute SIMD-optimized nth statistical moment
pearson_r_simd_py
Compute SIMD-optimized Pearson correlation coefficient
percentile_range_py
Compute the range between two percentiles
sem_py
Compute standard error of the mean (SEM)
shapiro_py
Shapiro-Wilk test for normality
skewness_simd_py
Compute SIMD-optimized skewness (third standardized moment)
std_simd_py
Compute SIMD-optimized standard deviation
variance_simd_py
Compute SIMD-optimized variance
wilcoxon_py
Wilcoxon signed-rank test for paired samples.