smps.fit.LogNormalFitResults.summary#
- LogNormalFitResults.summary()#
Summary statistics for the fit LogNormal model.
- Returns
- statsmodels.iolib.table.SimpleTable
Examples
>>> from smps.fit import LogNormal >>> >>> model = LogNormal() >>> >>> results = model.fit(obj.midpoints, obj.dndlogdp.mean(), modes=1) >>> results.summary()