Sign up and get started with Confidence today! Create your account
Sign up and get started with Confidence today! Create your account
Documentation Index
Fetch the complete documentation index at: https://confidence.spotify.com/llms.txt
Use this file to discover all available pages before exploring further.
Module data for stats
Significance level (defaults to 0.05)
A resource name on the format analysisResults/abc
Analysis result resource names (multiple exposure filters)
Show child attributes
Fallback sample size when metric-specific size is not set
Expected sample sizes for metrics
Show child attributes
Statistical methods used for each metric
Show child attributes
Statistical power (defaults to 0.8)
Testing strategy (fixed horizon or sequential)
TEST_HORIZON_STRATEGY_UNSPECIFIED, FIXED_HORIZON, SEQUENTIAL Was this page helpful?
{
"alpha": 123,
"analysisResult": "<string>",
"analysisResults": [
{
"analysisResult": "<string>",
"exposureFilterName": "<string>"
}
],
"fallbackSampleSize": "<string>",
"metricInformation": [
{
"metricName": "<string>",
"expectedSampleSize": "<string>"
}
],
"metricMethods": [
{
"method": "METHOD_UNSPECIFIED",
"metricName": "<string>"
}
],
"power": 123,
"testHorizonStrategy": "TEST_HORIZON_STRATEGY_UNSPECIFIED"
}