Convergence Scoring
ScorePrice: $0.02/callLatency: <1msComplexity: O(s^2)
Quick scenarios
Measure agreement between 3 independent prediction sources using Hellinger distance.
Click "Run Algorithm" to see results
cURL
curl -X POST https://oraclaw-api.onrender.com/api/v1/score/convergence \
-H "Content-Type: application/json" \
-d '{"sources":[{"id":"analyst_a","distribution":[0.1,0.2,0.4,0.2,0.1]},{"id":"analyst_b","distribution":[0.05,0.15,0.5,0.2,0.1]},{"id":"model_c","distribution":[0.1,0.25,0.35,0.2,0.1]}]}'Input Schema
sources: Array of source distributions
config: {method?, weights?}
Output Fields
convergenceScorepairwiseDistancesconsensus