VirtualMatrixRowWise.StandardDeviation() Method

Top 

Description

Calculates the standard deviation of each matrix row.

 

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

VirtualMatrixRowWise.StandardDeviation(

)

 

 

Return Value

Type:

Matrix of number

 

 

Returns a column matrix containing the standard deviation of each matrix row.

 

Syntax

myMatrix1 = myMatrix2.RowWise.StandardDeviation();

 

 

See also

VirtualMatrixRowWise Object