scipy.stats.NearConstantInputWarning#

例外 scipy.stats.NearConstantInputWarning(msg=None)[原始碼]#

當資料中所有值幾乎相等時發出警告。

with_traceback()#

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