mrpy.base.stats.TGGD.pdf

TGGD.pdf(x, log=False)

The pdf of the distribution.

Parameters:

x : array_like

Variates at which to calculate the pdf. If any of shape, a, b or xmin are arrays, x must have the same length.

log : logical, optional

Whether to return the log of the pdf (if so, uses a better method than taking log of the final result).

Returns:

d : float or array_like

Values of the pdf corresponding to the variates x.