GeometricAdstock.plot_curve#

GeometricAdstock.plot_curve(curve, subplot_kwargs=None, sample_kwargs=None, hdi_kwargs=None)#

Plot curve HDI and samples.

Parameters:
curvexr.DataArray

The curve to plot.

subplot_kwargsdict, optional

Keyword arguments for plt.subplots

sample_kwargsdict, optional

Keyword arguments for the plot_curve_sample function. Defaults to None.

hdi_kwargsdict, optional

Keyword arguments for the plot_curve_hdi function. Defaults to None.

Returns:
tuple[plt.Figure, npt.NDArray[plt.Axes]]