Matrix.StandardDeviation() Method

Top 

Description

Calculates the standard deviation of the matrix elements.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Method Signature

Matrix.StandardDeviation(

)

 

 

Return Value

Type:

number

 

 

Returns the standard deviation of all matrix elements.

 

Syntax

myVariable1 = myMatrix1.StandardDeviation();

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide