Skip to main content
GET
/
v1
/
stats
/
variance
Calculate Variance
curl --request GET \
  --url https://api.example.com/v1/stats/variance \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

numbers
string
required

Comma-separated numbers

population
boolean
default:false

Use population variance (N) vs sample variance (N-1)

Response

Successful Response