powered by
This GUI conducts plots of daily asset returns, including ACF, PACF, drawdowns, and Talyor effects.
iClick.VisOneReturns(dat)
Time series object,xts.
Output GUI
This GUI is designed for financial time series, maily daily stock returns. Other time series data works also, as long as it has a date column.
# NOT RUN { data("world20") y=na.omit(diff(log(world20[,1]))) ## Simulation data #dat=rnorm(200,5,1) #y=ts(dat, start = c(1970, 1), frequency = 12) iClick.VisOneReturns(y) # }
Run the code above in your browser using DataLab