SMAC-Group / gmwm

Generalized Method of Wavelet Moments (GMWM) is an estimation technique for the parameters of time series models. It uses the wavelet variance in a moment matching approach that makes it particularly suitable for the estimation of certain state-space models.
Other
28 stars 14 forks source link

Guided Fit - Graphical Interface #43

Open coatless opened 9 years ago

coatless commented 9 years ago

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:

  1. 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?
  2. Build the UI!
  3. Connect the UI with pre-existing functions.
  4. Update the UI using the results.
coatless commented 8 years ago

UI Build is in shiny branch (initial components) https://github.com/SMAC-Group/gmwm/tree/shiny

Need to add a progress marker for long summary objects via: http://shiny.rstudio.com/articles/progress.html