statsmodels.tsa.statespace.mlemodel.MLEResults.load

classmethod MLEResults.load(fname)

load a pickle, (class method)

Parameters: fname (string or filehandle) – fname can be a string to a file path or filename, or a filehandle.
Returns:
Return type: unpickled instance

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.mlemodel.MLEResults.load.html