StdDevP/StDev.p
Description
Calculate the population standard deviation.
| Notes:
StdDevP() and StDev.p() are functionally identical. Use either of them as you like. |
Syntax
double StdDevP(dataset vd)
double StDev.p(dataset vd)
Parameters
vd
- Input dataset.
Return
Return the Population Standard Deviation.
Example
EX1
double ee=StdDevP(col(A)); ee=;
EX2
range rr=1!1[1]:2[10]; StDev.p(rr)=;
/math-b67a753a6bb11e764af0a9f82dde291f.png)