This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author prakashvm
Recipients prakashvm
Date 2021-07-13.10:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626173329.18.0.223502644696.issue44619@roundup.psfhosted.org>
In-reply-to
Content
Hello -

I wish to bring to your kind notice a bug in Python.

Given any matrix X. While trying to compute the CoVariance matrix of that matrix X, Python does NOT compute the CoVarianceof the given matrix X.

Instead, Python comptes the CoVariance of the Transpose of the given matrix X.

This appears to be a bug in Python.

Please refer to the below website for a given matrix and what the result should be after the computation of it's CoVariance. And I have provided a screenshot of what Python is returning.

https://www.itl.nist.gov/div898/handbook/pmc/section5/pmc541.htm


Please let me know if you have any questions.



Regards,
Prakash
History
Date User Action Args
2021-07-13 10:48:49prakashvmsetrecipients: + prakashvm
2021-07-13 10:48:49prakashvmsetmessageid: <1626173329.18.0.223502644696.issue44619@roundup.psfhosted.org>
2021-07-13 10:48:49prakashvmlinkissue44619 messages
2021-07-13 10:48:49prakashvmcreate