Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
we would like to implement a line chart which shows a trend about actual data and also for the future it has to show forecasted values generated by R script ( for ex.: fit = nnetar(rev(q$close)); rev(data.frame(forecast(fit,h=$(Forecast_Days)))[,1]))
).
Can it be done in one chart ?
We only was able to do this in two, first had the actual data from the data model second had the forecasted values.
Regards,
Istvan
Hi,
Thanks, It's worked and helped a lot!
Meanwhile we found another solution with Advanced Analytics Extensions, which you can find here:
Best Regards,
Istvan.