Opened 16 years ago
Last modified 16 years ago
#757 closed enhancement
Allowing arbitrary covariance matrix on BSR Ascii and Import API's — at Version 2
Reported by: | Víctor de Buen Remiro | Owned by: | Víctor de Buen Remiro |
---|---|---|---|
Priority: | highest | Milestone: | BSR API |
Component: | Math | Version: | 2.0.1 |
Severity: | blocker | Keywords: | |
Cc: |
Description (last modified by )
Kernel of BSR can handle with arbitrary covariance matrices but Ascii nor Import API's does it.
Internally, they are needed three matrices:
: Simmetric positive define covariance matrix
: Choleski decomposition of covariance,
: Choleski decomposition of inverse of covariance
In real problems it's posible that we have precalculated some of these matrices. So, in order to be efficient, specially for large cases, it could be a good feature to admit at least one of these representations:
Cov
: When we have only the covariance. For example in prior nodes.CovInv
: When we have the inverse of the covariance. For example, when it results from a previous linear regression.CovChol
: When we have precalculate the Choleski decompositionCovInvChol
: When we have precalculate the Choleski decomposition of inverse of covariance matrix.
Change History (2)
comment:1 Changed 16 years ago by
Status: | new → accepted |
---|
comment:2 Changed 16 years ago by
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.