# Population Mean

**Category:** metrics  
**Short Description:** The average value of a variable across an entire population, representing the central tendency of the complete dataset.  
**Last Updated:** 2025-03-12T00:00:00Z

## Definition

The population mean is the average value of a variable calculated using all members of a population, rather than just a sample. In digital advertising, it represents the true average value of metrics like conversion rate, CTR, or CPC across the entire audience or campaign. Unlike sample means which contain sampling error, the population mean is the actual parameter being estimated in statistical analysis, though it's often impossible to measure directly due to resource constraints.

## Calculation

**Formula:** `μ = Σx / N`

**Explanation:** The sum of all values in the population divided by the total number of elements in the population. This represents the true central tendency of the complete dataset.

### Components

- **Population Values**: All individual values in the complete population
- **Population Size**: Total number of elements in the population

## Examples

- True average conversion rate across all users in a campaign
- Actual CTR for an entire audience segment without sampling
- Complete ROAS calculation using all conversions in a time period
- True average CPC across all auctions in a platform
- Actual frequency distribution across an entire customer base

## Related Terms

### Component Terms

- **[Sample Size](/resources/glossary/metrics/sample-size)**: Determines how closely sample means approximate the population mean
- **[Statistical Significance](/resources/glossary/metrics/statistical-significance)**: Measures confidence that sample statistics reflect the true population mean
- **[Variance](/resources/glossary/metrics/variance)**: Measures the spread of values around the population mean
- **[Standard Deviation](/resources/glossary/metrics/standard-deviation)**: Quantifies the typical deviation of values from the population mean
