statsmodels.distributions.copula.api.IndependenceCopula.plot_pdf¶
- IndependenceCopula.plot_pdf(*args)[source]¶
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.
- ticks_nbr
- Returns:¶
- fig
Figure
If ax is None, the created figure. Otherwise the figure to which ax is connected.
- fig
Last update:
Oct 03, 2024