4.8.13.1.3.1.6. statsmodels.tsa.base.tsa_model.TimeSeriesResultsWrapper.save

TimeSeriesResultsWrapper.save(fname, remove_data=False)

save a pickle of this instance

Parameters:

fname : string or filehandle

fname can be a string to a file path or filename, or a filehandle.

remove_data : bool

If False (default), then the instance is pickled without changes. If True, then all arrays with length nobs are set to None before pickling. See the remove_data method. In some cases not all arrays will be set to None.