Share
Share

Status: Open (active build-out of verification ladder and tooling goals)
Scope: What can be checked now with public or mirrored material; what would be required for full replication; access barriers for Western researchers; classification; a lay-readable case for why the statistical layer deserves scholarly attention (without asserting that global conclusions are proven).
Related: Illig–Fomenko boundary; Two branches: Fomenko vs author; Rus–Horde lexicon (open). Local mirror index: ~/dev/wget/investigations/chronology/index-chronologia.md (chronologia.org snapshot); live site chronologia.org.
Fomenko–Nosovskiy “New Chronology” (NC) combines (a) empirico-statistics on narrative texts (volume functions, dependence scores, dynastic parallelism tables), (b) astronomical and calendrical re-dating, and (c) historical reinterpretation (e.g. Rus–Horde). Only part (a)’s core algorithm is spelled out in a peer-reviewed mathematics-adjacent venue with a small, explicit corpus (Fomenko & Rachev, 1990). The global pairwise matrix and raw segmentation files underlying the book series were not released as an open dataset. Therefore:
This investigation records progress, gaps, access friction, and a roadmap toward an open, simulated “calculator” on paradigm-threat-site (see Section 7) so the mathematical layer can be tested without endorsing every historical conclusion. Empirical numbers run to date are logged in Section 8. Published counter-arguments and replication-adjacent work are listed in Section 9.
It is easy to conflate three barriers; separating them explains why “nothing is online” is only half true.
| Barrier | What it means | Status for NC today |
|---|---|---|
| A. Prose digitization | Are the books or chronicles available as searchable text or only scan PDFs? | Many mirrors (including our seed PDFs) are image scans: pdftotext can yield zero extractable words without OCR. That blocks automatic year → volume tables. |
| B. Corpus packaging | Even when text exists (libraries, IA, PSRL projects), is it aligned to annalistic years, same edition Fomenko used, and licensed for redistribution? | Often no single public bundle meets all four; volunteers must build CSVs. |
| C. Released numerical outputs | Did the authors publish raw matrices (all chronicle pairs, scores, shifts) as they computed them? | Not as an open dataset. The 1990 paper gives methods + a small Table 1–style sample; the book line gives narrative + selected tables, not a turnkey dump. |
Conclusion: Lack of easy digitization explains why we could not immediately recompute on those PDFs. It does not by itself explain absence of their internal spreadsheets: those could have been released (even partially) regardless of whether Delamere PDFs were born-digital. Both A/B and C matter for “full validation against what they actually ran.”
Everything below is inference and guesswork, not attributed to any named source. It mixes boring institutional causes with incentive effects; several can be true at once.
Net: The gap is overdetermined: scan-heavy sources, no cultural habit of data deposit, possible loss of originals, copyright caution, and low prestige for adversarial replication together explain the vacuum better than any single story.
| Item | Location / note |
|---|---|
| Method paper (PDF) | wget/chronologia.org/en/volume_functions_of_historical_texts.pdf — Fomenko & Rachev (1990), Computers and the Humanities 24: 187–206. Defines dependent vs independent texts, volume functions (\mathrm,X(t)), maxima correlation, amplitude correlation, Weibull–Gnedenko fits to normalized accumulated sums, linear regression parameters. |
| Diacu survey (PDF) | wget/chronologia.org/en/2013_florin_diacu_math_methods.pdf — Florin Diacu, Notices of the AMS, April 2013 (DOI 10.1090/noti962). Places NC in context of historical dating and mathematical methods; useful for skeptical calibration. |
| Delamere / chronologia PDFs | wget/chronologia.org/en/chronologia1/ … chronologia8/ — narrative, dynastic tables, eclipse material; good for case-by-case checks, not a single machine dump. |
| Seed corpus (PDFs) | wget/fomenko-nc-sources/README.md — PSRL tom I (1926), Gregorovius (scan), Livy (Capes 1880 substitute), plus method paper copy. |
| User Downloads (optional) | Anna’s-style PSRL .zip (OCR .txt chunks); partial Primary Chronicle PDF from IA — see prior session notes; useful if normalized into year-aligned segments. |
| Layer | Complete verification needs |
|---|---|
| Text statistics | Full list of every chronicle/document compared; pairwise score matrix; segmentation scripts and edition identifiers (PSRL volume, column, manuscript family); version-controlled OCR or diplomatic text. |
| Dynastic parallelism | Formal optimization problem statement (objective, constraints), full ruler lists with sources, all alternative alignments rejected and why (not only the displayed parallel). |
| Astronomy | Per-claim: observation equations, catalogue star IDs, ephemeris (e.g. JPL DE440s + standard reduction), sensitivity to copyist error; independent code path from mainstream chronology tools. |
| Synthesis | Explicit DAG or table: which numerical results feed which historical identifications — so a failure in one layer does not silently invalidate unrelated layers. |
None of the above exists today as a single downloadable bundle from the NC authors; complete audit implies rebuilding that bundle or obtaining unreleased research files.
These are practical and linguistic, not (for mainstream chronicle editions) espionage barriers.
~/Downloads zip inventory).Short answer: Standard chronicle research (PSRL, published monographs, pre-1917 manuscripts in public catalogues) is not “classified” in the sense of state secrets (GRU/FSB restricted distribution). NC itself is controversial historiography, not a known controlled document regime.
Nuances:
If future evidence appears that specific fonds used in NC work are restricted, that finding should be logged with archive citation and legal basis (not rumor).
Picture thousands of history books as very long songs. Some songs tell the same story but in different keys (different names, different centuries). Fomenko’s team asked: can we detect when two “songs” are secretly the same melody using math on length and emphasis, not just opinion?
wget/chronologia.org/en/volume_functions_of_historical_texts.pdf).wget/chronologia.org/en/chronologia2/ etc.). Critics note selection risk: pattern richness in long lists can fit many alignments unless the search space is constrained a priori.Bottom line for the lay reader: NC is not one magic formula; it is a stack of statistics, tables, and sky arguments. The part most amenable to public replication is the statistics on texts—because it can be defined as code + CSV.
This subsection argues epistemic humility + research value, not endorsement of NC’s historical conclusions.
Invitation: Treat NC’s published statistical layer as a hypothesis generator worth benching against nulls and alternative segmentations—publish the bench. That is mainstream computational humanities hygiene.
paradigm-threat-site (MDX components)Interactive verification is slated for paradigm-threat-site (Next.js + next-mdx-remote). No React components are implemented yet; this section records where they will live and how they are tagged in markdown so humans and future tooling share the same IDs.
Use both of the following in any markdown that will later become site MDX:
<!-- … --> in site MDX — the compiler treats < as JSX and errors on !):{/* pt-site:mdx name=ComponentPascalCase status=planned props=json-or-none */}
When implemented, each name is registered in paradigm-threat-site/components/ArticleContentSSR.tsx and paradigm-threat-site/components/RemoteMDX.tsx inside mdxComponents() (same pattern as EmbedFile, PopImage, …) and exported from paradigm-threat-site/components/index.ts if needed.
Planned MDX:
FomenkoVolumeSeriesChart— plotyearvsvolumefrom uploaded or preset CSV.
Planned MDX:
FomenkoNasWeibullPanel— NAS curve + Weibull–Gnedenko fit and reported (r) per Fomenko–Rachev (1990) regression.
Planned MDX:
FomenkoPairShiftExplorer— two series, user-chosen lag (years), maxima / amplitude correlation summary.
Planned MDX:
FomenkoShuffleNullSummary— within-window shuffle null for splash / correlation (seeded).
Planned MDX:
FomenkoTable1Reference— read-only table of published Table 1 rows + links to DOI / local PDF (no claim of recomputation until rawvol(t)exists).
year, volume (or client-side tokenizer later).paradigm-threat-site/app/api/… for heavier fits (avoid blocking RSC).#img=/history/... — missing image (fixed in site)Cause: (1) The fullscreen gallery used highResSrc (https://paradigmthreat.net/files/...) before src, or raw root-relative src for ChangeLog-only items — on localhost, the CDN can lag GitLab Pages, and /history/...png is not served as a static file on the Next origin. (2) ChangeLog strip thumbnails used changelogPublicImageSrc() directly as <img src>, so the same root-relative paths 404 on localhost:3000.
Fix: (1) galleryOverlayDisplaySrc() in components/Image/ImageGalleryContext.tsx. (2) changelogThumbSrc() in components/ChangeLog/ChangeLog.js — repo-relative images use /api/image?path=...&w=160 (thumbs) or w=1600 (overlay), proxied to files mirrors.
This section records what was actually computed against mirrored material under ~/dev/wget/fomenko-nc-sources/. It is not a replication of Fomenko’s full pipeline on PSRL (year segmentation not automated yet).
Source: wget/fomenko-nc-sources/fomenko-rachev_volume-functions-historical-texts_1990.pdf via pdftotext. The (a) and (r) columns OCR cleanly; the (\lambda) (scale) column in this extraction is garbled (PDF line breaks / notation) — do not treat OCR’d lambdas below as authoritative without a second pass from the Springer PDF.
| Row id | Chronicle (paper) | Interval (paper) | (a) (transcribed) | (r) (fit quality, transcribed) |
|---|---|---|---|---|
| P1 | Russian Primary | 854–950 AD | 1.847 | 0.953 |
| P2 | Russian Primary | 913–1018 AD | 3.003 | 0.955 |
| P3 | Russian Primary | 960–1060 AD | 2.497 | 0.956 |
| P4 | Russian Primary | 998–1098 AD | 2.378 | 0.954 |
Validation meaning: confirms our local mirror carries the same first Russian Primary rows as the widely cited paper (spot-check against DOI 10.1007/BF00117342). It does not re-derive those numbers from raw chronicle data.
Claim under test (structural only): two chroniclers describing the same synthetic “events” should yield high Pearson correlation of per-year volume vectors; an unrelated process should not.
Procedure: numpy (seed 42), (T=200) years, shared exponential baseline + three Gaussian “splashes”; Y = scaled splashes + noise; Z = independent exponential noise process.
| Comparison | Pearson (r) |
|---|---|
| X vs Y (dependent construction) | 0.9906 |
| X vs Z (independent) | −0.0833 |
Optional toy “peak spacing” (difference between successive local maxima, truncated to min length): dependent 0.4046, X vs Z −0.1748.
Validation meaning: the qualitative statistic “similarity of volume sequences” can separate obvious dependence from independence in a controlled toy world. Caveat: Fomenko–Rachev’s published machinery uses NAS + Weibull fit + specific linearization, not raw Pearson of volumes; this demo only supports feasibility, not equivalence to their full test.
pdftotext word counts| File | pdftotext words (approx.) | Note |
|---|---|---|
fomenko-rachev_volume-functions-historical-texts_1990.pdf | 10 531 | Text layer present — usable for search / quote checks. |
livy_capes_history-of-rome_1880_ia.pdf | 0 | Scanned / no extractable text layer in this mirror. |
gregorovius_history-city-of-rome-middle-ages_vol15_1897_ia.pdf | 0 | Same. |
psrl_tom1_lavrentevskaya-letopis_1926_ia.pdf | 0 | Same (Cyrillic scan). |
Validation meaning: we cannot auto-build year → volume from these three PDFs without OCR + layout parsing (Russian harder than English). The 1990 paper PDF is the only immediate corpus for grep-level checks.
psrl_tom1_lavrentevskaya-letopis_1926_ia.pdf (and optional Livy/Gregorovius) → plain text → regex / ML annalistic year heads → CSV year,volume.paradigm-threat-site or wget/fomenko-nc-sources/ that regenerates Section 8.2–8.3 so this log stays reproducible.This section answers: Has anyone published an online attempt to reproduce Fomenko’s statistics and failed, or shown his numbers don’t add up?
A famous English paper of the form “we re-segmented the same chronicles, re-ran the 1990 NAS/Weibull pipeline, and Table 1 disagrees” is not prominently catalogued. That is consistent with missing public vol(t) inputs (Section 1.1): outsiders cannot disprove a specific run they cannot load.
| Work | What it challenges | URL |
|---|---|---|
| Florin Diacu (2013), Notices of the AMS | Mathematics + historical dating; discusses Fomenko-style approaches and where statistics meet historiography without endorsing NC conclusions. | DOI 10.1090/noti962 |
| Charles J. Halperin (2005), Carl Beck Papers | Argues NC is bad humanities dressed as natural science — methodology and use of evidence, not a line-by-line reprint of Table 1. | PDF (Pitt OJS); article landing |
| Wikipedia (secondary) | Aggregates mainstream dismissal and further references; useful as a bibliography hub, not a primary authority. | New chronology (Fomenko) |
Fomenko & Nosovskiy list S. P. Novikov, A. A. Zaliznyak, V. L. Yanin, B. A. Rybakov, and others in their “answers to critics” material. English bibliography / extracts: chronologia.org/en/answers_bib_rus.html. Caveat: this is NC’s own site — treat as evidence of who they answer, then chase original Russian articles (e.g. Novikov in Priroda, 1997) in libraries or scans.
Carlos Baiget Orts, Astronomical Refutation of the New Chronology by Fomenko and Nosovsky: The 1151-Year Planetary Cycle and Dating of the Almagest via Speed/Error Correlation, arXiv:2504.12962 (submitted 17 Apr 2025). Abstract states reproducible, data-driven methods, results contradicting key NC dating claims, and open-source code for independent verification. Scope note: this targets astronomical / Almagest-style arguments, not the Fomenko–Rachev volume-function paper. Status: arXiv preprint — check whether a journal version exists before treating as peer-reviewed in your own writing.
Dismissal and method criticism: reasonably well linked online (Diacu, Halperin, Wikipedia, Russian names via chronologia). Hard numerical replication failure for the 1990 text statistics on shared raw inputs: scarce in public English literature, largely because those inputs were never released as data.
wget/chronologia.org/en/volume_functions_of_historical_texts.pdf.wget/chronologia.org/en/2013_florin_diacu_math_methods.pdf.wget/chronologia.org/en/seven/preface_fomenko.html — primary advocate statement; not independent verification.| Date | Note |
|---|---|
| 2026-04-22 | Investigation opened: partial vs complete verification ladder; access; classification; lay + academic sections; calculator roadmap. Local wget paths and Diacu DOI cited. |
| 2026-04-22 | Site delivery plan: {/* pt-site:mdx … */} tags (MDX-safe; HTML <!-- --> breaks next-mdx-remote) + planned paradigm-threat-site components; Section 8 empirical validation — Table 1 spot transcription, synthetic Pearson demo, pdftotext word-count audit, OCR TODOs. |
| 2026-04-22 | Section 1.1–1.2: clarify digitization vs packaging vs unreleased outputs; speculative reasons full validatable dataset never appeared. |
| 2026-04-22 | Section 9: external critiques (Diacu, Halperin, Wikipedia), advocate-hosted Russian critic index (chronologia), arXiv Baiget Orts (astronomy / reproducibility); references renumbered to Section 10. |
| 2026-04-22 | Section 7.4: local 404s for #img= + ChangeLog thumbs — galleryOverlayDisplaySrc (ImageGalleryContext.tsx) + changelogThumbSrc (ChangeLog.js). |
Keywords: #Fomenko #NewChronology #Verification #Reproducibility #VolumeFunctions #Rachev #Diacu #PSRL #Accessibility #OpenScience #Critique #Investigation