window title="Random Variables"
grid 1 4
  label text=View: font=bold
  button text=Docs func=openFile action=RanVarsDoc.pdf
  button text="R Code" func=openFile action=RanVars.r
  button text=Window func=openFile action=RanVarsWin.txt
vector names="ns Tmn Tsd Tcv" values="500 1 0.1 0" \ # true parameters
  labels="'Sample Size' Mean SD CV" font=bold
grid 1 2 padx=20
  label text="Normal:" font=bold sticky=W
  matrix nrow=2 ncol=2 width=12 mode=numeric font=bold \
    names="Nmn SNmn Nsd SNsd" \
    rowlabels="mean sd" \
    collabels="True Estimated" \
    values="0 0 0 0 0 0" sticky=E
grid 1 2 padx=20
  label text="Lognormal:" font=bold sticky=W
  matrix nrow=4 ncol=2 width=12 mode=numeric font=bold \
    names="Lmn SLmn Lsd SLsd Lmu SLmu Lsig SLsig" \
    rowlabels="mean sd mu sigma" \
    collabels="True Estimated" \
    values="0 0 0 0 0 0 0 0" sticky=E
grid 1 2 padx=20
  label text="Gamma:" font=bold sticky=W
  matrix nrow=4 ncol=2 width=12 mode=numeric font=bold \
    names="Gmn SGmn Gsd SGsd Gshp SGshp Gscl SGscl" \
    rowlabels="mean sd shape scale" \
    collabels="True Estimated" \
    values="0 0 0 0 0 0 0 0" sticky=E
button text=Simulate func=simData sticky="S" font=bold
grid 1 3
  button text="Density Plot" func=plDens sticky="S" font=bold
  button text="Cummulative Plot" func=plCum sticky="S" font=bold
  button text="Pairs Plot" func=plPair sticky="S" font=bold
