Programmer Guide/Command Reference/EVAL/dev: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE: | {{DISPLAYTITLE:dev (alias: stddev)}} | ||
The standard deviation. | |||
;Usage: <code>dev(<var>x</var>)</code> | |||
:;<var>x</var>: a scalar, vector or matrix | |||
;Result: The result is the standard deviation of all elements of <var>x</var> | |||
;See also: [[../var|var]], [[../avr|avr]], [[../median|median]], [[../corr|corr]], [[../sum|sum]], [[../hist|hist]] | |||
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]] |