У нас вы можете посмотреть бесплатно Advanced Regression Tools and Implementation in EViews или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Additional Regression Tools in EViews provide powerful extensions to the basic ordinary least squares (OLS) model, helping researchers effectively address statistical assumption violations and complex data structures. Prominent techniques in this toolkit include Weighted Least Squares (WLS) for explicitly handling heteroskedasticity, Nonlinear Least Squares (NLS) for estimating complex functional forms, and robust standard error calculations (such as White, HAC Newey-West, and Cluster-robust covariance matrices). Additionally, users can employ special equation expressions for automatically generating categorical dummy variables using the @expand function, or incorporating polynomial distributed lags (PDLs). Furthermore, the advanced Indicator Saturation feature automatically detects outliers and structural breaks through general-to-specific modeling algorithms. To implement these tools, begin by creating an Equation object via Quick - Estimate Equation... from the main menu. You can specify the model using a standard "list" format (incorporating special keywords like @expand) or use an explicit mathematical "formula" directly referencing coefficients (e.g., y = (c(1)*x + c(2)*z + 4)^2) for nonlinear regressions. Next, navigate to the Options tab for advanced econometric settings. Here, you can flexibly select robust covariance estimation methods under the Coefficient covariance section, specify a specific weight series in the Weights section for WLS models, or customize iterative optimization algorithms (such as Gauss-Newton, BFGS, or Newton-Raphson) and convergence tolerances for nonlinear specifications. Upon clicking OK, EViews executes the estimation and generates a detailed output table, allowing you to seamlessly proceed with advanced post-estimation diagnostics.