hippke / wotan

Automagically remove trends from time-series data
MIT License
147 stars 21 forks source link

Confidence intervalls for non-parametric regression #42

Open hippke opened 5 years ago

hippke commented 5 years ago

Nadaraya-Watson method, or spatial averaging, using a gaussian kernel: https://pythonhosted.org/PyQt-Fit/NonParam_tut.html#a-simple-example Uncertainties via bootstrapping: https://pythonhosted.org/PyQt-Fit/NonParam_tut.html#confidence-intervals