April 2024 - May 2024
The Newcomb-Benford Stats project is a statistical analysis tool that verifies whether a given dataset follows Benford’s Law. It calculates leading digit distributions and compares them to expected Benford distributions, making it useful for fraud detection and anomaly detection in datasets.
Programming Language: C++
Mathematical Concepts: Benford’s Law, Probability Distributions
Data Handling: File Processing (CSV, TXT)