[SciPy-User] Eigenvalues of masked array

eat e.antero.tammi at gmail.com
Sat Jan 26 13:58:35 EST 2013


Hi,

On Sat, Jan 26, 2013 at 2:31 PM, Fg Nu <fgnu32 at yahoo.com> wrote:

> How can I compute the eigenvalues and eigenvectors of a masked NumPy
> array? For an unmasked array, this can be achieved by scipy.linalg.eig.
>
If the proportion of masked elements is low, you may like to substitute the
masked ones with some imputation technique (
http://en.wikipedia.org/wiki/Imputation_(statistics)) and then use
scipy.linalg.eig.

My 2 cents,
-eat

>
>
> Thanks
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20130126/525c6ebd/attachment.html>


More information about the SciPy-User mailing list