Skip to content

Miscalculation of approximate Mahalanobis distance #2

Description

@sholtoarmstrong-iot

In the implementation the MD is calculated as:

MD = math.sqrt(e*e)/Ree

see: code
but should it not be:

MD = math.sqrt(e*e/Ree)

as depicted: blog

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