ForecastPlots.jl

Collection of plot functionalities for time series analysis.
Author viraltux
Popularity
11 Stars
Updated Last
1 Year Ago
Started In
September 2021

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

Used By Packages

No packages found.