math.stddevP

math.stddevP(
   arg as Number[]
) as Number?

Summary

Returns the standard deviation of a population. The function returns the empty sequence if the input is the empty sequence.

Parameters
arg The sequence of values.

Example

  math.stddevP([122, 100, 23])

  => 42.4447353102308
Powered by MarkLogic Server | Terms of Use | Privacy Policy