Skip to content

stdeva

Sample standard deviation including text and logicals.

v = stdeva(value1, value2, ...)

Like stdev_s but counts text as 0 and logical TRUE as 1.

stdeva(1, 2, 3, 'text')
  • stdev_s — Sample standard deviation (Excel-compatible).
  • stdevpa — Population standard deviation including text and logicals.
  • vara — Sample variance including text and logicals.