예제 #1
0
파일: rdists.py 프로젝트: yueyuep/TCNN
    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']
예제 #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']