Array.StandardDeviation() Method

Top 

Description

Returns the sample standard deviation of the array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Array.StandardDeviation(

)

 

 

Return Value

Type:

number

 

 

Return the sample standard deviation of the array.

 

Syntax

myVariable1 = myArray1.StandardDeviation();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide