Questions tagged [conditional-distribution]
17 questions
0
votes
0 answers
Use Kernel Density Estimation for Prediction
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…