Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

day time predict #45

Open
shiwla opened this issue Jan 15, 2021 · 0 comments
Open

day time predict #45

shiwla opened this issue Jan 15, 2021 · 0 comments

Comments

@shiwla
Copy link

shiwla commented Jan 15, 2021

double[] series = new double[]{1, 46, 8, 3, 4, 6, 9, 2, 16, 3};
TimeSeries timeSeries = TimeSeries.from(TimePeriod.oneDay(), series);

The product of lag and times must be less than or equal to the length of the series, but 1 * 365 = 365 is greater than 9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant