PhixFlow Help

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Function: stdDev()

Returns the standard deviation of a set of numbers.

Syntax

stdDev(list)

ArgumentTypeDescription
listNumber ArrayAn Array containing a list of numeric values

Examples

stdDev([20,50,34.5,16,87])

Returns the standard deviation of the numbers in the list above i.e. 28.74021572639983

stdDev(in.duration)

Returns the standard deviation of all duration values that are returned by pipe in.

See Also

  • No labels