Difference between revisions of "Group 4 DesignBuilt"

From Visual Analytics and Applications
Jump to navigation Jump to search
Line 50: Line 50:
  
 
We find the following visualisation useful to assist with our analytics
 
We find the following visualisation useful to assist with our analytics
 +
 +
<font size = 4><span style="font-family:Century Gothic;font-weight:500;padding-bottom:1px; border-bottom: solid 1px black;">1. Time Series Chart</span></font>
 +
Time series chart with the ability to zoom in and zoom out. The bar at the bottom allows user to select the period of interest and the top chart will rescale to fit the screen. The data used is the bitcoin data set. The object type is dataframe. The data required for this chart to work is the daily close price and date. R HighCharter package is used to build this chart
 +
 +
[Attach Image]
 +
 +
<font size = 4><span style="font-family:Century Gothic;font-weight:500;padding-bottom:1px; border-bottom: solid 1px black;">2. Candle Stick Chart</span></font>
 +
 +
[Attach image]
 +
 +
<font size = 4><span style="font-family:Century Gothic;font-weight:500;padding-bottom:1px; border-bottom: solid 1px black;">3. Auto Correlation Chart </span></font>
 +
 +
[Attach image]
 +
 +
<font size = 4><span style="font-family:Century Gothic;font-weight:500;padding-bottom:1px; border-bottom: solid 1px black;">4. Price and Standard Deviation Facet by Year</span></font>
 +
 +
[Attach Image]
 +
 +
<font size = 4><span style="font-family:Century Gothic;font-weight:500;padding-bottom:1px; border-bottom: solid 1px black;">5. Comparatives</span></font>
 +
 +
[Attach Image]
 +
 +
<font size = 4><span style="font-family:Century Gothic;font-weight:500;padding-bottom:1px; border-bottom: solid 1px black;">6. Forecasting</span></font>
 +
 +
[Attach Image]

Revision as of 11:52, 30 November 2017

Bitcoin.png Group 4 Project - A Tale of Bitcoin

Overview

Data Prep

Design & Built

Report

Poster

R Application

 


R Technology

We will be employing R to build an application to perform the necessary analytics.

R library packages used:

  1. Dplyr
  2. Prophet
  3. Shiny
  4. Tidyverse
  5. Lubridate
  6. Ggplot2
  7. Data.table
  8. Tibbletime
  9. Tidyquant
  10. Stringr
  11. KableExtra
  12. highcharter

Application Built and Design

The built was conceptualised around the idea on how to communicate our 2 motivations mentioned earlier in this paper. (Price patterns and trends and comparative returns)

We find the following visualisation useful to assist with our analytics

1. Time Series Chart Time series chart with the ability to zoom in and zoom out. The bar at the bottom allows user to select the period of interest and the top chart will rescale to fit the screen. The data used is the bitcoin data set. The object type is dataframe. The data required for this chart to work is the daily close price and date. R HighCharter package is used to build this chart

[Attach Image]

2. Candle Stick Chart

[Attach image]

3. Auto Correlation Chart

[Attach image]

4. Price and Standard Deviation Facet by Year

[Attach Image]

5. Comparatives

[Attach Image]

6. Forecasting

[Attach Image]