TAILIEUCHUNG - SAS/ETS 9.22 User's Guide 116

SAS/Ets User's Guide 116. Provides detailed reference material for using SAS/ETS software and guides you through the analysis and forecasting of features such as univariate and multivariate time series, cross-sectional time series, seasonal adjustments, multiequational nonlinear models, discrete choice models, limited dependent variable models, portfolio analysis, and generation of financial reports, with introductory and advanced examples for each procedure. You can also find complete information about two easy-to-use point-and-click applications: the Time Series Forecasting System, for automatic and interactive time series modeling and forecasting, and the Investment Analysis System, for time-value of money analysis of a variety of investments | 1142 F Chapter 18 The MODEL Procedure MA Initial Conditions The initial lags of the error terms of MA models can also be modeled in different ways. The following moving-average error start-up paradigms are supported by the ARIMA and MODEL procedures ULS CLS ML unconditional least squares conditional least squares maximum likelihood The conditional least squares method of estimating moving-average error terms is not optimal because it ignores the start-up problem. This reduces the efficiency of the estimates although they remain unbiased. The initial lagged residuals extending before the start of the data are assumed to be 0 their unconditional expected value. This introduces a difference between these residuals and the generalized least squares residuals for the moving-average covariance which unlike the autoregressive model persists through the data set. Usually this difference converges quickly to 0 but for nearly noninvertible moving-average processes the convergence is quite slow. To minimize this problem you should have plenty of data and the moving-average parameter estimates should be well within the invertible range. This problem can be corrected at the expense of writing a more complex program. Unconditional least squares estimates for the MA 1 process can be produced by specifying the model as follows yhat . compute structural predicted value here . if _obs_ 1 then do h sqrt 1 ma1 2 y yhat y - yhat h end else do g ma1 zlag1 h h sqrt 1 ma1 2 - g 2 y yhat g zlag1 y - yhat - g zlag1 h end Moving-average errors can be difficult to estimate. You should consider using an AR p approximation to the moving-average process. A moving-average process can usually be well-approximated by an autoregressive process if the data have not been smoothed or differenced. The AR Macro The SAS macro AR generates programming statements for PROC MODEL for autoregressive models. The AR macro is part of SAS ETS software and no special options need to

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.