Cumulative standard deviation: Difference between revisions

→‎{{header|Axiom}}: Marked incorrect.
(→‎{{header|AutoHotkey}}: Marked incorrect.)
(→‎{{header|Axiom}}: Marked incorrect.)
Line 394:
 
=={{header|Axiom}}==
{{incorrect|Axiom|It does not return the ''running'' standard deviation of the series.}}
We implement a domain with dependent type T with the operation + and identity 0:<lang Axiom>)abbrev package TESTD TestDomain
TestDomain(T : Join(Field,RadicalCategory)): Exports == Implementation where
Anonymous user