Φ₃ (excess³) → RECD clock maps: hardened A₃ gate, multiplicative gain Γ₃ (P1), dual-channel experimental P2
Project description
Preprint: Dynamic Integration of Level-3 Ordinal Synergy into the RECD
Working title: Integrating Φ₃ (excess³) into RECD Dynamics: From Parallel Metric to Structural Clock Contribution
Author: Johel Padilla-Villanueva
Status: Draft v0.5 — methods + synthetic S0–S2 + dual-domain real-data smoke, unified contrast narrative (July 2026)
Folder: Investigaciones/Preprint_Phi3_RECD_Dynamic_Integration/
Python package: phi3-recd v0.5.0 (optional coupling layer; NumPy only)
Purpose
Close a structural gap in the Systemic Tau / RECD programme: excess³ (Level Φ₃) is a strong continuous proxy for irreducible ordinal surplus, but in most operational pipelines it remains a parallel early-warning readout. This preprint proposes falsifiable, implementable ways to let Φ₃ modify the discrete clock update itself — linking the 2026 nested hierarchy to legacy surveillance pipelines.
Package (phi3-recd)
This is a clock-map library, not a new ordinal-metric suite. It does not recompute (\tau_s) or excess³; those come from prior work (e.g. nested-recd or Systemic Tau pipelines). What it ships:
| Symbol | Role |
|---|---|
| Hardened (A_3) | Level-3 activation gate (conditions A–D) |
| (\Gamma_3) / P1 | Multiplicative surplus gain on legacy (\Delta t) (default) |
| P2 | Dual-channel experimental map |
| (\rho_3), (\rho_3^{\mathrm{marg}}) | Contribution diagnostics for ablation / validation |
Install (editable / local)
cd Investigaciones/Preprint_Phi3_RECD_Dynamic_Integration
python3 -m pip install -e ".[dev]"
python3 -m phi3_recd # synthetic demo
pytest -q # contract tests
Optional extras: pip install -e ".[ordinal]" pulls nested-recd for excess³ upstream; .[full] adds plotting/pandas for the preprint smokes.
Minimal API
import numpy as np
from phi3_recd import ActivationConfig, P1Config, recd_base, recd_p1
# tau_s, excess3: precomputed series; baseline: bool mask for normalization
tau = np.asarray(...)
e3 = np.asarray(...)
baseline = np.zeros(len(tau), dtype=bool)
baseline[:50] = True
base = recd_base(tau)
p1 = recd_p1(tau, e3, baseline, n_vars=4, cfg=P1Config(beta=0.5),
act_cfg=ActivationConfig())
# audit: P1Config(beta=0.0) recovers base["t"] exactly
Publish to PyPI (when you want)
python3 -m build
python3 -m twine upload dist/*
Not uploaded from this session — package is installable and versioned only.
Contents
| Path | Description |
|---|---|
manuscript.md |
Full research preprint, v0.5 |
src/phi3_recd/ |
Installable package: hardened A₃, P1, P2 |
src/validate_synthetic.py |
S0–S2 synthetic validation + figure export |
src/smoke_real_sddb.py |
Real-data smoke: SDDB events + NSRDB controls |
src/smoke_dengai.py |
Real-data smoke: DengAI San Juan / Iquitos |
tests/ |
Package contract tests |
pyproject.toml |
phi3-recd packaging metadata |
data/dengai/ |
DengAI train features + labels (DrivenData) |
refs/references.bib |
Core bibliography stubs |
figures/ |
Synthetic + smoke figures and tables |
HANDOFF.md |
Session handoff for agents |
Quick run
# package demo (after pip install -e .)
python3 -m phi3_recd
# preprint validation scripts
cd src
python3 validate_synthetic.py # S0–S2 tables + PNG figures
python3 smoke_real_sddb.py # needs ../Cardiac_CCTP_Pilot/data/
python3 smoke_dengai.py # uses ../data/dengai/
v0.5 highlights (vs v0.4)
- Narrative: Holter + DengAI smokes merged into one §6.4 strategic contrast (protocol table + joint comparison + four defensible conclusions)
- Density: removed duplicated “honest reading” lists; single message across domains
- Consistency: soft_offset (s_0=3.25) + soft_floor aligned with
phi3_recd.py; Appendix A → v0.5 - No new empirical runs — numbers same as v0.3–v0.4
v0.4 highlights (kept)
- DengAI smoke: SJ + IQ; IQ-2004 ΔT legacy +1.24; A₃ sens 3/6; control FAR ~1.6/52w
- Chaos-band still high (~98%) with 4-var proxy; dt_base active ~7% vs ~0.1% Holter
v0.3 highlights (kept)
- Holter smoke: SDDB 30/31/35 + NSRDB; Feigenbaum freeze; A₃ sparse under hyperpersist
- P2 experimental; Holter-path diagnostic clock reported alongside legacy T
v0.2 highlights (kept)
- Hardened A₃; synthetic S0–S2 gates; corr(Γ−1, f₃) ≈ 0.99 on S1
Scope
Is: mathematical coupling of Φ₃ into Δt_k; two graded designs (P1 recommended, P2 experimental); activation; synthetic results; dual-domain real-data smokes with limitations
Is not: strong ontology; full PID; operational EWS claim (smokes do not support FAR superiority)
Recommended citation (placeholder)
Padilla-Villanueva, J. (2026). Integrating Φ₃ (excess³) into RECD Dynamics: From Parallel Metric to Structural Clock Contribution (Preprint draft v0.5).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file phi3_recd-0.5.0.tar.gz.
File metadata
- Download URL: phi3_recd-0.5.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57e0df2fecf6c975e47f37bb42d0cc642eaed43d15b78e1d81c5968bbf6a9cdf
|
|
| MD5 |
a1d0bddd431121106d424f6b8a745703
|
|
| BLAKE2b-256 |
0f382b32602aeb8c3dfa8bc1fb88163622d06d84d00fc216ee82257eb5756300
|
File details
Details for the file phi3_recd-0.5.0-py3-none-any.whl.
File metadata
- Download URL: phi3_recd-0.5.0-py3-none-any.whl
- Upload date:
- Size: 14.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c63f4c6825c72297372b6aaa059d8a6c571b23ad94f37c575f59f057ad5badb1
|
|
| MD5 |
03a13819b5278c54996240ff4e0b92af
|
|
| BLAKE2b-256 |
c2a2fb0bf0ea13f8ea68014aed6fdddf014a9b34fdeaee1f8ce010f335bcef3f
|