statsmodels.sandbox.distributions.transformed.ExpTransf_gen

class statsmodels.sandbox.distributions.transformed.ExpTransf_gen(kls, *args, **kwargs)[source]

Distribution based on log/exp transformation

the constructor can be called with a distribution class and generates the distribution of the transformed random variable

Methods