nltk.MLEProbDist.__init__

MLEProbDist.__init__(freqdist, bins=None)[source]

Use the maximum likelihood estimate to create a probability distribution for the experiment used to generate freqdist.

Parameters:freqdist (FreqDist) – The frequency distribution that the probability estimates should be based on.