Matrix.Skewness() Method

Top 

Description

Calculates the skewness 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.Skewness(

)

 

 

Return Value

Type:

number

 

 

Returns the skewness of all matrix elements.

 

Syntax

myVariable1 = myMatrix1.Skewness();

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide