Ejemplo n.º 1
0
    def __init__(self, mu, sigma):
        self.mu_ = mu
        self.s_ = sigma
        scipy_lognorm_gen.__init__(self)

        # I still don't understand what scipy stats objects are
        # doing re: this stuff
        del self.__dict__['_parse_args']
        del self.__dict__['_parse_args_stats']
        del self.__dict__['_parse_args_rvs']
Ejemplo n.º 2
0
    def __init__(self, mu, sigma):
        self.mu_ = mu
        self.s_ = sigma
        scipy_lognorm_gen.__init__(self)

        # I still don't understand what scipy stats objects are
        # doing re: this stuff
        del self.__dict__['_parse_args']
        del self.__dict__['_parse_args_stats']
        del self.__dict__['_parse_args_rvs']