Skip to main content
Sourcetable provides access to the full SciPy and StatsModels libraries for rigorous statistical analysis. Describe what you need in plain English and the AI writes and executes the correct statistical test.

Hypothesis testing

t-tests

Supported t-test variants:

Chi-square tests

  • Chi-square test of independence — test association between categorical variables
  • Chi-square goodness of fit — test if data follows an expected distribution

ANOVA

  • One-way ANOVA — compare means across 3+ groups
  • Two-way ANOVA — test two factors and their interaction
  • Tukey’s HSD — post-hoc pairwise comparisons after significant ANOVA

Non-parametric tests

Regression analysis

Linear regression

Output includes: coefficients, R-squared, adjusted R-squared, p-values, confidence intervals, residual plots, and VIF for multicollinearity.

Logistic regression

Output includes: odds ratios, ROC curve, AUC, confusion matrix, classification report.

Multiple regression

Supports forward selection, backward elimination, and stepwise methods with AIC/BIC criteria.

Correlation

Effect size measures

The AI automatically reports effect sizes alongside p-values:
  • Cohen’s d — for t-tests (small: 0.2, medium: 0.5, large: 0.8)
  • Eta-squared — for ANOVA (proportion of variance explained)
  • Cramér’s V — for chi-square tests (association strength)
  • R-squared — for regression (variance explained)

Distribution fitting

Tests against normal, log-normal, exponential, gamma, Weibull, and beta distributions. Reports goodness-of-fit statistics (KS test, AIC) for each.