Skip to content
#

chi-squared-test

Here are 19 public repositories matching this topic...

A hub that contains notebooks that perform elementary descriptive statistics of populations and samples and demonstrates 3 hypothesis tests- Welch t-test, Correlation, and Chi-square test. It shows how to run them in python and understand the results

  • Updated Sep 18, 2021
  • Jupyter Notebook

Comprehensive statistical analysis project in R covering 10 exercises: data visualization (ggplot2), probability distributions, hypothesis testing, MLE, CLT, confidence intervals, and goodness-of-fit tests. Academic project for IST's Probability & Statistics course.

  • Updated Nov 6, 2025
  • R

The aim is to develop an ML- based predictive classification model (logistic regression & decision trees) to predict which hotel booking is likely to be canceled. This is done by analysing different attributes of customer's booking details. Being able to predict accurately in advance if a booking is likely to be canceled will help formulate prof…

  • Updated Jan 20, 2022
  • Jupyter Notebook

This project explores the Framingham Heart disease dataset with the objective to predict its risk in 10 years. Various methods for handling missing values and outliers are explored as iterations. After analysing the dataset, important and necessary features are selected. Seven ML models are implemented, with evaluation on the basis of Test Recall.

  • Updated Apr 7, 2023
  • Jupyter Notebook

Effort here is to identify important features in relation to our target variable using multiple Correlation methods based on data type. Feature selection is important for ML models to avoid 'curse of dimensionality' but for this dataset we will be using it build our intution that benefits our later EDA effort

  • Updated Nov 25, 2022
  • Jupyter Notebook

End-to-End Python scalable forensic accounting toolkit implementing Benford's Law analysis for FTSE financial data. Delivers automated anomaly detection with Chi-Squared/MAD testing, comprehensive validation pipelines, and risk-based prioritization of investigative resources. Replicates Ausloos et al.'s (2025) methodology with full reproducibility.

  • Updated Sep 13, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the chi-squared-test topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chi-squared-test topic, visit your repo's landing page and select "manage topics."

Learn more