{ } Raw JSON

bundles / scipy 1.17.1 / scipy / stats / _continuous_distns / norm_gen / fit

function

scipy.stats._continuous_distns:norm_gen.fit

source: /scipy/stats/_continuous_distns.py :454

Signature

def   fit ( self data ** kwds )

Summary

Return estimates of shape For the normal distribution, method of moments and maximum likelihood

estimation give identical fits, and explicit formulas for the estimates are available. This function uses these explicit formulas for the maximum likelihood estimation of the normal distribution parameters, so the optimizer and method arguments are ignored.

Aliases

  • scipy.stats._continuous_distns.norm_gen.fit