Symbolic audit framework for model divergence and integrity
Project description
Digamma Prime (digamma-ep)
Sistema simbólico para auditoria de modelos com métricas de divergência estrutural, temporal e algébrica.
Symbolic audit framework for comparing models, tracking divergence, and teaching algebraic structure.
📦 Instalação / Installation
pip install digamma-ep
#Basic Usage
from epe_maria import phi, delta_phi, phi_star
f = lambda x: x**2 + 2*x + 1
g = lambda x: x**2 + x + 1
print(phi(f, g)) # Divergência estrutural
print(delta_phi(f, g)) # Divergência de taxa
print(phi_star(f, g)) # Métrica de fusão
#Tests
pytest test_benchmark.py
pytest test_monitor.py
#Documentation
See examples and explanations in docs/ep_documentacao
#About
Created by Cerene Rúbio
License: MIT
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
digamma_ep-0.1.6.tar.gz
(4.6 kB
view details)
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 digamma_ep-0.1.6.tar.gz.
File metadata
- Download URL: digamma_ep-0.1.6.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7898176af61c4860b730508e302551d21573b8f6f976176cf8164c76a48dc39b
|
|
| MD5 |
44c692fd27c20534cf449080a54c5b22
|
|
| BLAKE2b-256 |
92c0426c12adbb611f3fed0501f2682979606275fb2caca3ae7adb9f85f51eb8
|
File details
Details for the file digamma_ep-0.1.6-py3-none-any.whl.
File metadata
- Download URL: digamma_ep-0.1.6-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a225a29c834d99f5103fa338e22666de075842e675f2abf73d91b20b782f678
|
|
| MD5 |
51ebf31efbf9bc5a8efcc048ad7d70d0
|
|
| BLAKE2b-256 |
14cb8eb2eafe93a8f16fa0684b6995281ada11adc6fd17c2786a718459c6a381
|