scipy.stats.DegenerateDataWarning#

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

當資料退化且結果可能不可靠時發出警告。

with_traceback()#

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