The STDEVS aggregation function returns the sample standard deviation of a given line item.

This function can be useful for analyzing sample customer feedback variability or sample sales rep deal size variation.

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

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

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

This argument can be repeated to provide multiple mappings.

The STDEVS aggregation function returns a numeric result.

This function is only available in the Polaris Calculation Engine.

'Recent Feedback'.'Feedback Score'[STDEVS: 'Product Assignment'.'Product Type']

  • 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 STDEVS is equal to VARS. See Related Anaplan functions, below.
  • You can't use STDEVS with another number-typed aggregation function.
  • STDEVS returns zero for unmapped points.
  • You can't use STDEVS together with the Formula summary method.
  • You can't use STDEVS in version formulas.

STDEV.S