diff --git a/reference/stats/functions/stats-standard-deviation.xml b/reference/stats/functions/stats-standard-deviation.xml index c571eae4f1..3d029de767 100644 --- a/reference/stats/functions/stats-standard-deviation.xml +++ b/reference/stats/functions/stats-standard-deviation.xml @@ -13,8 +13,6 @@ boolsamplefalse - &warn.undocumented.func; - &reftitle.parameters; @@ -24,6 +22,8 @@ a + The array of data to find the standard deviation for. Note that all + values of the array will be cast to float. @@ -31,6 +31,8 @@ sample + Indicates if a represents a sample of the + population; defaults to false. @@ -41,18 +43,17 @@ &reftitle.returnvalues; + Returns the standard deviation on success; false on failure. - &reftitle.errors; - When does this function throw E_* level errors, or exceptions? + Raises an E_WARNING when there are fewer than 2 values in + a. - - --> - +