Systemic Tau and Discrete Extramental Clock (RECD) implementation
Project description
Systemic Tau and RECD
Python implementation of the Systemic Tau paradigm and the Discrete Extramental Clock (RECD).
This package implements:
- Ordinal Systemic Tau computation (
core.py) - RECD increment and gated accumulation logic (
recd.py) - The Three-Layer Ontology: local intensification, relational coherence, and structural reorganization (
layers.py) - Fractal dimension estimation of generated extramental time (
fractal.py)
Systemic Tau and RECD
Python implementation of the Systemic Tau paradigm and the Discrete Extramental Clock (RECD).
Descripción
Este paquete implementa el núcleo del paradigma del Tau Sistémico desarrollado por Johel Padilla-Villanueva:
- Cálculo de Systemic Tau (coherencia ordinal global y por módulo)
- RECD – Reloj Extramental Discreto (acumulación gobernada por constante de Feigenbaum)
- Ontología de tres capas (hiper-persistencia, episodios conjuntos y reorganización estructural)
- Estimación de dimensión fractal Higuchi del tiempo extramental acumulado
Instalación
pip install systemictau
Uso básico
Pythonimport systemictau as st
import numpy as np
# Ejemplo con mapas logísticos acoplados
# (ver example_logistic.py para más detalle)
# X: matriz multivariada (tiempo x componentes)
taus_global, taus_per_module = st.compute_taus(X, window_size=13)
# Acumulación RECD
T_series, dtk, gate, depths = st.accumulate_time(taus_global)
# Detección de episodios conjuntos (Capa 2)
hp_z, core_hyper = st.hyper_persistence(taus_global)
# ... (ver documentación completa)
Cita / Citation
bibtex@software{padilla_villanueva_systemictau_2026,
author = {Padilla-Villanueva, Johel},
title = {systemictau: Systemic Tau and RECD implementation},
year = 2026,
publisher = {Zenodo},
doi = {10.5281/zenodo.20902148},
url = {https://doi.org/10.5281/zenodo.20902148}
}
Enlaces importantes
DOI: 10.5281/zenodo.20902148
PyPI: https://pypi.org/project/systemictau/
Documentación y ejemplos: Próximamente
Preprints relacionados: Ver Zenodo y Preprints.org
Licencia
MIT License (ver archivo LICENSE).
Project details
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 systemictau-0.1.2.tar.gz.
File metadata
- Download URL: systemictau-0.1.2.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
224aa9bce4153eb696cdd32f8290ea426b529234760be6681b20e64c0cc0f18a
|
|
| MD5 |
a91810eb7d33cdb99bfcf3f498a829a7
|
|
| BLAKE2b-256 |
4d568478c4101174476876572dc06649a7fcc3df04b0e4d556a1040cfe22ea07
|
File details
Details for the file systemictau-0.1.2-py3-none-any.whl.
File metadata
- Download URL: systemictau-0.1.2-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
326b015ccd8fb38b43ea53e5b5f592e87073699cbb1839076acf0e8002ad6e54
|
|
| MD5 |
15fb3f94c4ddb275db9d71783f7130c9
|
|
| BLAKE2b-256 |
038265c10ebba55411ce772f6bd46a106565648a4b057f7f30c51abe012f2642
|