Creates comprehensive plots for HVT-MSM simulation results with minimal code duplication.
mcmc_plots(
simulation_results,
centroid_data,
centroid_2d_points,
actual_data,
state_time_data,
forecast_type,
n_ahead_ante,
type,
raw_dataset,
show_simulation,
mae_metric = mae_metric,
time_column,
trainHVT_results
)List containing all plots and data frames
Data frame with simulation results
Data frame with centroid information
Data frame with 2D coordinates
Data frame with actual values
Data frame with state-time information
Type of forecast ("ex-post" or "ex-ante")
Number of ahead steps for ex-ante
Plot type identifier
Raw dataset for scaling
Whether to show simulation lines
MAE metric to use
Name of time column
HVT training results
Vishwavani <vishwavani@mu-sigma.com>