Solved – Nonparametric methods for count data

count-datanonparametric

I have data where the dependent variable are counts of an event. I am modeling the relationship between the dependent and independent variables using a negative binomial model, but I was also hoping to try some machine learning or nonparametric models, specifically ones that will handle nonlinearity in the responses and predictors. Any suggestions? Thanks.

Best Answer

In Cameron and Trivedi (2013) Chapter 11.6 is a section about nonparametric methods for count data. I haven't used nonparametric methods for count data sofar but it seems that most standard nonparametric methods such as kernel methods, nearest neighbor or spline regression are also available for count data.

You can find also some information in the np-package for R, see Chapter 4.

If you are mostly interested in getting consistent coefficients, than your results might be quite robust to the detailed functional form as long as the conditional mean is correctly specified (see Quasi Maximum Likelihood Methods, see again Cameron and Trivedi).

But probably the easiest way is to check if you need nonparametric methids is to use quantile regression methods for count data which seem to be available for Stata.

Related Question