DNA forensics baseline: An Initial observation based evaluation on a Benford approach…

The use of a traditional Benford analysis on DNA is troubling for a couple of reasons: The DNA quad alphabet does not have any self-evident inherent order of magnitude, so choosing which to designate a lower value from another is problematic with Benford log of scale. HexDec of Twomer DNA sequence when converted to Decimal …

Pre-Study #5: Chicago Election Time Stamps vs. IL

Pre-Study 005: Chicago Election Time Stamp Machine Logs vs Illinois and Swing States/areas. Please visit main study [] as this page consists of some preliminary and incomplete testing and study. Sources: 2020 Election CBEC Log Data from FOIA 2020 Illinois Log Data from FOIA ***Response Rec’v’d, Pending Release*** ———————————————————————— Document Created 12/018/2020, Update @ 14:32 …

Study #3: COVID-19 Case/Death Data

Study 003: COVID-19 NY Times Stats Benford Study in 10,000 sample subset progressions for: (1) Accumulative Cases (1st Digit/All Digits), (2) Accumulative Deaths (1st Digit/All Digits), (3) Delta Cases (1st Digit/All Digits), (4) Delta Deaths (1st Digit/All Digits) [1,000 sample subsets], (5) Differential between Cases and Deaths (1st Digit/All Digits) Morris asked if I could …

Graph.sh – w/GNUPlot

#!/bin/bash mv _dall3.dat.csv $1.csv gnuplot -persist <<-EOFMarker set xrange [0:10] set yrange [0:45] datafile = “$1.csv” set output “$1.png” set xlabel “Digit” set ylabel “Percent” set terminal png size 600,400 set datafile separator ‘,’ set title ‘BenfordBench.org Analysis of Election Log Time-Stamps in Delta Total Seconds’ font “,10” textcolor rgbcolor “black” set pointsize 3 plot …