Questioning Everything Propaganda

Home Tags
Login RSS
Control Pool Study

Benford's Law, Control Analysis — Phone Usage Delta Log

Dataset: c8_synchrolog_export_20260509_152342_with_delta.csv Analysis date: 2026-05-09 Analyst: Jason Page


1. Purpose

This document serves as a control record for a Benford's Law analysis applied to a personal phone-usage event log. The goal is to establish whether the inter-event time deltas (seconds between successive phone interactions) follow the naturally occurring first-significant-digit distribution predicted by Benford's Law, and to provide a baseline reference for future comparative or forensic analyses.


2. Dataset Description

Parameter Value
Source file synchrolog_export_20260509_152342.csv
Delta column source c8_synchrolog_export_20260509_152342_with_delta.csv
Total records 6,455 events (6,456 rows including header)
Date range 2026-02-09 → 2026-05-09 (≈ 3 months)
Time resolution 10-second delta buckets (floor to nearest 10 s)
Unit of analysis First significant digit of inter-event delta (seconds)
Record fields id, date, time, time_with_seconds, day_of_week, timestamp_epoch

Records are ordered descending by event ID; ID 1 is the earliest event (2026-02-09 00:04) and ID 6455 is the most recent (2026-05-09 15:23).


3. Methodology

3.1 Delta Calculation

Inter-event deltas were computed from consecutive timestamp_epoch values (seconds/milliseconds). Deltas were converted to seconds and floored to 10-second resolution before Benford extraction, suppressing sub-10-second noise.

3.2 Sampling Strategy

The 6,455 records were divided into six sliding windows of 1,000 records each, anchored at records 1, 1001, 2001, 3001, 4001, and 5001 (the final window running to record 6001–6455). First-significant-digit frequencies were computed per window, then averaged across all six windows to produce final statistics.

3.3 Benford's Law Reference

Benford's Law predicts the probability of first significant digit d as:

P(d) = log10(1 + 1/d)
Digit Expected
1 30.10%
2 17.60%
3 12.50%
4 9.70%
5 7.90%
6 6.70%
7 5.80%
8 5.10%
9 4.60%

3.4 Goodness-of-Fit Test

A chi-squared (χ²) test was applied to the averaged distribution against the Benford expected distribution, with 8 degrees of freedom. The critical value at 95% confidence is χ² = 15.507.


4. Results

4.1 Final Distribution (Averaged Across All 6 Samples)

Digit Actual Expected Deviation
1 32.53% 30.10% +2.43%
2 17.60% 17.60% 0.00%
3 11.15% 12.50% −1.35%
4 7.48% 9.70% −2.22%
5 6.08% 7.90% −1.82%
6 8.15% 6.70% +1.45%
7 6.65% 5.80% +0.85%
8 5.62% 5.10% +0.52%
9 4.73% 4.60% +0.13%

4.2 Chi-Squared Result

Metric Value
χ² statistic 1.7594
Degrees of freedom 8
Critical value (95%) 15.507
Verdict FITS — no significant deviation detected

The χ² statistic of 1.76 is far below the 15.51 critical threshold, indicating the observed distribution is consistent with Benford's Law at the 95% confidence level.


5. Per-Sample Snapshots

Sample 1 — Records 1–1000 (anchor value: 281 s)

   1  | 33.70% | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
   2  | 15.90% | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
   3  |  9.30% | ▓▓▓▓▓▓▓▓▓
   4  |  5.70% | ▓▓▓▓▓
   5  |  4.60% | ▓▓▓▓
   6  |  9.60% | ▓▓▓▓▓▓▓▓▓
   7  |  8.89% | ▓▓▓▓▓▓▓▓
   8  |  6.50% | ▓▓▓▓▓▓
   9  |  5.80% | ▓▓▓▓▓

Sample 6 — Records 6001–6455 (anchor value: 315 s)

   1  | 33.20% | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
   2  | 17.90% | ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓
   3  | 11.40% | ▓▓▓▓▓▓▓▓▓▓▓
   4  |  8.50% | ▓▓▓▓▓▓▓▓
   5  |  5.60% | ▓▓▓▓▓
   6  |  7.10% | ▓▓▓▓▓▓▓
   7  |  6.60% | ▓▓▓▓▓▓
   8  |  5.00% | ▓▓▓▓▓
   9  |  4.69% | ▓▓▓▓

The final sample (records 6001–6455) is visibly more convergent to the Benford ideal than the first sample, consistent with the dataset maturing and averaging effects stabilising over time.


6. Observations

  1. Digit 1 is modestly elevated (+2.43%). This is common in behavioural time-series data where short bursts of activity cluster just above round-number thresholds (e.g. 10–19 s pauses).

  2. Digits 3–5 are mildly suppressed. These mid-range digits correspond to deltas in the 30–59 s range. This may reflect that pauses of 30–60 seconds are less natural break points than either very short (<20 s) or longer (>60 s) gaps.

  3. Digit 6 is slightly elevated (+1.45%). Deltas starting with 6 span roughly 60–69 s — the one-minute boundary, a natural pause duration.

  4. High-digit conformance is excellent. Digits 7, 8, and 9 deviate by less than 1 percentage point each, indicating no significant tail inflation or truncation.

  5. Temporal stability: The distribution is consistent across all six sampling windows. There is no evidence of behavioural shift (e.g. change in phone-use pattern) over the three-month period.


7. Conclusion

The inter-event time-delta distribution for 6,455 phone-usage events over approximately three months conforms to Benford's Law at the 95% confidence level (χ² = 1.76, critical value 15.51). This dataset is suitable for use as a natural-behaviour control pool in comparative Benford analyses. Future datasets suspected of manipulation or artificial construction can be compared against this baseline; a χ² statistic approaching or exceeding 15.51 in a comparably sized sample would constitute evidence of non-natural digit distribution.


8. Artifacts

File Description
synchrolog_export_20260509_152342.csv Original export, 6,455 records
c8_synchrolog_export_20260509_152342_with_delta.csv Delta-augmented version
chart_c8_synchrolog_export_20260509_152342_with_delta.csv_1-1000_.log.txt ASCII chart output
c8_synchrolog_export_20260509_152342_with_delta.csv_1-1000_.log Sample log (records 1–1000)
add_delta_cols.sh Shell script used to compute delta column
control.md This report

Original Author: admin

Views: 32 (Unique: 30)

Page ID ( Copy Link): page_69fff1034b6782.78787947-c5b93af5805162b9

Page History (1 revisions):

  • 2026-05-10 02:44:19 (Viewing)