LogTransf_gen.fit()

statsmodels.sandbox.distributions.transformed.LogTransf_gen.fit

LogTransf_gen.fit(data, *args, **kwds)

Return MLEs for shape, location, and scale parameters from data.

MLE stands for Maximum Likelihood Estimate. Starting estimates for the fit are given by input arguments; for any arguments not provided with starting estimates, self._fitstart(data) is called to generate such.

One can hold some parameters fixed to specific values by passing in keyword arguments f0, f1, ..., fn (for shape parameters) and floc and fscale (for location and scale parameters, respectively).

登录查看完整内容