{"uid":"cap_tXrdMfcxPm6Ni0CcWGK-4","slug":"numora-statistics-t-test-endpoint-eb27413d","name":"Numora Statistics T-Test Endpoint","description":"100 pure math computation endpoints for AI agents. Statistics, financial math, linear algebra, equation solving, calculus, number theory, sequence generation, and unit conversions. Zero external dependencies. x402 micropayments on Base.","url":"https://numormo.vercel.app/api/statistics/ttest","method":"POST","headers":{},"bodySchema":{"type":"object","required":["sample1","sample2"],"properties":{"sample1":{"type":"array"},"sample2":{"type":"array"}}},"responseSchema":{"type":"object","required":["success","result","computation"],"properties":{"result":{"type":"object","description":"Computation result varies by endpoint"},"success":{"type":"boolean","description":"Always true on success"},"computation":{"type":"string","description":"Human-readable description of what was computed"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.1","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"registry","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.1/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.1","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_ZcKz-Q0hqpb83t6DCIoZe","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.1","costPer":"request","priority":0,"asset":null,"unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Performs a two-sample t-test on two numeric arrays and returns the t-statistic, p-value, and related statistical results","exampleAgentPrompt":"Run a two-sample t-test comparing these two groups: sample1 is [23.1, 25.4, 22.8, 24.6, 26.0] and sample2 is [19.3, 21.0, 20.5, 18.9, 22.1] — tell me if the difference is statistically significant.","exampleUseCases":[{"title":"A/B test conversion rate significance","prompt":"I ran an A/B test and got these conversion scores for group A: [0.12, 0.15, 0.11, 0.14, 0.13, 0.16] and group B: [0.09, 0.10, 0.08, 0.11, 0.09, 0.10]. Run a t-test and tell me if the difference is statistically significant."},{"title":"Clinical trial treatment comparison","prompt":"Compare these two sets of blood pressure measurements from my control and treatment groups using a t-test — control: [140, 135, 142, 138, 145] and treatment: [128, 131, 125, 130, 127]. Is the treatment having a significant effect?"},{"title":"Manufacturing quality batch comparison","prompt":"I have two production batches with these defect counts per unit: batch1 is [2.1, 1.8, 2.4, 2.0, 1.9] and batch2 is [3.2, 3.5, 2.9, 3.1, 3.4]. Do a t-test to see if batch2 is significantly worse than batch1."}],"resultDescription":"Returns a JSON object with success=true, a human-readable computation description, and a result object containing the t-statistic, p-value, degrees of freedom, and likely a boolean or indicator of statistical significance at standard thresholds.","failureModes":["Empty or single-element arrays causing degenerate t-test computation","Arrays containing non-numeric values causing parsing errors","Missing required sample1 or sample2 fields returning validation error","Payment failure via x402 micropayment protocol blocking the request","Arrays of very unequal length may affect test validity or cause errors"],"whenToPreferThis":"Choose this endpoint when you need a fast, dependency-free two-sample t-test computation without setting up a local statistics library. It is ideal for AI agents that need on-demand hypothesis testing as part of automated data analysis pipelines, and when x402 micropayment billing per computation is acceptable. Prefer this over general-purpose Python/R environments when you want a single deterministic API call with structured JSON output.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:57:36.312Z","isFirstParty":false}