Learn R Programming

sphet (version 1.5)

kernel: Spatial two stages least square with HAC standard errors

Description

Main functions to calculate the kernels in stslshac

Arguments

Details

Six different kernel functions are implemented:
  • 'Epanechnikov':$K(z) = 1-z^2$
  • 'Triangular':$K(z) = 1-z$
  • 'Bisquare':$K(z) = (1-z^2)^2$
  • 'Parzen':$K(z) = 1-6z^2+6 |z|^3$if$z \leq 0.5$and$K(z) = 2(1-|z|)^3$if$0.5 < z \leq 1$
  • 'TH'(Tukey - Hanning):$K(z) = \frac{1+ \cos(\pi z)}{2}$
  • 'QS'(Quadratic Spectral):$K(z) = \frac{25}{12\pi^2z^2} (\frac{\sin(6\pi z)/5)}{6\pi z/5} - \cos(6\pi z)/5)$).

If the kernel type is not one of the six implemented, the function will terminate with an error message. The spatial two stage least square estimator is based on the matrix of instruments $H=[X,WX,W^2X^2]$.

See Also

gstslshet, distance, distance