Open GilesStrong opened 2 years ago
Thinking about this: Likely we'll need the use of MultiVariateNormal which lacks a CDF function, so integrating the distribution over voxels becomes non-trivial. Potentially, rsample could be used to differentiable sample points, which then seed univariate Gaussians in XYZ of a given bandwidth, which can form a 3D KDE over volume and be integrated over voxels, but this might be expensive to compute.
Currently 3 uncorrelated Gaussians in x,y,z are used to model the probabilities of the PoCA being located in each of the voxels in the passive volume. Really, thought, the PDF should account for the incoming tracks and be slightly tilted. Potentially this could be achieved by defining a 3D Gaussian with a correlation matrix.