tidyverts / feasts

Feature Extraction And Statistics for Time Series
https://feasts.tidyverts.org/
291 stars 23 forks source link

Fix to #98. #99

Closed AEBilgrau closed 4 years ago

AEBilgrau commented 4 years ago

Avoids dropping first index twice. stats::acf with type = "partial" drops first index.

Also added test case.