VirtualMatrix.Skewness() Method

Top 

Description

Calculates the skewness of the matrix elements.

 

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

VirtualMatrix.Skewness(

)

 

 

Return Value

Type:

number

 

 

Returns the skewness of all matrix elements.

 

Syntax

myVariable1 = [1,2; 3,4].Skewness();

 

 

See also

VirtualMatrix Object