scipy.stats.sampling.UNURANError#

exception scipy.stats.sampling.UNURANError#

Wird ausgelöst, wenn in der UNU.RAN-Bibliothek ein Fehler auftritt.

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.