|
| From: | Mike Miller |
| Subject: | [Octave-bug-tracker] [bug #48315] cov.m: Incorrect result |
| Date: | Sat, 25 Jun 2016 20:25:41 +0000 (UTC) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:47.0) Gecko/20100101 Firefox/47.0 |
Follow-up Comment #1, bug #48315 (project octave):
Thanks for the bug report. I see the same output as you in Octave. So the
Octave result seems to be the conjugate of what Matlab returns.
It looks like the cov.m function in Octave has been defined as
conj (x' * y / (n-1))
since 1997.
Should the conj() just be removed?
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?48315>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |