Runs a power analysis.
cURL
curl --request POST \ --url https://stats.eu.confidence.dev/v2/stats:runPowerAnalysis \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "hypotheses": [ {} ], "requiredSampleSize": {}, "annotations": [ {} ], "statsCacheEntry": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The body is of type object.
object
OK
The sample size for each hypothesis.
The sample size needed to get the desired power for all hypotheses.
List of issues discovered during the power analysis.
Cache entry used, empty if not cached.
Was this page helpful?