statsmodels.regression.process_regression.ProcessMLEResults.covariance¶
- ProcessMLEResults.covariance(time, scale, smooth)[source]¶
Returns a fitted covariance matrix.
Notes
If the model was fit using formulas, scale and smooth should be Dataframes, containing all variables that were present in the respective scaling and smoothing formulas used to fit the model. Otherwise, scale and smooth should be data arrays whose columns align with the fitted scaling and smoothing parameters.