
On 10/07/2021 07:19, Prakash Mudholkar wrote:
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 let me know if you have any questions.
Prakash, Your code uses the numpy library, so can you please report this issue to the maintainers of numpy - which is a 3rd party library. This mailing list is for issues with the documentation of the core python products - for example those hosted on docs.python.org; and numpy is not a core python product. The numpy bug list is at https://github.com/numpy/numpy/issues Regards, Tony,
Regards, Prakash
_______________________________________________ docs mailing list -- docs@python.org To unsubscribe send an email to docs-leave@python.org https://mail.python.org/mailman3/lists/docs.python.org/ Member address: anthony.flury@btinternet.com
-- Anthony Flury email : anthony.flury@btinternet.com