powered by
This GUI conducts plots of daily asset returns, including ACF, PACF, drawdowns, and Talyor effects.
iClick.VisOneReturns(dat)
Output GUI
Time series object,xts.
Ho Tsung-wu <tsungwu@ntnu.edu.tw>, College of Management, National Taiwan Normal University
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.
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