<?xml version="1.0" encoding="UTF-8"?><api:function-page xml:base="/apidoc/8.0/math.stddevP.xml" generated="2015-10-07T16:36:00.016766-07:00" mode="javascript" xmlns:api="http://marklogic.com/rundmc/api"><api:function-name>math.stddevP</api:function-name><api:suggest>math.stddevp</api:suggest><api:suggest>math</api:suggest><api:suggest>stddevp</api:suggest><api:function-link mode="xquery" fullname="math:stddev-p">/apidoc/8.0/math:stddev-p.xml</api:function-link><api:function mode="javascript" name="stddevP" type="builtin" lib="math" category="MathBuiltins" hidden="false" bucket="MarkLogic Built-In Functions" prefix="math" namespace="http://marklogic.com/xdmp/math" fullname="math.stddevP"><api:summary>
  Returns the standard deviation of a population. The function
  returns the empty sequence if the input is the empty sequence.
</api:summary><api:params><api:param name="arg" type="xs:double*"><api:param-description>
  The sequence of values.
  </api:param-description><api:param-name>arg</api:param-name><api:param-type>Number[]</api:param-type></api:param></api:params><api:return>Number?</api:return><api:example class="javascript"><pre xml:space="preserve" xmlns="http://www.w3.org/1999/xhtml">
  math.stddevP([122, 100, 23])

  =&gt; 42.4447353102308
</pre></api:example></api:function></api:function-page>