quantlib-physics
Calculate Conditional Entropy
Calculates the conditional entropy H(Y|X) from a joint probability distribution, measuring the remaining uncertainty in Y given knowledge of X. Conditional entropy quantifies how much information Y provides beyond what’s known from X, crucial for understanding predictive relationships.
Use Cases:
- Measure predictive power of indicators
- Quantify information gain from additional features
- Assess value of conditioning on market states
- Evaluate forecasting model informativeness
- Analyze dependencies in multi-factor models
Formula: H(Y|X) = H(X,Y) - H(X) = -ΣΣ p(x,y) log(p(y|x))
Credits: 5 credits per request (Pro Tier) [Tier: ENTERPRISE, Credits: 10]
POST
Authorizations
API key for authentication. Get your key at https://api.fincept.in/auth/register
Body
application/json
