ptwm_core
ptwm_core::transforms
PPG op catalogue. The trait surface and per-op modules live here.
ptwm_core::transforms
PPG op catalogue. The trait surface and per-op modules live here.
ptwm_core::transforms
crates/ptwm-core/src/transforms/mod.rs:1mod transformsPPG op catalogue. The trait surface and per-op modules live here.
manifest
Serde data model for the canonical PTWM-JSON manifest (Layer 1).
alpha_stable_normalize
AlphaStableNormalize — per-row robust affine normalization (v − δ)/γ with an exact XOR residual. δ = median(row), γ = median(|row − δ|) (MAD). Lossless by construction: the fit is encode-only, γ, δ are stored per row, and the residual repairs all round-off — so reconstruction is bit-exact regardless of the (heavy-tailed) distribution.