statsmodels.tsa.vector_ar.var_model.VARProcess.mse¶ VARProcess.mse(steps)[ソース]¶ Compute theoretical forecast error variance matrices Parameters:¶ stepsintNumber of steps ahead Returns:¶ forc_covsndarray (steps x neqs x neqs) Notes \[\mathrm{MSE}(h) = \sum_{i=0}^{h-1} \Phi \Sigma_u \Phi^T\] 最終更新日: 2025年01月28日