dyngpt.pl.plot_distribution_comparison_nd

dyngpt.pl.plot_distribution_comparison_nd(result_infer, species_index=[0, 1, 2], data_index=[1])[source]

Plot a comparison of observed and predicted distributions, using 2D histograms and bar plots to visualize the differences between data and model predictions.

Args:

result_infer (dict): Dictionary containing observed data (‘observed_datas’) and model predictions (‘nn_sample_datas’). species_index (list, optional): List of indices for the species to compare. Defaults to [0, 1, 2]. data_index (list, optional): List of indexes specifying which data sets to compare. Defaults to [1].