[
https://issues.apache.org/jira/browse/MATH-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart resolved MATH-1062.
-----------------------------------
Resolution: Fixed
Fix Version/s: 3.3
Fixed in r1539676.
> Kalman filter uses CholeskyDecomposition with too stringent symmetry checks
> ---------------------------------------------------------------------------
>
> Key: MATH-1062
> URL: https://issues.apache.org/jira/browse/MATH-1062
> Project: Commons Math
> Issue Type: Bug
> Reporter: Thomas Neidhart
> Assignee: Thomas Neidhart
> Fix For: 3.3
>
>
> In real-world examples the matrix inversion with the CholeskyDecomposition
> with default threshold settings may fail as the given matrices will not be
> perfectly symmetric.
> Better use QRDecomposition or the new MatrixUtils.inverse method.
--
This message was sent by Atlassian JIRA
(v6.1#6144)