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

Add time series objects compability #16

Open
mamut86 opened this issue Jan 27, 2019 · 1 comment
Open

Add time series objects compability #16

mamut86 opened this issue Jan 27, 2019 · 1 comment
Assignees

Comments

@mamut86
Copy link
Owner

mamut86 commented Jan 27, 2019

TS object compatibility would ensure that the plots and outputs also handle date information. There is also a bug that actuals are not shown in the plot when entered as TS object

dataSafari <- ts(tsSafari[,-1],frequency=12,start=c(2009,1));
safari6 <- dataSafari[,8];
safari6 <- window(safari6,start=time(safari6)[which(safari6!=0)[1]]);
plot(diffusion(safari6))
plot(diffusion(dataSafari[,8]))
@mamut86 mamut86 self-assigned this Jan 27, 2019
@mamut86
Copy link
Owner Author

mamut86 commented May 16, 2020

plot fixed

Should there be a option that forecasts are also ts object if input is?

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

No branches or pull requests

1 participant