scipy.stats.FitError#

exception scipy.stats.FitError(msg=None)[source]#

表示將分佈擬合到數據時的錯誤情況。

with_traceback()#

Exception.with_traceback(tb) – 將 self.__traceback__ 設為 tb 並返回 self。