正在学习

13.4 APPROACHES TO DENSITY FORECASTING

13.4 APPROACHES TO DENSITY FORECASTING

Fully parametric approaches to density estimation assume that the conditional density is known apart from a finite-dimensional vector of parameters, θ . Classical approaches use the data, z, to obtain parameter estimates, , and estimate the predictive density, , conditional on these plug-in estimates.

To estimate we require some form of loss function on the estimates: something is maximized or minimized to obtain the estimates, . The most popular loss function relating how “close” a candidate density, , is to the true density, , is the Kullback–Leibler (KL) distance. The KL distance between the true distribution, , and the parametric distribution, is

Since the first term in (13.25) does not depend on , minimizing the KL distance over is the same as maximizing , the expected log of the likelihood, over . This is known as the expected log score. Hence, using the MLE or quasi-maximum likelihood estimation (QMLE), , as a plug-in estimator to construct the estimated predictive density is the same as minimizing the KL distance between the densities. MLE and QMLE methods are well known and well understood which helps explain the popularity of this approach.

For outcomes that are continuously distributed, a wide range of models could be employed. An obvious first approach is to assume normality; for example could be a conditional normal model with mean and variance , and so maximum likelihood methods would give the usual OLS plug-in estimator, . For many problems this distribution is considered too restrictive, so many other distributions have been considered. We next cover some of the most popular of these parametric models.

In situations where the density of is unknown, we can use quasi-maximum likelihood estimation to obtain the parameters of the density model. This works by first estimating the parameters of the conditional mean and conditional variance equations, assuming a normal density. Provided that the conditional mean and variance equations are correctly specified, this will yield consistent estimates even if the density for is misspecified. Density forecasts can then be generated based on the standardized residuals, . For example, a bootstrap can be used to draw from the empirical distribution function.

Given a set of estimates , we can construct standardized residuals,

and use these to estimate the distribution of

The simplest approach is to use the standardized residuals as raw data to estimate a parametric density, . In fact, since the standardized residuals are constructed to have zero mean and unit variance, if we assume a normal distribution for would be fully known without requiring data on the residuals. More commonly, a less restrictive density could be chosen—for example the tdistribution with an estimated number of degrees of freedom.

Alternatively, any nonparametric approach to density estimation can be used on the raw data , to obtain an estimate for . A typical approach is to use a kernel estimator for the density. Estimates for the density at η would then be given by

for some bandwidth b and kernel K (·). A standard choice of kernel is either the Gaussian kernel or the Epanechnikov kernel , where if a is true and is 0 otherwise. For either choice—or any choice in which the kernel integrates to 1—the mean of the estimated density equals the mean of . The choice of kernel is generally not considered too important for the properties of the density estimate. The choice of the bandwidth parameter b is considered more critical. Larger values for b cause the estimate, , to put larger weights on values of further away from η and hence provide a smoother distribution. This, however, comes at the cost of adding a bias to the estimate. Optimal choices of bandwidth trade off these effects. A standard choice of the bandwidth for the Gaussian kernel is , where is the standard deviation of , which should be 1 given the centering and standardization in (13.26). It should be recalled, however, that such choices are “optimal” not in regards to obtaining the best density forecast, but in terms of some criterion defined over the density of itself. This is only one component of the density forecast, so it would not be surprising to find that optimal choices of the bandwidth from the kernel literature do not result in better density forecasts on some relevant criterion for the density forecast. A thorough exposition of density estimation is available in Pagan and Ullah (1999, chapter 2).

登录后解锁笔记、知识点解析、AI 问答

立即登录