KiHustle Spearman Correlation API is a paid API for AI agents from kihustle.tech, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).
Computes the Spearman rank-order correlation coefficient between two numerical data series
Kostenlose Guides, Solo-Playbooks und Artikel zu KI, Automation und Side Hustles — für Menschen, die mit echten Systemen online Einkommen aufbauen wollen. Transparent finanziert über faire Affiliate-Links.
Returns a JSON object containing a 'result' field with the computed Spearman correlation value (a number between -1 and 1) and a 'status' field confirming success. A value near 1 indicates strong positive rank correlation, near -1 strong negative, and near 0 no monotonic relationship.
POSThttps://kihustle.tech/api/v1/json-correlation-spearmanChoose this endpoint when you need a non-parametric rank-order correlation that is robust to outliers and non-normal distributions. Prefer Spearman over Pearson when your data may not be linearly related or when you're working with ordinal data. This is a simple, inexpensive per-call computation suitable for two numeric arrays of any real-world measurement.
| Field | Type | Description |
|---|---|---|
| series_a | array | |
| series_b | array |
{
"type": "json",
"example": {
"result": "processed",
"status": "success"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"