freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

第六章arimax模型-資料下載頁

2025-06-16 17:05本頁面
  

【正文】 c for the deterministic time trend case The values STR and RTR are allowed only when d=1. The default value of type is SZM. DetailsTheoretical BackgroundWhen a time series has a unit root, the series is nonstationary and the ordinary least squares (OLS) estimator is not normally distributed. Dickey (1976) and Dickey and Fuller (1979) studied the limiting distribution of the OLS estimator of autoregressive models for time series with a simple unit root. Dickey, Hasza, and Fuller (1984) obtained the limiting distribution for time series with seasonal unit roots. Consider the (p+1)th order autoregressive time series and its characteristic equation If all the characteristic roots are less than 1 in absolute value, Yt is stationary. Yt is nonstationary if there is a unit root. If there is a unit root, the sum of the autoregressive parameters is 1, and, hence, you can test for a unit root by testing whether the sum of the autoregressive parameters is 1 or not. For convenience, the model is parameterized as where and The estimators are obtained by regressing on . The t statistic of the ordinary least squares estimator of is the test statistic for the unit root test. If the TREND=1 option is used, the autoregressive model includes a mean term . If TREND=2, the model also includes a time trend term and the model is as follows: For testing for a seasonal unit root, consider the multiplicative model Let . The test statistic is calculated in the following steps: 1. Regress on to obtain the initial estimators and pute residuals . Under the null hypothesis that , are consistent estimators of . 2. Regress on , ..., to obtain estimates of and .The t ratio for the estimate of produced by the second step is used as a test statistic for testing for a seasonal unit root. The estimates of are obtained by adding the estimates of from the second step to from the first step. The estimates of and are saved in the OUTSTAT= data set if the OUTSTAT= option is specified. The series (1Bd)Yt is assumed to be stationary, where d is the value of the DLAG= option. If the OUTSTAT= option is specified, the OUTSTAT= data set contains estimates .If the series is an ARMA process, a large value of the AR= option may be desirable in order to obtain a reliable test statistic. To determine an appropriate value for the AR= option for an ARMA process, refer to Said and Dickey (1984). Test StatisticsThe DickeyFuller test is used to test the null hypothesis that the time series exhibits a lag d unit root against the alternative of stationarity. The PROBDF function putes the probability of observing a test statistic more extreme than x under the assumption that the null hypothesis is true. You should reject the unit root hypothesis when PROBDF returns a small (significant) probability value. There are several different versions of the DickeyFuller test. The PROBDF function supports six versions, as selected by the type argument. Specify the type value that corresponds to the way that you calculated the test statistic x. The last two characters of the type value specify the kind of regression model used to pute the DickeyFuller test statistic. The meaning of the last two characters of the type value are as follows. ZM zero mean or no intercept case. The test statistic x is assumed to be puted from the regression model SM single mean or intercept case. The test statistic x is assumed to be puted from the regression model TR intercept and deterministic time trend case. The test statistic x is assumed to be puted from the regression model The first character of the type value specifies whether the regression test statistic or the studentized test statistic is used. Let be the estimated regression coefficient for the dth lag of the series, and let be the standard error of . The meaning of the first character of the type value is as follows. R the regression coefficientbased test statistic. The test statistic is S the studentized test statistic. The test statistic is Refer to Dickey and Fuller (1979) and Dickey, Hasza, and Fuller (1984) for more information about the DickeyFuller test null distribution. The preceding formulas are for the basic DickeyFuller test. The PROBDF function can also be used for the augmented DickeyFuller test, in which the error term et is modeled as an autoregressive process。 however, the test statistic is puted somewhat differently for the augmented DickeyFuller test. Refer to Dickey, Hasza, and Fuller (1984) and Hamilton (1994) for information about seasonal and nonseasonal augmented DickeyFuller tests. The PROBDF function is calculated from approximating functions fit to empirical quantiles produced by Monte Carlo simulation employing 108 replications for each simulation. Separate simulations were performed for selected values of n and for d=1,2,4,6,12. The maximum error of the PROBDF function is approximately for d in the set (1,2,4,6,12) and may be slightly larger for other d values. (Because the number of simulation replications used to produce the PROBDF function is much greater than the 60,000 replications used by Dickey and Fuller (1979) and Dickey, Hasza, and Fuller (1984), the PROBDF function can be expected to produce results that are substantially more accurate than the critical values reported in those papers.) ExamplesSuppose the data set TEST contains 104 observations of the time series variable Y, and you want to test the null hypothesis that there exists a lag 4 seasonal unit root in the Y series. The following statements illustrate how to perform the singlemean DickeyFuller regression coefficient test using PROC REG and PROBDF. data test1。 set test。 y4 = lag4(y)。 run。 proc reg data=test1 outest=alpha。 model y = y4 / noprint。 run。 data _null_。 set alpha。 x = 100
點擊復制文檔內(nèi)容
范文總結(jié)相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1