statsmodels.tsa.statespace.structural.UnobservedComponentsResults.load¶
-
classmethod
UnobservedComponentsResults.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
