{ } Raw JSON

bundles / scipy 1.17.1 / 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 : namedtuple

A namedtuple containing the maximum likelihood estimates of the shape parameters, location, and (if applicable) scale of the distribution.

success : bool or None

Whether the optimizer considered the optimization to terminate successfully or not.

message : str or None

Any status message provided by the optimizer.

Aliases

  • scipy.stats._fit.FitResult

Referenced by

This package