Skip to content

Collection of plot functionalities for time series analysis.

License

Notifications You must be signed in to change notification settings

viraltux/ForecastPlots.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ForecastPlots

Collection of plot functionalities for time series analysis. The available plots are:

  • acf: Auto-Correlation plot
  • candle: Candelstick plot for stock prices
  • ccf: Cross-Correlation plot
  • dplot: Decomposition plot for Data, Trend, Seasonality and Remainder.
  • fplot: Multivariate forecasting plots with prediction intervals.
  • pacf: Partial Auto-Correlation plot
  • splot: Seasonal plot, similar to monthplot in R.

Examples

using ForecastPlots
using RCall, Smoothers

R"x = as.numeric(co2)"
@rget x

dplot(stl(x,12))

Build Status Coverage

About

Collection of plot functionalities for time series analysis.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages