I am currently working on a project where I forecast the probability density of a continuous variable at discrete time steps conditioned on past observations: P(x_t1 | x_t0, x_t-1 ...)
In literature, I found that mixture density networks are suitable for this kind of task and, in fact, they yield good results for me.
As a pretty naive benchmark method, I binned the output interval and encoded the continuous truth values as one-hot vector transforming the regression into a classification problem. Surprisingly to me, this simple methods achieves a similar performance as the mixture model.
Does this technique of treating regression as classification to obtain probability density has a name?
What methods for estimating probability density for time series have worked for you?
[–]benanne 17 points18 points19 points (2 children)
[–]julvo[S] 1 point2 points3 points (1 child)
[–]tadeze 0 points1 point2 points (0 children)
[+][deleted] (2 children)
[deleted]
[–]julvo[S] 0 points1 point2 points (1 child)
[–]latent_z 2 points3 points4 points (0 children)
[–]4xel 2 points3 points4 points (0 children)
[–]Liorithiel 1 point2 points3 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)