# Introduction

## How the Statsig Stats Engine works

The Statsig Stats Engine powers the experiment results you read in [Pulse](https://docs.statsig.com/experiments/interpreting-results/read-results). It runs a series of calculations to identify the following:

* [Metric deltas](https://docs.statsig.com/experiments/statistical-methods/metric-deltas): The difference in metrics between the test and control groups.
* [Confidence intervals](https://docs.statsig.com/experiments/statistical-methods/confidence-intervals): The gray, red, and green bars in Pulse. They represent the uncertainty in the metric deltas and depend on the [standard error](https://docs.statsig.com/experiments/statistical-methods/variance) of the metrics.
* [p-Values](https://docs.statsig.com/experiments/statistical-methods/p-value): A statistical measurement common in hypothesis testing. Represents the probability of observing a metric delta at least as extreme as the one measured, under the assumption that the treatment has no impact on that metric.
