|
|
|
|
|
by david_draco
522 days ago
|
|
As far as I am aware, there is no symbolic computing tool yet for probability distributions? For example, multiplying two multivariate Gaussian PDFs together and getting the covariance matrix out. Or defining all the ingredients for a Kalman filter (prediction model and observing process) and getting the necessary formulas out (as in sympy's lambdify). |
|
Though I'm not sure Sympy can handle the conditional (Bayesian posterior) distribution needed for the Kalman filter.
In any case, you are better off working direcly with the mean and variance (or covariance matrix) if you want to play around with the Kalman filter with Sympy.