Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.91 KB

File metadata and controls

28 lines (19 loc) · 1.91 KB

stdev()

Given a stack of values returns the sample standard deviation.

This function expects a string naming a stack prepared by the csvpath holding the values to be assessed. The stack variable can be created using push() or other functions.

Data signatures
stdev( stack var name: $${\color{green}str}$$ ǁ tuple ǁ list )
Call signatures
stdev( stack var name: Variable ǁ Function ǁ Term )
Purpose Value
Main focus stdev() produces a calculated value
Context Qualifier
Match qualifiers onmatch
Value qualifiers onmatch

[Back to index]