stdev
($numbers as xs:anyAtomicType+) as xs:anyAtomicType
Estimates standard deviation based on a sample. |
stdeva
($numbers as xs:anyAtomicType+) as xs:anyAtomicType
Estimates standard deviation based on a sample. |
stdevp
($numbers as xs:anyAtomicType+) as xs:anyAtomicType
Calculates standard deviation based on the entire population given as arguments. |
stdevpa
($numbers as xs:anyAtomicType+) as xs:anyAtomicType
Calculates standard deviation based on the entire population given as arguments. |
subtotal
($function_num as xs:integer, $numbers as xs:anyAtomicType*) as xs:anyAtomicType
Moved from math module. |
declare function excel:stdev($numbers as xs:anyAtomicType+) as xs:anyAtomicType
declare function excel:stdeva($numbers as xs:anyAtomicType+) as xs:anyAtomicType
declare function excel:stdevp($numbers as xs:anyAtomicType+) as xs:anyAtomicType
declare function excel:stdevpa($numbers as xs:anyAtomicType+) as xs:anyAtomicType
declare function excel:subtotal($function_num as xs:integer, $numbers as xs:anyAtomicType*) as xs:anyAtomicType