I would like to use the KDE to predict future positions of surrounding vehicles. So given a set of data [I: some input features, O: future position] I learn the joint distribution of the input and output with KDE. Then I compute the distribution conditioned by the input features/vector and obtain an estimation for the position from this distribution.
I there anyone who done this before and can share with me his implementation. The challenging part for me is how to compute the conditional distribution after estimating the joint distribution with KDE. Thanky for any help.