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#

measurementsnp.array

The array of the targets of reference.

estimatesnp.array

The array that corresponds to the predicted targets.

fluxes_namesIterable[str]

The names of the fluxes.

filenamestr, optionnal

By default: "correlation". The name of the figure. The extension is automatically managed, so you don’t need to worry about.