Skip to content

vara

Sample variance including text and logicals.

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

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

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