SciPy
Section Navigation
FitError
FitError.add_note
FitError.with_traceback
Represents an error condition when fitting a distribution to data.
Exception.add_note(note) – add a note to the exception
Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
previous
scipy.stats.NearConstantInputWarning
next
Result classes