spectralpython/spectral

principal_components attribute of calc_stats return is inconsistent with principal_components call

tboggs opened this issue · 0 comments

The PrincipalComponents object returned by the principal_components function has eigenvalues in descending order; however, the principal_components attribute of the GaussianStats object returned by calc_stats is in ascending order. The latter should be made consistent with the former.