particles.distributions.LogD

class LogD(base_dist)[source]

Distribution of Y = log(X).

See TransformedDist.

Parameters:

base_dist (ProbDist) – The distribution of X

__init__(base_dist)

Methods

__init__(base_dist)

error_msg(method)

f(x)

finv(x)

Inverse of f.

logJac(x)

Log of Jacobian.

logpdf(x)

pdf(x)

ppf(u)

rvs([size])

shape(size)

Attributes

dim