Skip to content

Instantly share code, notes, and snippets.

@sdhiscocks
sdhiscocks / np_pda.patch
Created May 11, 2022 15:52
Nonparametric PDA
diff --git a/stonesoup/hypothesiser/probability.py b/stonesoup/hypothesiser/probability.py
index 0e1c41ef..0c6d2dde 100644
--- a/stonesoup/hypothesiser/probability.py
+++ b/stonesoup/hypothesiser/probability.py
@@ -1,4 +1,9 @@
-from scipy.stats import multivariate_normal as mn
+from functools import lru_cache
+
+from scipy.stats import multivariate_normal, chi2
+from scipy.linalg import det
@sdhiscocks
sdhiscocks / TensorNet Webcam Test.ipynb
Created December 7, 2020 13:32
TensorNet Webcam Test
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sdhiscocks
sdhiscocks / Moving_Platform_Simulation_-_Async_Sensors.ipynb
Created October 27, 2020 08:56
Moving Platform Simulation - Async Sensors
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sdhiscocks
sdhiscocks / 02_ExtendedKalmanFilterTutorial - Extra Sensor.ipynb
Created September 11, 2020 14:28
Non-linear models: extended Kalman filter - Quick Extra Sensor Modification
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.