On Feb 2, 2015, at 9:49 PM, Viral Shah <vi...@mayin.org> wrote:This should be easy to build with Julia's Canvas. Can say more if interested.
-viral
On Feb 2, 2015, at 11:14 PM, Bob Carpenter <ca...@alias-i.com> wrote:A minimal proof of concept would be:
* editable text box: Stan program
* editable text box: data
* button: run program on data using default sampling
* output text box: whatever Stan.jl prints as it goes
* output text box: whatever Stan.jl provides to print
the posterior (print() in RStan; print command in CmdStan)
This skips:
* graphical output & menus for controlling it
* user-specified config for Stan
* history
* config / input checks
* reading data or program from a file (no graphics on
Andrew’s mockup)
There’s a group here working on Stan posterior visualization
using Shiny (an R tool) and they already have a working
demo of what the graphical menu and visualizations could be.
- Bob
P.S. I have a soft spot in my heart for hand-drawn
UI mockups. This one’s especially fun because I
last saw it in chalk on the board in our office.
On 03-Feb-2015, at 8:20 am, Andrew Gelman <gel...@stat.columbia.edu> wrote:
Hi, that’s great. I’m cc-ing stan-users and stan-dev because I think lots of people will be interested in this.
A
On Feb 2, 2015, at 9:49 PM, Viral Shah <vi...@mayin.org> wrote:
This should be easy to build with Julia's Canvas. Can say more if interested.
-viral