No results for ""
EXPAND ALL
  • Home
  • API docs

Statistics details

Read time: 4 minutes
Last edited: Sep 12, 2024

Overview

This topic explains how to read and use the statistics details tab of an experiment.

This section includes advanced concepts

This topic includes an explanation of advanced statistical concepts. We provide it for informational purposes, but you do not need to understand these concepts to use Experimentation.

Experiments display more information about the experiment's results on the statistics details tab.

The statistics details tab includes:

  • the relative difference from each variation
  • the credible interval
  • the conversion rate or posterior mean, depending on the metric type
  • the number of conversions or total value, depending on the metric type
  • the number of exposures

Hover over each column's header to view more information about how LaunchDarkly calculated the results for that column. To learn more, read Analytic formulas for experiment variation means.

Relative difference

To view the relative difference between variations, choose a variation from the Relative difference from menu. The relative difference displays in the table for each variation.

Relative difference is the difference between the mean of the chosen variation, and the upper and lower bounds of the credible interval of the variation in the table. This range contains 90% of the variation's probable values. For example, imagine you have a chosen variation with a mean of 1%, and the variation in the table has a lower credible interval of 1.1% and an upper credible interval of 1.5%. The difference between 1 and 1.1 is 10%, and the difference between 1 and 1.5 is 50%, so the treatment's relative difference from control is 10% to 50%.

The longer you run an experiment, the more the width of this interval decreases. This is because the more data you gather, the more confidence you can have because the range of plausible values is smaller.

Credible interval

The credible interval is the range that contains 90% of the metric's probable values for the variation.

This means the effect of the variation on the metric you're measuring has a 90% probability of falling between these two numbers. The longer you run an experiment, the more the width of this interval decreases. This is because the more data you gather, the more confidence you can have because the range of plausible values is smaller.

If the metric's aggregation method is by sum, the credible interval will be expressed in values rather than percentages. To learn more, read Unit aggregation method.

Conversion rate

The conversion rate displays for all conversion metrics, which include custom conversion/binary, click conversion, and page view conversion metrics. Examples of conversions include clicking on a button, or entering information into a form.

Conversion metrics can be one of two types:

  • Count metrics: the value for each unit is a conversion count. The aggregated statistic at the sample level is an average conversion count per unit, for example, the average number of clicks per user. Count metrics are formed using the "sum" unit aggregation method.
  • Binary metrics: the value for each unit is binary, that is, either 1, when at least one conversion occurred for the unit, or 0, when no conversions occurred for the unit. The aggregated statistic at the sample level is the percentage of units with at least one conversion, for example, the percentage of users who clicked at least once. In LaunchDarkly, binary metrics are formed using the "average" unit aggregation method.

To learn more, read Unit aggregation method.

For funnel optimization experiments, the conversion rate includes all end users who completed the step, even if they didn't complete a previous step in the funnel. LaunchDarkly calculates the conversion rate for each step in the funnel by dividing the number of end users who completed that step by the total number of end users who started the funnel. LaunchDarkly considers all end users in the experiment for whom the SDK has sent a flag evaluation event as having started the funnel.

Posterior mean

The posterior mean displays only for numeric metrics. To learn more, read Custom numeric metrics.

The posterior mean is the variation's average numeric value that you should expect in this experiment, based on the data collected so far.

All of the data in the results table are based on a posterior distribution, which is the combination of the collected data and our prior beliefs about that data. To learn more about posterior distributions, read Frequentist and Bayesian modeling.

LaunchDarkly automatically performs checks on the results data, to make sure that actual context traffic matches the allocation you set. To learn more, read Understanding sample ratios.

Conversions, Total value, and Exposures

Depending on the metric type, we display one of the following two columns containing the sum of unit values for the numerator of the metric:

  • Conversions: the total number of conversions for a conversion metric.
  • Total value: the total value for a numeric metric.

We also display the following column:

  • Exposures: the total number of exposures, or experiment units, for the denominator of the metric.

The raw conversion rate is the number of conversions divided by the number of exposures. The raw mean is the total value divided by the number of exposures.

The raw conversion rate and raw mean may not equal the estimated conversion rate and estimated posterior mean shown in, respectively, the "Conversion rate" and "Posterior mean" columns, due to:

  • Regularization: through empirical Bayes priors, and
  • Covariate adjustment: through CUPED (Controlled experiments Using Pre-Experiment Data)

You can also use the REST API: Get experiment results