mrpy.base.stats.TGGDlog.cdf

TGGDlog.cdf(q, lower_tail=True, log_p=False)

The cdf of the distribution.

Parameters:

q : array_like

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

lower_tail : logical, optional

If True (default), probabilities are P[X <= q], otherwise, P[X > q].

log_p : logical, optional

If True, probabilities p are interpreted as log(p).

Returns:

p : array_like

The integrated probability of a variate being smaller than q.