math:variance-p

math:variance-p(
   $arg as xs:double*
) as xs:double?

Summary

Returns the population variance of a sequence of values. The function returns the empty sequence if the input is the empty sequence.

Parameters
arg The sequence of values.

Example

  math:variance-p((122, 100, 23))

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