Symbolic audit metrics 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.1.tar.gz
(4.5 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.1.tar.gz.
File metadata
- Download URL: digamma_ep-0.1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c0300b5c913507db89c968f304613119b1adf5f3d8d5580f3b57694d3ee15410
|
|
| MD5 |
d2db77e27b35c42406e150ddb24e9720
|
|
| BLAKE2b-256 |
4f1c98ed1b11419dc7dd491db8e56442eb7b4e8615c0bd437bfc012fb43a48bf
|
File details
Details for the file digamma_ep-0.1.1-py3-none-any.whl.
File metadata
- Download URL: digamma_ep-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.5 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 |
334b96f2b15dc6ae0f8e3325043e056449bc004f3036e3b613177381e112ba67
|
|
| MD5 |
06af3b795def21304ec0c7d932653372
|
|
| BLAKE2b-256 |
c5817752d5c68f8ed671dbc7e1493ad1fa7c8e9dac6c282ac16144bb23429736
|