| Line 1: |
Line 1: |
| − | <div style="font-size:30px">'''STDEVPA(n1,n2,n3…)'''</div><br/> | + | <div style="font-size:30px">'''STDEVPA()'''</div><br/> |
| − | *<math>n1,n2,n3... </math> are numbers. | + | *Parameters are set of numbers. |
| | | | |
| | ==Description== | | ==Description== |
| Line 7: |
Line 7: |
| | *It is the used as a measure of the dispersion or variation in a distribution. | | *It is the used as a measure of the dispersion or variation in a distribution. |
| | *It is calculated as the square root of variance. | | *It is calculated as the square root of variance. |
| − | *In <math> STDEVPA(n1,n2,n3...)</math>, <math>n1,n2,n3...</math>, are numbers to find the standard deviation. | + | *In <math> STDEVPA()</math>, Parameters are set of numbers to find the standard deviation. |
| − | *Here <math> n1</math> is required. <math> n2,n3,...</math> are optional. | + | *Here First Parameter is required. From the second Parameter are optional. |
| | *Instead of numbers we can use the single array or a reference of a array. | | *Instead of numbers we can use the single array or a reference of a array. |
| | *STDEVPA is defined by the formula: | | *STDEVPA is defined by the formula: |