I current use HMM to predict the solar radiation.
The traditional HMM model can only take one observation sequence data into consideration.
However, when I use Gibbs sampling to estimate the hidden states reduces 4 and error is high.
Now, I am thinking how to input more than one piece of data into the model like use temperature and consumption data both as observations.
So I search for the Dynamic Naive Bayes Classifier. However, I do not know what is the Dynamic Naive Bayes Classifier and how to implement it.
Could someone give me some answers or provide me some tutorials.
Thanks in advance :)