sandbox.distributions.transformed.LogTransf_gen()

statsmodels.sandbox.distributions.transformed.LogTransf_gen

class statsmodels.sandbox.distributions.transformed.LogTransf_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

Attributes

random_state Get or set the RandomState object for generating random variates.

Methods