Semiparametric regression

From HandWiki
Short description: Regression models that combine parametric and nonparametric models

In statistics, semiparametric regression includes regression models that combine parametric and nonparametric models. They are often used in situations where the fully nonparametric model may not perform well or when the researcher wants to use a parametric model but the functional form with respect to a subset of the regressors or the density of the errors is not known. Semiparametric regression models are a particular type of semiparametric modelling and, since semiparametric models contain a parametric component, they rely on parametric assumptions and may be misspecified and inconsistent, just like a fully parametric model.

Methods

Many different semiparametric regression methods have been proposed and developed. The most popular methods are the partially linear, index and varying coefficient models.

Partially linear models

A partially linear model is given by

[math]\displaystyle{ Y_i = X'_i \beta + g\left(Z_i \right) + u_i, \, \quad i = 1,\ldots,n, \, }[/math]

where [math]\displaystyle{ Y_{i} }[/math] is the dependent variable, [math]\displaystyle{ X_{i} }[/math] is a [math]\displaystyle{ p \times 1 }[/math] vector of explanatory variables, [math]\displaystyle{ \beta }[/math] is a [math]\displaystyle{ p \times 1 }[/math] vector of unknown parameters and [math]\displaystyle{ Z_{i} \in \operatorname{R}^{q} }[/math]. The parametric part of the partially linear model is given by the parameter vector [math]\displaystyle{ \beta }[/math] while the nonparametric part is the unknown function [math]\displaystyle{ g\left(Z_{i}\right) }[/math]. The data is assumed to be i.i.d. with [math]\displaystyle{ E\left(u_{i}|X_{i},Z_{i}\right) = 0 }[/math] and the model allows for a conditionally heteroskedastic error process [math]\displaystyle{ E\left(u^{2}_{i}|x,z\right) = \sigma^{2}\left(x,z\right) }[/math] of unknown form. This type of model was proposed by Robinson (1988) and extended to handle categorical covariates by Racine and Li (2007).

This method is implemented by obtaining a [math]\displaystyle{ \sqrt{n} }[/math] consistent estimator of [math]\displaystyle{ \beta }[/math] and then deriving an estimator of [math]\displaystyle{ g\left(Z_{i}\right) }[/math] from the nonparametric regression of [math]\displaystyle{ Y_{i} - X'_{i}\hat{\beta} }[/math] on [math]\displaystyle{ z }[/math] using an appropriate nonparametric regression method.[1]

Index models

A single index model takes the form

[math]\displaystyle{ Y = g\left(X'\beta_{0}\right) + u, \, }[/math]

where [math]\displaystyle{ Y }[/math], [math]\displaystyle{ X }[/math] and [math]\displaystyle{ \beta_{0} }[/math] are defined as earlier and the error term [math]\displaystyle{ u }[/math] satisfies [math]\displaystyle{ E\left(u|X\right) = 0 }[/math]. The single index model takes its name from the parametric part of the model [math]\displaystyle{ x'\beta }[/math] which is a scalar single index. The nonparametric part is the unknown function [math]\displaystyle{ g\left(\cdot\right) }[/math].

Ichimura's method

The single index model method developed by Ichimura (1993) is as follows. Consider the situation in which [math]\displaystyle{ y }[/math] is continuous. Given a known form for the function [math]\displaystyle{ g\left(\cdot\right) }[/math], [math]\displaystyle{ \beta_{0} }[/math] could be estimated using the nonlinear least squares method to minimize the function

[math]\displaystyle{ \sum_{i=1} \left(Y_i - g\left(X'_i \beta\right)\right)^2. }[/math]

Since the functional form of [math]\displaystyle{ g\left(\cdot\right) }[/math] is not known, we need to estimate it. For a given value for [math]\displaystyle{ \beta }[/math] an estimate of the function

[math]\displaystyle{ G\left(X'_i \beta \right) = E\left(Y_i |X'_i \beta\right) = E\left[g\left(X'_i\beta_o \right)|X'_i \beta\right] }[/math]

using kernel method. Ichimura (1993) proposes estimating [math]\displaystyle{ g\left(X'_{i}\beta\right) }[/math] with

[math]\displaystyle{ \hat{G}_{-i}\left(X'_i \beta\right),\, }[/math]

the leave-one-out nonparametric kernel estimator of [math]\displaystyle{ G\left(X'_{i}\beta\right) }[/math].

Klein and Spady's estimator

If the dependent variable [math]\displaystyle{ y }[/math] is binary and [math]\displaystyle{ X_{i} }[/math] and [math]\displaystyle{ u_{i} }[/math] are assumed to be independent, Klein and Spady (1993) propose a technique for estimating [math]\displaystyle{ \beta }[/math] using maximum likelihood methods. The log-likelihood function is given by

[math]\displaystyle{ L\left(\beta\right) = \sum_i \left(1-Y_i\right)\ln\left(1-\hat{g}_{-i}\left(X'_i\beta\right)\right) + \sum_{i}Y_i\ln\left(\hat{g}_{-i}\left(X'_i \beta\right)\right), }[/math]

where [math]\displaystyle{ \hat{g}_{-i}\left(X'_{i}\beta\right) }[/math] is the leave-one-out estimator.

Smooth coefficient/varying coefficient models

Hastie and Tibshirani (1993) propose a smooth coefficient model given by

[math]\displaystyle{ Y_i = \alpha\left(Z_i\right) + X'_i\beta\left(Z_i\right) + u_i = \left(1 + X'_i\right)\left(\begin{array}{c} \alpha\left(Z_i\right) \\ \beta\left(Z_i\right) \end{array}\right) + u_i = W'_i\gamma\left(Z_i\right) + u_i, }[/math]

where [math]\displaystyle{ X_{i} }[/math] is a [math]\displaystyle{ k \times 1 }[/math] vector and [math]\displaystyle{ \beta\left(z\right) }[/math] is a vector of unspecified smooth functions of [math]\displaystyle{ z }[/math].

[math]\displaystyle{ \gamma\left(\cdot\right) }[/math] may be expressed as

[math]\displaystyle{ \gamma\left(Z_i\right) = \left(E\left[W_i W'_i|Z_i \right]\right)^{-1}E\left[W_i Y_i|Z_i\right]. }[/math]

See also

Notes

  1. See Li and Racine (2007) for an in-depth look at nonparametric regression methods.

References