[New-bugs-announce] [issue44619] Bug in Python 3.7.10

Prakash report at bugs.python.org
Tue Jul 13 06:48:49 EDT 2021


New submission from Prakash <prakashvm at 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 <report at bugs.python.org>
<https://bugs.python.org/issue44619>
_______________________________________


More information about the New-bugs-announce mailing list