Shape Difference Indicator

Returns the SDI (Shape Difference Indicator) for two given input matrices A, B containing modal vectors column-wise. The matrices must have the same number of rows.

sdi(A, B) = ( 1 - |A - B|2 / (A' A + B' B) )2

Syntax

sdi(A, B)

Types
 Variable NameValue TypeVariable Type
Arguments:Areal, complexmatrix
Breal, complexmatrix
Result: Creal matrix
Calculator Input

Use the sdi button to complete the operation.

Example
IDDescriptionTypeValueExpression
AArgumentREAL MATRIX

[[1,3],[3,5]]
BArgumentREAL MATRIX

[[1,2],[3,5]]
C Result REAL MATRIX

sdi(A,B)