statsmodels.distributions.copula.api.ClaytonCopula.plot_pdf¶
- ClaytonCopula.plot_pdf(ticks_nbr=10, ax=None)¶
Plot the PDF.
- Parameters:
ticks_nbr (int, optional) – Number of color isolines for the PDF. Default is 10.
ax (AxesSubplot, optional) – If given, this subplot is used to plot in instead of a new figure being created.
- Returns:
fig – If ax is None, the created figure. Otherwise the figure to which ax is connected.
- Return type:
Figure