Hello, I am running the prophet model to predict the demand of Mar'23 using the data from Nov'2020 to Feb'2022. I am using price as the additional regressor in the model.
Following is the fit of the prophet (without mcmc sampling) in the data and correspondingly the predictions for the month of Mar'23:

and below is the regression coefficient of price:

Now, when I run the prophet with mcmc sampling (mcmc sample=500) on the same dataset, suddenly the predictions for the month of Mar'23 reduces drastically:

, below is the updated regression coefficient of price

Can someone please explain the reason why mcmc sampling leads to sudden drop in the prediction values?
Hello, I am running the prophet model to predict the demand of Mar'23 using the data from Nov'2020 to Feb'2022. I am using price as the additional regressor in the model.


Following is the fit of the prophet (without mcmc sampling) in the data and correspondingly the predictions for the month of Mar'23:
and below is the regression coefficient of price:
Now, when I run the prophet with mcmc sampling (mcmc sample=500) on the same dataset, suddenly the predictions for the month of Mar'23 reduces drastically:


, below is the updated regression coefficient of price
Can someone please explain the reason why mcmc sampling leads to sudden drop in the prediction values?