statsmodels.distributions.copula.api.GumbelCopula.plot_pdf

GumbelCopula.plot_pdf(ticks_nbr=10, ax=None)

Plot the PDF.

Parameters:
ticks_nbrint, optional

Number of color isolines for the PDF. Default is 10.

axAxesSubplot, optional

If given, this subplot is used to plot in instead of a new figure being created.

Returns:
figFigure

If ax is None, the created figure. Otherwise the figure to which ax is connected.


Last update: Mar 18, 2024