qlib
qlib copied to clipboard
difference between cdef class Rsquare(Expanding) in expanding.pyx and class Rsquare(Rolling) in ops.py?
Hi, there is cdef class Rsquare(Expanding) in expanding.pyx and class Rsquare(Rolling) in ops.py. I wonder when you compute factors using Rsquare, which one will be used? and what's the difference between them? Why you desgin two Rsquare?