Skip to content

InformationFilter system uncertainty #143

@rlabbe

Description

@rlabbe

The code uses

self.S = P_inv + dot(H_T, R_inv).dot(H)

which is consistent with Dan Simon's book, but I am dubious. In general the shape of covariance in state space and measurement space is different, but this requires them to be identical.

Until this is checked and fixed I am removing the computation of mahalanobis, since it cannot be computed given that the shapes of S and y are not compatible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions