statsmodels.sandbox.distributions.transformed.Transf_gen

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

a class for non-linear monotonic transformation of a continuous random variable

Methods