You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Mahalanobis distance between a state with missing readouts for a subset of features and a "historical" row is essentially calculated as if we were setting the missing entry equal to the respective record in the "historical" row. See the following link for reference:
- Implemented a variant of sq. Mahalanobis distance
with missing entries, see https://www.jstor.org/stable/3559861
on page 285, fixes#12
- Renamed `MahalanobisDistance` to `SquaredMahalanobisDistance`
- Minor adjustments to tutorials
- Removed extra dependencies
- Incremented version
Fixes#11 and #12
The Mahalanobis distance between a state with missing readouts for a subset of features and a "historical" row is essentially calculated as if we were setting the missing entry equal to the respective record in the "historical" row. See the following link for reference:
CEEDesigns.jl/src/GenerativeDesigns/distancebased.jl
Lines 115 to 128 in d1d09c3
However, this might not be the optimal approach. For more information, consider the following resources: https://search.r-project.org/CRAN/refmans/modi/html/MDmiss.html and also https://www.jstor.org/stable/3559861, particularly on page 285.
The text was updated successfully, but these errors were encountered: