Adam Behrendorff
The shiny app takes raw share price data and performs some basic data analysis on it.
It looks at timeseries of the daily returns, the distribution of returns and compares them to standard log normal and normal distributions.
library(shiny)
library(Quandl)
library(ggplot2)
library(qualityTools)
sp_data <- Quandl("YAHOO/ASX_RIO_AX")
loading share price data from Quandl
Daily returns