dswah / pyGAM

[HELP REQUESTED] Generalized Additive Models in Python
https://pygam.readthedocs.io
Apache License 2.0
866 stars 159 forks source link

make circular basis #78

Closed dswah closed 6 years ago

dswah commented 7 years ago

eilers and marx make it sound easy :) http://www.stat.washington.edu/courses/stat527/s13/readings/EilersMarx_StatSci_1996.pdf

dswah commented 7 years ago

perhaps this resource too http://web.iitd.ac.in/~hegde/cad/lecture/L14_curves_bspline.pdf

dswah commented 7 years ago

right, the circular constraint is no good without this because the non-clamped basis can easily get around this.

here we have a circular constraint on the first and last basis fns. but the value at 0. and 1. is also determined by the two basis fns adjacent to these :)

image

dswah commented 6 years ago

closing this issue in favor of https://github.com/dswah/pyGAM/issues/151