New submission from Prakash <prakas...@gmail.com>:
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 ---------- files: Bug in Python.pdf messages: 397390 nosy: prakashvm priority: normal severity: normal status: open title: Bug in Python 3.7.10 type: behavior versions: Python 3.7 Added file: https://bugs.python.org/file50146/Bug in Python.pdf _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44619> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com