hibou.stats.plot_correlation#
- hibou.stats.plot_correlation(*args, **kwargs)#
Plots on a graph the correlation between the data of reference and the predicted one. It also calculates and displays the RMSE for each fluxes.
Parameters#
- measurements
np.array The array of the targets of reference.
- estimates
np.array The array that corresponds to the predicted targets.
- fluxes_names
Iterable[str] The names of the fluxes.
- filename
str, optionnal By default:
"correlation". The name of the figure. The extension is automatically managed, so you don’t need to worry about.
- measurements