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