The STDEVP aggregation function returns the population standard deviation of a given line item.

This function can be useful for calculating the variability of survey responses for different customer segments or to see how much test scores vary within each class.

Source[STDEVP: Mapping, STDEVP: Mapping 2, etc.]

ArgumentData typeDescription
SourceNumberThe values to return the population standard deviation of.
MappingDate, time period, list

The mapping that determines which values to return the population standard deviation of.

This argument can be repeated to provide multiple mappings.

The STDEVP aggregation function returns a numeric result.

This function is only available in the Polaris Calculation Engine.

'Product Ratings'.'Customer Rating'[STDEVP: 'Product to Category Map'.'Product Category']

  • The population variance of a single value is zero.
  • The population variance of a set of values, which includes NaN, is NaN.
  • The square of STDEVP is equal to VARP. See Related Anaplan functions, below.
  • You can't use STDEVP with another number-typed aggregation function.
  • STDEVP returns zero for unmapped points.
  • You can't use STDEVP together with the Formula summary method.
  • You can't use STDEVP in version formulas.

STDEV.P