scipy.stats.NearConstantInputWarning#

exception scipy.stats.NearConstantInputWarning(msg=None)[Quelle]#

Gibt eine Warnung aus, wenn alle Werte in den Daten nahezu gleich sind.

add_note()#

Exception.add_note(note) – eine Notiz zur Ausnahme hinzufügen

with_traceback()#

Exception.with_traceback(tb) – self.__traceback__ auf tb setzen und self zurückgeben.