christophsax / tempdisagg

Methods for Temporal Disaggregation and Interpolation of Time Series
http://cran.r-project.org/web/packages/tempdisagg
37 stars 5 forks source link

bug in ta #7

Closed ronaldindergand closed 10 years ago

ronaldindergand commented 11 years ago

bsp <- ts(rnorm(48), frequency = 12) window(bsp, start = c(2,1), end = c(2,12)) <- NA ta(bsp)

christophsax commented 10 years ago

allowing for internal NAs requires a very different structure of the function. As td(), the main function of tempdisagg, does not allow for internal NAs, I am not sure whether we want to cover it here. > 0.23.1 returns a warning.