gmwm
gmwm copied to clipboard
Guided Fit - Graphical Interface
Issue:
Right now, the GMWM is really restricted to people who understand R. We have to take into consideration the notion that engineers or other practitioners might not know R.
To do so, we should create a GUI that hides the syntax required for modeling the time series.
Solution:
- We need to evaluate the different types of GUIs that are available to be launched from within R.
- One primary candidate in this case is Shiny, an HTML-based applet that we can deploy via ShinyApps or ship with the package.
- Another candidate is Tcl/Tk interface.
- Are there others?
- Build the UI!
- Connect the UI with pre-existing functions.
- Update the UI using the results.