forked from GonzaloAGarcia/CRIXForecastApp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Metainfo.txt
21 lines (12 loc) · 943 Bytes
/
Metainfo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Name of Quantlet: 'CRIXForecastApp'
Published in: 'Master Thesis'
Description: 'R-Shiny app which does a one day forecast of the CRIX (thecrix.de) using an LSTM Model'
Keywords: 'CRIX, Bitcoin, Ethereum, Forecast, LSTM'
Author: 'Gonzalo Garcia'
See also: 'listing related Quantlets or Github code'
Submitted: '16. Jun 2021'
Datafile: 'CRIXForecastApp.R'
Additional Info: 'CRIXForecastApp contains the app interface and server, it binds the other scripts together.
CRIXFAAnalysisFuns and CRIXFAModelFuns tie directly into it by defining the graphs the app uses and helping decongest the code of CRIXForecastApp.
CRIXLRETS, CRIXLRML and CRIXLRAnalysis are non-essential for the functioning of the App. They were used for analysis and model training. CRIXCompPlot
was used to get the plots of the CRIX components used on the thesis paper. CRIXdataloader is a function used to load data and it is used throughout.'