jessegrabowski / tsdisagg

Tools for converting low time series data to high frequency
MIT License
4 stars 2 forks source link

Adding test case for the latest issue #7

Closed steveshaoucsb closed 3 months ago

steveshaoucsb commented 3 months ago

Adding data, and write a test case for that error. The R-truth data is generated through the following code: result <- td(low_freq_ts ~ high_freq_ts + 1, conversion = "first", to="monthly", method="chow-lin-maxlog")