-
Notifications
You must be signed in to change notification settings - Fork 10
Runtime Entropy
SANKET SARKAR edited this page Dec 22, 2025
·
1 revision
This page is a conceptual reference for entropy-style measures.
Entropy can be used to summarize uncertainty, dispersion, or heterogeneity.
For a discrete distribution with probabilities
For continuous variables, differential entropy exists but is not directly comparable across unit changes.
The reference engine in this repo does not currently compute entropy-based risk metrics as first-class outputs.
What it does have today:
- A planning-time warning when a bound asset set appears heterogeneous (tags and/or
criticality_index.typediffer). This is used as a guardrail, not as an entropy measure.
If you want entropy-based measures in results, they should be treated as an engine-defined extension.