Eigen: Get cumulative contribution of components...

A command to ask the selected Eigen for the contribution of the sum of the eigenvalues[from..to] to the total sum of eigenvalues.

Details

The contribution is defined as:

Σi=from..to eigenvalue[i] / Σi=1..numberOfEigenvalues eigenvalue[i]

© djmw 19981109