bundles / scipy latest / scipy / stats / _fit / FitResult
class
scipy.stats._fit:FitResult
source: /scipy/stats/_fit.py :42
Signature
class FitResult ( dist , data , discrete , res ) Members
Summary
Result of fitting a discrete or continuous distribution to data
Attributes
params: namedtupleA namedtuple containing the maximum likelihood estimates of the shape parameters, location, and (if applicable) scale of the distribution.
success: bool or NoneWhether the optimizer considered the optimization to terminate successfully or not.
message: str or NoneAny status message provided by the optimizer.
Aliases
-
scipy.stats._fit.FitResult