Benford is a simple command line tool to test number sets against Benford's Law.
  • M4 57.4%
  • C++ 41.8%
  • Makefile 0.5%
  • Shell 0.3%
Find a file
2026-05-18 13:11:22 -06:00
include Initial code import 2026-05-18 13:01:49 -06:00
m4 Initial code import 2026-05-18 13:01:49 -06:00
samples Initial code import 2026-05-18 13:01:49 -06:00
src Initial code import 2026-05-18 13:01:49 -06:00
.gitignore Initial code import 2026-05-18 13:01:49 -06:00
autogen.sh Initial code import 2026-05-18 13:01:49 -06:00
configure.ac Initial code import 2026-05-18 13:01:49 -06:00
LICENSE Initial commit 2026-05-18 11:58:35 -06:00
Makefile.am Initial code import 2026-05-18 13:01:49 -06:00
README.md Initial code import 2026-05-18 13:01:49 -06:00

Benford

Benford is a simple command line tool to test number sets against Benford's Law.

Requirements

C++ 11 Compiler GNU Automake

Debian

  • pkgconf
  • ncurses

FreeBSD

  • pkgconf
  • ncurses

Building and Installation

This software uses the standard GNU Automake tools to build and install the software. Use configure --help to see all the building and installing options available.

./configure make make install