Programmer Guide/Command Reference/EVAL/dev: Difference between revisions

From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:dev (alias: stddev)}}
=====dev=====
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]]


The <code>EVAL</code> subcommand <code>dev</code> is an alias for <code>[[Programmer Guide/Command Reference/EVAL/stddev|stddev]]</code>.
[[Programmer_Guide/Command_Reference/EVAL#Functions|<function list>]]

Latest revision as of 11:32, 21 April 2011

The standard deviation.

Usage
dev(x)
x
a scalar, vector or matrix
Result
The result is the standard deviation of all elements of x
See also
var, avr, median, corr, sum, hist

<function list>

Navigation menu

Personal tools