This R app lets you perform various data analytical operations on the historical LIBOR_interest_rate datasets.
- fcts.R (helper functions for callbacks)
- app.R (mainly app layout)
- init.R (required libaries)
- First, we have a tab to choose a currency (default USD).
- Next, we have Table, 3D, 2D, and Pie chart to give overall picture of that currency dataset.
- Then, we have Dash_core_components: Date slider, Dropdown (for tenures/columns), Input (differencing), and a dropdown selector.
- Finally, we have four data pipeline modules for cleaning, fitting, pca and vasicek simulation.