Skip to content

stdevpa

Population standard deviation including text and logicals.

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

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

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