---
title: "POST /wilcoxon/{alpha}"
method: POST
path: "/wilcoxon/{alpha}"
tags: ["non parametric", "two groups", "paired"]
---

# POST /wilcoxon/{alpha}

`POST /wilcoxon/{alpha}`

Calculate the Wilcoxon signed-rank test. <br/>The Wilcoxon signed-rank test tests the null hypothesis that two related paired samples come from the same distribution. In particular, it tests whether the distribution of the differences x - y is symmetric about zero. It is a non-parametric version of the paired T-test. <br/>More info in [STAC Python Documentation](http://tec.citius.usc.es/stac/doc/scipy.stats.wilcoxon.html).

## Path parameters

- `alpha` number, float, required

## Request body

- Data — unresolved $ref

## Response `200`

Successful response

## Other responses

- `400` — Bad request/body parameters

---

[API](https://skmtc.dev/citiususc/apis/stac-api.md) · [All operations](https://skmtc.dev/citiususc/apis/stac-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/citiususc/stac-api/revisions/f7b5e94bf503/schema)
