Ticket #1135 (closed: fixed)
Modify the way the normalised covariance matrix is outputted
Reported by: | Anders Markvardsen | Owned by: | Anders Markvardsen |
---|---|---|---|
Priority: | major | Milestone: | Iteration 22 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Modify the way the normalised covariance matrix is outputted.
Denote this matrix C and it elements Cij. Instead of outputting the diagonal elements as the square root of Cii (i.e. standard derivation estimates) return 1.0, which means the outputted matrix is closer to what a user might expect to see for a normalised covariance matrix.
Change History
Note: See
TracTickets for help on using
tickets.
(In [3899]) Modify the way the normalised covariance matrix is outputted so diagonal elements now 1.0 and updated wiki accordingly. Refs #1135.