6.5.2. statsmodels.sandbox.nonparametric.dgp_examples¶
Examples of non-linear functions for non-parametric regression
Created on Sat Jan 05 20:21:22 2013
Author: Josef Perktold
6.5.2.1. Functions¶
fg1 (x) |
Fan and Gijbels example function 1 |
fg1eu (x) |
Eubank similar to Fan and Gijbels example function 1 |
fg2 (x) |
Fan and Gijbels example function 2 |
func1 (x) |
made up example with sin, square |
6.5.2.2. Classes¶
UnivariateFanGijbels1 ([nobs, x, distr_x, ...]) |
Fan and Gijbels example function 1 |
UnivariateFanGijbels1EU ([nobs, x, distr_x, ...]) |
Eubank p.179f |
UnivariateFanGijbels2 ([nobs, x, distr_x, ...]) |
Fan and Gijbels example function 2 |
UnivariateFunc1 ([nobs, x, distr_x, distr_noise]) |
made up, with sin and quadratic trend |